|
using | ControlSignature = void(CellSetIn, FieldInPoint axis_sums, FieldInPoint axis_mins, FieldInPoint axis_maxs, WholeArrayIn cell_tri_count, WholeArrayIn edgeData, WholeArrayIn data, WholeArrayOut connectivity, WholeArrayOut edgeIds, WholeArrayOut weights, WholeArrayOut inputCellIds) |
|
using | ExecutionSignature = void(ThreadIndices, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, WorkIndex) |
|
using | FieldInPoint = FieldInIncident |
|
using | FieldInCell = FieldInVisit |
|
using | FieldOutCell = FieldOut |
|
using | FieldInOutCell = FieldInOut |
|
using | PointCount = IncidentElementCount |
|
using | PointIndices = IncidentElementIndices |
|
using | VisitTopologyType = vtkm::TopologyElementTagCell |
|
using | IncidentTopologyType = vtkm::TopologyElementTagPoint |
|
|
| ComputePass4Y () |
|
| ComputePass4Y (T value, const vtkm::Id3 &pdims, vtkm::Id multiContourCellOffset, vtkm::Id multiContourPointOffset) |
|
template<typename ThreadIndices , typename FieldInPointId3 , typename FieldInPointId , typename WholeTriField , typename WholeEdgeField , typename WholeDataField , typename WholeConnField , typename WholeEdgeIdField , typename WholeWeightField , typename WholeCellIdField > |
VTKM_EXEC void | operator() (const ThreadIndices &threadIndices, const FieldInPointId3 &axis_sums, const FieldInPointId &axis_mins, const FieldInPointId &axis_maxs, const WholeTriField &cellTriCount, const WholeEdgeField &edges, const WholeDataField &field, const WholeConnField &conn, const WholeEdgeIdField &interpolatedEdgeIds, const WholeWeightField &weights, const WholeCellIdField &inputCellIds, vtkm::Id oidx) const |
|
template<typename WholeDataField , typename WholeIEdgeField , typename WholeWeightField > |
VTKM_EXEC void | Generate (const vtkm::Vec< vtkm::UInt8, 3 > &boundaryStatus, const WholeDataField &field, const WholeIEdgeField &interpolatedEdgeIds, const WholeWeightField &weights, const vtkm::Id4 &startPos, const vtkm::Id3 &incs, vtkm::Id offset, vtkm::UInt8 const *const edgeUses, vtkm::Id *edgeIds) const |
|
template<typename WholeField , typename WholeIEdgeField , typename WholeWeightField > |
VTKM_EXEC void | InterpolateEdge (vtkm::Id currentIdx, const vtkm::Id3 &incs, vtkm::Id edgeNum, vtkm::UInt8 const *const edgeUses, vtkm::Id *edgeIds, const WholeField &field, const WholeIEdgeField &interpolatedEdgeIds, const WholeWeightField &weights) const |
|
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag > | GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const |
| Topology map worklets use topology map indices. More...
|
|
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen< S &&M, vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::DefaultScatterAndMaskTag > > | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &vtkmNotUsed(outToIn), const VisitArrayType &vtkmNotUsed(visit), const ThreadToOutArrayType &vtkmNotUsed(threadToOut), const InputDomainType &connectivity) const |
| Optimized for ScatterIdentity and MaskNone. More...
|
|
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen<!(S &&M), vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag > > | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const |
| Default version. More...
|
|
template<typename T >
template<typename ThreadIndices , typename FieldInPointId3 , typename FieldInPointId , typename WholeTriField , typename WholeEdgeField , typename WholeDataField , typename WholeConnField , typename WholeEdgeIdField , typename WholeWeightField , typename WholeCellIdField >
VTKM_EXEC void vtkm::worklet::flying_edges::ComputePass4Y< T >::operator() |
( |
const ThreadIndices & |
threadIndices, |
|
|
const FieldInPointId3 & |
axis_sums, |
|
|
const FieldInPointId & |
axis_mins, |
|
|
const FieldInPointId & |
axis_maxs, |
|
|
const WholeTriField & |
cellTriCount, |
|
|
const WholeEdgeField & |
edges, |
|
|
const WholeDataField & |
field, |
|
|
const WholeConnField & |
conn, |
|
|
const WholeEdgeIdField & |
interpolatedEdgeIds, |
|
|
const WholeWeightField & |
weights, |
|
|
const WholeCellIdField & |
inputCellIds, |
|
|
vtkm::Id |
oidx |
|
) |
| const |
|
inline |