VTK-m
2.0
|
#include <iomanip>
#include <iostream>
#include <vtkm/Types.h>
#include <vtkm/cont/ArrayCopy.h>
#include <vtkm/cont/DataSet.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::contourtree_distributed::Edge |
class | vtkm::worklet::contourtree_distributed::SupernodeOnSuperarc |
class | vtkm::worklet::contourtree_distributed::TreeCompiler |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::worklet::contourtree_distributed | |
Typedefs | |
using | vtkm::worklet::contourtree_distributed::dataType = vtkm::Float64 |
using | vtkm::worklet::contourtree_distributed::indexType = vtkm::Id |
Functions | |
bool | vtkm::worklet::contourtree_distributed::operator< (const Edge &LHS, const Edge &RHS) |
bool | vtkm::worklet::contourtree_distributed::operator== (const Edge &LHS, const Edge &RHS) |
bool | vtkm::worklet::contourtree_distributed::operator< (const SupernodeOnSuperarc &left, const SupernodeOnSuperarc &right) |
std::ostream & | vtkm::worklet::contourtree_distributed::operator<< (std::ostream &outStream, SupernodeOnSuperarc &node) |
std::istream & | vtkm::worklet::contourtree_distributed::operator>> (std::istream &inStream, SupernodeOnSuperarc &node) |
std::ostream & | vtkm::worklet::contourtree_distributed::operator<< (std::ostream &outStream, TreeCompiler &tree) |
std::istream & | vtkm::worklet::contourtree_distributed::operator>> (std::istream &inStream, TreeCompiler &tree) |
Variables | |
constexpr int | vtkm::worklet::contourtree_distributed::PRINT_WIDTH = 12 |