#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/bump/views/RectilinearCoordsetView.hpp>
◆ LogicalIndex
template<typename DataType >
◆ IndexType
template<typename DataType >
◆ value_type
template<typename DataType >
◆ PointType
template<typename DataType >
◆ RectilinearCoordsetView3() [1/2]
template<typename DataType >
◆ RectilinearCoordsetView3() [2/2]
template<typename DataType >
◆ dimension()
template<typename DataType >
◆ size()
template<typename DataType >
Return the number of nodes in the coordset.
- Returns
- The number of nodes in the coordset.
◆ numberOfNodes()
template<typename DataType >
◆ indexing()
template<typename DataType >
Return the indexing for the coordset so we know its logical sizes.
- Returns
- The indexing that contains the mesh logical sizes.
◆ getCoordinates()
template<typename DataType >
Get a coordinate array view for a dimension.
- Parameters
-
| dim | The dimension of the coordinate to return. |
- Returns
- A coordinate array view for the specified dimension.
References SLIC_ASSERT.
◆ getPoint() [1/2]
template<typename DataType >
Return the requested point from the coordset.
- Parameters
-
| vertex_index | The logical index of the point to return. |
- Returns
- A point that corresponds to vertex_index.
◆ getPoint() [2/2]
template<typename DataType >
Return the requested point from the coordset.
- Parameters
-
| vertex_index | The index of the point to return. |
- Returns
- A point that corresponds to vertex_index.
◆ operator[]() [1/2]
template<typename DataType >
Return the requested point from the coordset.
- Parameters
-
| vertex_index | The logical index of the point to return. |
- Returns
- A point that corresponds to vertex_index.
◆ operator[]() [2/2]
template<typename DataType >
Return the requested point from the coordset.
- Parameters
-
| vertex_index | The index of the point to return. |
- Returns
- A point that corresponds to vertex_index.
The documentation for this class was generated from the following file: