#include <ConnectivityExtrude.h>
◆ CellShapeTag
◆ ConnectivityPortalType
◆ CountsPortalType
◆ IndicesType
◆ Int32HandleType
◆ Int32PortalType
◆ OffsetsPortalType
◆ PrevNodePortalType
◆ SchedulingRangeType
◆ ReverseConnectivityExtrude() [1/2]
vtkm::exec::ReverseConnectivityExtrude::ReverseConnectivityExtrude |
( |
| ) |
|
|
default |
◆ ReverseConnectivityExtrude() [2/2]
◆ FlatToLogicalToIndex()
vtkm::Id2 vtkm::exec::ReverseConnectivityExtrude::FlatToLogicalToIndex |
( |
vtkm::Id |
index | ) |
const |
|
inline |
◆ 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::Id vtkm::exec::ReverseConnectivityExtrude::GetNumberOfElements |
( |
| ) |
const |
|
inline |
◆ GetNumberOfIndices()
template<typename IndexType >
vtkm::IdComponent vtkm::exec::ReverseConnectivityExtrude::GetNumberOfIndices |
( |
const IndexType & |
| ) |
const |
|
inline |
◆ LogicalToFlatToIndex()
vtkm::Id vtkm::exec::ReverseConnectivityExtrude::LogicalToFlatToIndex |
( |
const vtkm::Id2 & |
index | ) |
const |
|
inline |
◆ 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: