-
- Downloads
use vtkCellArray in vtkPolyhedron and harness the new unstructured layout
- SetCellFaces method helps to define the polyhedron - GetCellFaces provides a vtkCellArray that could be used to add the cell to a vtkUnstructuredGrid - GlobalFaces now uses vtkCellArray - FaceLocations is not needed anymore and removed - Faces also uses vtkCellArray to store canonical ids - LegacyGlobalFaces is a cache to allow backward compatibility at the API level (GetFaces method) - vtkPolyhedronUtilities is updated accordingly - vtkPolyhedron is made lighter since this->Polys is now removed and replaced by this->Faces
Showing
- Common/DataModel/vtkGenericCell.cxx 33 additions, 0 deletionsCommon/DataModel/vtkGenericCell.cxx
- Common/DataModel/vtkGenericCell.h 3 additions, 0 deletionsCommon/DataModel/vtkGenericCell.h
- Common/DataModel/vtkPolyhedron.cxx 177 additions, 106 deletionsCommon/DataModel/vtkPolyhedron.cxx
- Common/DataModel/vtkPolyhedron.h 35 additions, 8 deletionsCommon/DataModel/vtkPolyhedron.h
- Common/DataModel/vtkPolyhedronUtilities.cxx 10 additions, 7 deletionsCommon/DataModel/vtkPolyhedronUtilities.cxx
- Common/DataModel/vtkUnstructuredGrid.cxx 2 additions, 1 deletionCommon/DataModel/vtkUnstructuredGrid.cxx
Loading
Please register or sign in to comment