Add vtkPolyhedronUtilities and Decompose method
Add a new method allowing to decompose polyhedron into tets. This method will generate new points on polyhedron and it's purpose is to improve the result of subsequent filters (e.g. contours) on polyhedrons with concave faces. The vtkPolyhedronUtilities class is added to contain this method, and potential future ones working on polyhedrons for the same kind of purpose. This class can be seen as a toolbox for vtkPolyhedron.
Showing
- Common/DataModel/CMakeLists.txt 1 addition, 0 deletionsCommon/DataModel/CMakeLists.txt
- Common/DataModel/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsCommon/DataModel/Testing/Cxx/CMakeLists.txt
- Common/DataModel/Testing/Cxx/TestPolyhedronDecompose.cxx 376 additions, 0 deletionsCommon/DataModel/Testing/Cxx/TestPolyhedronDecompose.cxx
- Common/DataModel/Testing/Data/Baseline/TestPolyhedronDecompose.png.sha512 1 addition, 0 deletions.../Testing/Data/Baseline/TestPolyhedronDecompose.png.sha512
- Common/DataModel/vtkPolyhedron.cxx 8 additions, 10 deletionsCommon/DataModel/vtkPolyhedron.cxx
- Common/DataModel/vtkPolyhedron.h 4 additions, 1 deletionCommon/DataModel/vtkPolyhedron.h
- Common/DataModel/vtkPolyhedronUtilities.cxx 356 additions, 0 deletionsCommon/DataModel/vtkPolyhedronUtilities.cxx
- Common/DataModel/vtkPolyhedronUtilities.h 65 additions, 0 deletionsCommon/DataModel/vtkPolyhedronUtilities.h
- Documentation/release/dev/add-polyhedron-utilities.md 8 additions, 0 deletionsDocumentation/release/dev/add-polyhedron-utilities.md
Loading
Please register or sign in to comment