|
template<typename T , typename StorageType , typename MeshType , typename VectorType > |
VTKM_CONT std::string | vtkm::worklet::contourtree_distributed::ContourTreeDotGraphPrint (const std::string &label, MeshType &mesh, const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler *localToGlobalIdRelabeler, const vtkm::cont::ArrayHandle< T, StorageType > &field, vtkm::worklet::contourtree_augmented::ContourTree &contourTree, const vtkm::Id showMask=SHOW_ALL_STANDARD, const VectorType &perNodeValues=VectorType()) |
|
template<typename FieldType > |
VTKM_CONT std::string | vtkm::worklet::contourtree_distributed::ContourTreeMeshDotGraphPrint (const std::string &label, vtkm::worklet::contourtree_augmented::ContourTreeMesh< FieldType > &mesh, const vtkm::Id showMask=SHOW_CONTOUR_TREE_MESH_ALL) |
|
template<typename T , typename StorageType , typename MeshType , typename MeshBoundaryExecObjType > |
VTKM_CONT std::string | vtkm::worklet::contourtree_distributed::BoundaryTreeDotGraphPrint (const std::string &label, MeshType &mesh, MeshBoundaryExecObjType &meshBoundaryExecutionObject, vtkm::worklet::contourtree_distributed::BoundaryTree &boundaryTree, const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler *localToGlobalIdRelabeler, const vtkm::cont::ArrayHandle< T, StorageType > &field, const vtkm::Id showMask=vtkm::worklet::contourtree_distributed::SHOW_BOUNDARY_TREE_ALL, const bool printHeaderAndFooter=true) |
|
template<typename T , typename StorageType , typename MeshType , typename MeshBoundaryExecObjType > |
VTKM_CONT std::string | vtkm::worklet::contourtree_distributed::InteriorForestDotGraphPrint (const std::string &label, vtkm::worklet::contourtree_distributed::InteriorForest &forest, vtkm::worklet::contourtree_augmented::ContourTree &contourTree, vtkm::worklet::contourtree_distributed::BoundaryTree &boundaryTree, MeshType &mesh, MeshBoundaryExecObjType &meshBoundaryExecutionObject, const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler *localToGlobalIdRelabeler, const vtkm::cont::ArrayHandle< T, StorageType > &field, const vtkm::Id &showMask=vtkm::worklet::contourtree_distributed::SHOW_INTERIOR_FOREST_ALL) |
|
template<typename FieldType > |
VTKM_CONT std::string | vtkm::worklet::contourtree_distributed::HierarchicalContourTreeDotGraphPrint (const std::string &label, const vtkm::worklet::contourtree_distributed::HierarchicalContourTree< FieldType > &hierarchicalTree, const vtkm::Id showMask=vtkm::worklet::contourtree_distributed::SHOW_HIERARCHICAL_STANDARD) |
|