#include <TreeCompiler.h>
◆ AddHierarchicalTree()
void vtkm::worklet::contourtree_distributed::TreeCompiler::AddHierarchicalTree |
( |
const vtkm::cont::DataSet & |
addedTree | ) |
|
|
inline |
◆ ComputeSuperarcs()
void vtkm::worklet::contourtree_distributed::TreeCompiler::ComputeSuperarcs |
( |
| ) |
|
|
inline |
◆ PrintSuperarcArray()
void vtkm::worklet::contourtree_distributed::TreeCompiler::PrintSuperarcArray |
( |
const std::vector< Edge > & |
superarc_array | ) |
|
|
inlinestatic |
◆ PrintSuperarcs()
void vtkm::worklet::contourtree_distributed::TreeCompiler::PrintSuperarcs |
( |
bool |
printHeader = false | ) |
const |
|
inline |
◆ ReadBinary()
void vtkm::worklet::contourtree_distributed::TreeCompiler::ReadBinary |
( |
FILE * |
inFile | ) |
|
|
inline |
◆ WriteBinary()
void vtkm::worklet::contourtree_distributed::TreeCompiler::WriteBinary |
( |
FILE * |
outFile | ) |
const |
|
inline |
◆ superarcs
std::vector<Edge> vtkm::worklet::contourtree_distributed::TreeCompiler::superarcs |
◆ supernodes
std::vector<SupernodeOnSuperarc> vtkm::worklet::contourtree_distributed::TreeCompiler::supernodes |
The documentation for this class was generated from the following file: