#include <MeshStructureFreudenthal3D.h>
|
VTKM_EXEC_CONT | MeshStructureFreudenthal3D () |
|
| MeshStructureFreudenthal3D (vtkm::Id3 meshSize, vtkm::Id nincident_edges, bool getmax, const IdArrayType &sortIndices, const IdArrayType &sortOrder, const m3d_freudenthal::EdgeBoundaryDetectionMasksType &edgeBoundaryDetectionMasksIn, const m3d_freudenthal::NeighbourOffsetsType &neighbourOffsetsIn, const m3d_freudenthal::LinkComponentCaseTableType &linkComponentCaseTableIn, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) |
|
VTKM_EXEC vtkm::Id | GetMaxNumberOfNeighbours () const |
|
VTKM_EXEC vtkm::Id | GetNeighbourIndex (vtkm::Id sortIndex, vtkm::Id edgeNo) const |
|
VTKM_EXEC vtkm::Id | GetExtremalNeighbour (vtkm::Id sortIndex) const |
|
VTKM_EXEC vtkm::Pair< vtkm::Id, vtkm::Id > | GetNeighbourComponentsMaskAndDegree (vtkm::Id sortIndex, bool getMaxComponents) const |
|
VTKM_EXEC_CONT | MeshStructure3D () |
|
VTKM_EXEC_CONT | MeshStructure3D (vtkm::Id3 meshSize) |
|
VTKM_EXEC_CONT vtkm::Id | GetNumberOfVertices () const |
|
VTKM_EXEC vtkm::Id3 | VertexPos (vtkm::Id v) const |
|
VTKM_EXEC vtkm::Id | VertexId (vtkm::Id3 pos) const |
|
VTKM_EXEC_CONT vtkm::Id | GetVertexOwned (const vtkm::Id &meshIndex, const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler &localToGlobalIdRelabeler) const |
| determine if the vertex is owned by this mesh block or not The function returns NO_SUCH_ELEMENT if the vertex is not owned by the block and otherwise it returns global id of the vertex as determined via the IdRelabeler More...
|
|
◆ EdgeBoundaryDetectionMasksPortalType
◆ LinkComponentCaseTablePortalType
◆ NeighbourOffsetsPortalType
◆ SortIndicesPortalType
◆ MeshStructureFreudenthal3D() [1/2]
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::MeshStructureFreudenthal3D::MeshStructureFreudenthal3D |
( |
| ) |
|
|
inline |
◆ MeshStructureFreudenthal3D() [2/2]
◆ GetExtremalNeighbour()
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree_augmented::MeshStructureFreudenthal3D::GetExtremalNeighbour |
( |
vtkm::Id |
sortIndex | ) |
const |
|
inline |
◆ GetMaxNumberOfNeighbours()
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree_augmented::MeshStructureFreudenthal3D::GetMaxNumberOfNeighbours |
( |
| ) |
const |
|
inline |
◆ GetNeighbourComponentsMaskAndDegree()
◆ GetNeighbourIndex()
◆ EdgeBoundaryDetectionMasksPortal
◆ GetMax
bool vtkm::worklet::contourtree_augmented::MeshStructureFreudenthal3D::GetMax |
|
private |
◆ LinkComponentCaseTablePortal
◆ NeighbourOffsetsPortal
◆ NumIncidentEdge
vtkm::Id vtkm::worklet::contourtree_augmented::MeshStructureFreudenthal3D::NumIncidentEdge |
|
private |
◆ SortIndicesPortal
SortIndicesPortalType vtkm::worklet::contourtree_augmented::MeshStructureFreudenthal3D::SortIndicesPortal |
|
private |
◆ SortOrderPortal
The documentation for this class was generated from the following file: