VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::spatialstructure::TreeNode Struct Reference

#include <BoundingIntervalHierarchy.h>

Public Member Functions

VTKM_EXEC TreeNode ()
 

Public Attributes

vtkm::FloatDefault LMax
 
vtkm::FloatDefault RMin
 
vtkm::IdComponent Dimension
 

Constructor & Destructor Documentation

◆ TreeNode()

VTKM_EXEC vtkm::worklet::spatialstructure::TreeNode::TreeNode ( )
inline

Member Data Documentation

◆ Dimension

vtkm::IdComponent vtkm::worklet::spatialstructure::TreeNode::Dimension

◆ LMax

vtkm::FloatDefault vtkm::worklet::spatialstructure::TreeNode::LMax

◆ RMin

vtkm::FloatDefault vtkm::worklet::spatialstructure::TreeNode::RMin

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