#include <ConnectivityExtrude.h>
◆ CellShapeTag
◆ ConnectivityPortalType
◆ CountsPortalType
◆ IndicesType
◆ Int32HandleType
◆ Int32PortalType
◆ OffsetsPortalType
◆ PrevNodePortalType
◆ SchedulingRangeType
◆ ReverseConnectivityExtrude() [1/2]
vtkm::exec::ReverseConnectivityExtrude::ReverseConnectivityExtrude |
( |
| ) |
|
|
default |
◆ ReverseConnectivityExtrude() [2/2]
◆ FlatToLogicalToIndex()
◆ GetCellShape()
◆ GetIndices() [1/2]
◆ GetIndices() [2/2]
Returns a Vec-like object containing the indices for the given index.
The object returned is not an actual array, but rather an object that loads the indices lazily out of the connectivity array. This prevents us from having to know the number of indices at compile time.
◆ GetNumberOfElements()
VTKM_EXEC vtkm::Id vtkm::exec::ReverseConnectivityExtrude::GetNumberOfElements |
( |
| ) |
const |
|
inline |
◆ GetNumberOfIndices()
template<typename IndexType >
VTKM_EXEC vtkm::IdComponent vtkm::exec::ReverseConnectivityExtrude::GetNumberOfIndices |
( |
const IndexType & |
vtkmNotUsedindex | ) |
const |
|
inline |
◆ LogicalToFlatToIndex()
◆ Connectivity
◆ Counts
◆ NumberOfCellsPerPlane
vtkm::Int32 vtkm::exec::ReverseConnectivityExtrude::NumberOfCellsPerPlane |
◆ NumberOfPlanes
vtkm::Int32 vtkm::exec::ReverseConnectivityExtrude::NumberOfPlanes |
◆ NumberOfPointsPerPlane
vtkm::Int32 vtkm::exec::ReverseConnectivityExtrude::NumberOfPointsPerPlane |
◆ Offsets
◆ PrevNode
The documentation for this class was generated from the following file: