VTK-m  2.0
Classes | Public Attributes | List of all members
vtkm::worklet::ClipStats Struct Reference

#include <Clip.h>

Classes

struct  SumOp
 

Public Attributes

vtkm::Id NumberOfCells = 0
 
vtkm::Id NumberOfIndices = 0
 
vtkm::Id NumberOfEdgeIndices = 0
 
vtkm::Id NumberOfInCellPoints = 0
 
vtkm::Id NumberOfInCellIndices = 0
 
vtkm::Id NumberOfInCellInterpPoints = 0
 
vtkm::Id NumberOfInCellEdgeIndices = 0
 

Member Data Documentation

◆ NumberOfCells

vtkm::Id vtkm::worklet::ClipStats::NumberOfCells = 0

◆ NumberOfEdgeIndices

vtkm::Id vtkm::worklet::ClipStats::NumberOfEdgeIndices = 0

◆ NumberOfInCellEdgeIndices

vtkm::Id vtkm::worklet::ClipStats::NumberOfInCellEdgeIndices = 0

◆ NumberOfInCellIndices

vtkm::Id vtkm::worklet::ClipStats::NumberOfInCellIndices = 0

◆ NumberOfInCellInterpPoints

vtkm::Id vtkm::worklet::ClipStats::NumberOfInCellInterpPoints = 0

◆ NumberOfInCellPoints

vtkm::Id vtkm::worklet::ClipStats::NumberOfInCellPoints = 0

◆ NumberOfIndices

vtkm::Id vtkm::worklet::ClipStats::NumberOfIndices = 0

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