Skip to content

Commit 34095fa

Browse files
authored
Merge pull request #1598 from Idclip/point_impl
Moved most internal point tool implementations into points/impl
2 parents e7ec2a7 + 0408934 commit 34095fa

23 files changed

+5114
-4896
lines changed

openvdb/openvdb/CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,20 @@ set(OPENVDB_LIBRARY_POINTS_INCLUDE_FILES
468468
)
469469

470470
set(OPENVDB_LIBRARY_POINTS_IMPL_INCLUDE_FILES
471+
points/impl/PointAttributeImpl.h
472+
points/impl/PointConversionImpl.h
473+
points/impl/PointCountImpl.h
474+
points/impl/PointDeleteImpl.h
475+
points/impl/PointGroupImpl.h
476+
points/impl/PointMaskImpl.h
477+
points/impl/PointMoveImpl.h
471478
points/impl/PointRasterizeFrustumImpl.h
472479
points/impl/PointRasterizeSDFImpl.h
473480
points/impl/PointRasterizeTrilinearImpl.h
481+
points/impl/PointReplicateImpl.h
482+
points/impl/PointSampleImpl.h
483+
points/impl/PointScatterImpl.h
484+
points/impl/PointStatisticsImpl.h
474485
)
475486

476487
set(OPENVDB_LIBRARY_TOOLS_INCLUDE_FILES

0 commit comments

Comments
 (0)