#include <MeshStructure2D.h>
◆ MeshStructure2D() [1/2]
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::data_set_mesh::MeshStructure2D::MeshStructure2D |
( |
| ) |
|
|
inline |
◆ MeshStructure2D() [2/2]
VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::data_set_mesh::MeshStructure2D::MeshStructure2D |
( |
vtkm::Id2 |
meshSize | ) |
|
|
inline |
◆ GetNumberOfVertices()
VTKM_EXEC_CONT vtkm::Id vtkm::worklet::contourtree_augmented::data_set_mesh::MeshStructure2D::GetNumberOfVertices |
( |
| ) |
const |
|
inline |
Get the number of mesh vertices.
◆ GetVertexOwned()
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
◆ VertexId()
vertex ID - row * ncols + col
◆ VertexPos()
Get the (x,y) position of the vertex based on its index.
◆ MeshSize
vtkm::Id2 vtkm::worklet::contourtree_augmented::data_set_mesh::MeshStructure2D::MeshSize |
The documentation for this class was generated from the following file: