#include <SplitSharpEdges.h>
|
template<typename CellSetType , typename FaceNormalsType , typename CoordsComType , typename CoordsInStorageType , typename CoordsOutStorageType , typename NewCellSetType > |
void | Run (const CellSetType &oldCellset, const vtkm::FloatDefault featureAngle, const FaceNormalsType &faceNormals, const vtkm::cont::ArrayHandle< vtkm::Vec< CoordsComType, 3 >, CoordsInStorageType > &oldCoords, vtkm::cont::ArrayHandle< vtkm::Vec< CoordsComType, 3 >, CoordsOutStorageType > &newCoords, NewCellSetType &newCellset) |
|
vtkm::cont::ArrayHandle< vtkm::Id > | GetNewPointsIdArray () const |
|
◆ GetNewPointsIdArray()
◆ Run()
template<typename CellSetType , typename FaceNormalsType , typename CoordsComType , typename CoordsInStorageType , typename CoordsOutStorageType , typename NewCellSetType >
◆ NewPointsIdArray
The documentation for this class was generated from the following file: