VTK-m
2.0
|
Functions | |
bool | operator< (const EdgePair LHS, const EdgePair RHS) |
std::string | NumString (vtkm::Id number) |
void | PrintLabel (std::string label) |
void | PrintSeparatingBar (vtkm::Id howMany) |
template<typename T > | |
void | PrintDataType (T value) |
void | PrintIndexType (vtkm::Id value) |
void | PrintHeader (vtkm::Id howMany) |
template<typename T , typename StorageType > | |
void | PrintValues (std::string label, vtkm::cont::ArrayHandle< T, StorageType > &dVec, vtkm::Id nValues=-1) |
void | PrintIndices (std::string label, vtkm::cont::ArrayHandle< vtkm::Id > &iVec, vtkm::Id nIndices=-1) |
template<typename T , typename StorageType > | |
void | PrintLabelledBlock (std::string label, const vtkm::cont::ArrayHandle< T, StorageType > &dVec, vtkm::Id nRows, vtkm::Id nColumns) |
Variables | |
const vtkm::IdComponent | neighbourOffsets3D [N_INCIDENT_EDGES *2] |
const vtkm::UInt8 | linkComponentCaseTable [64] |
const vtkm::UInt16 | linkComponentCaseTable3D [16384] |
|
inline |
void vtkm::worklet::contourtree::PrintDataType | ( | T | value | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void vtkm::worklet::contourtree::PrintLabelledBlock | ( | std::string | label, |
const vtkm::cont::ArrayHandle< T, StorageType > & | dVec, | ||
vtkm::Id | nRows, | ||
vtkm::Id | nColumns | ||
) |
|
inline |
void vtkm::worklet::contourtree::PrintValues | ( | std::string | label, |
vtkm::cont::ArrayHandle< T, StorageType > & | dVec, | ||
vtkm::Id | nValues = -1 |
||
) |
const vtkm::UInt8 vtkm::worklet::contourtree::linkComponentCaseTable[64] |
const vtkm::UInt16 vtkm::worklet::contourtree::linkComponentCaseTable3D[16384] |
const vtkm::IdComponent vtkm::worklet::contourtree::neighbourOffsets3D |