VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_distributed::BranchCompiler Class Reference

#include <BranchCompiler.h>

Public Member Functions

void Parse (std::istream &in)
 
void Print (std::ostream &out) const
 
void Load (const std::string &filename)
 

Public Attributes

std::vector< Branchbranches
 

Member Function Documentation

◆ Load()

void vtkm::worklet::contourtree_distributed::BranchCompiler::Load ( const std::string &  filename)
inline

◆ Parse()

void vtkm::worklet::contourtree_distributed::BranchCompiler::Parse ( std::istream &  in)
inline

◆ Print()

void vtkm::worklet::contourtree_distributed::BranchCompiler::Print ( std::ostream &  out) const
inline

Member Data Documentation

◆ branches

std::vector<Branch> vtkm::worklet::contourtree_distributed::BranchCompiler::branches

The documentation for this class was generated from the following file: