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

#include <CommonState.h>

Public Member Functions

 CommonState (bool mergeDuplicates)
 

Public Attributes

bool MergeDuplicatePoints = true
 
bool GenerateNormals = false
 
vtkm::cont::ArrayHandle< vtkm::FloatDefaultInterpolationWeights
 
vtkm::cont::ArrayHandle< vtkm::Id2InterpolationEdgeIds
 
vtkm::cont::ArrayHandle< vtkm::IdCellIdMap
 

Constructor & Destructor Documentation

◆ CommonState()

vtkm::worklet::contour::CommonState::CommonState ( bool  mergeDuplicates)
inlineexplicit

Member Data Documentation

◆ CellIdMap

vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::contour::CommonState::CellIdMap

◆ GenerateNormals

bool vtkm::worklet::contour::CommonState::GenerateNormals = false

◆ InterpolationEdgeIds

vtkm::cont::ArrayHandle<vtkm::Id2> vtkm::worklet::contour::CommonState::InterpolationEdgeIds

◆ InterpolationWeights

vtkm::cont::ArrayHandle<vtkm::FloatDefault> vtkm::worklet::contour::CommonState::InterpolationWeights

◆ MergeDuplicatePoints

bool vtkm::worklet::contour::CommonState::MergeDuplicatePoints = true

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