VTK-m
2.0
|
This is the complete list of members for vtkm::worklet::Contour, including all inherited members.
Contour(bool mergeDuplicates=true) | vtkm::worklet::Contour | inline |
GetCellIdMap() const | vtkm::worklet::Contour | inline |
GetInterpolationEdgeIds() const | vtkm::worklet::Contour | inline |
GetMergeDuplicatePoints() const | vtkm::worklet::Contour | inline |
ProcessPointField(const vtkm::cont::ArrayHandle< ValueType, StorageType > &input) const | vtkm::worklet::Contour | inline |
ReleaseCellMapArrays() | vtkm::worklet::Contour | inline |
Run(const std::vector< ValueType > &isovalues, const CellSetType &cells, const CoordinateSystem &coordinateSystem, const vtkm::cont::ArrayHandle< ValueType, StorageTagField > &input, vtkm::cont::ArrayHandle< vtkm::Vec< CoordinateType, 3 >, StorageTagVertices > &vertices) | vtkm::worklet::Contour | inline |
Run(const std::vector< ValueType > &isovalues, const CellSetType &cells, const CoordinateSystem &coordinateSystem, const vtkm::cont::ArrayHandle< ValueType, StorageTagField > &input, vtkm::cont::ArrayHandle< vtkm::Vec< CoordinateType, 3 >, StorageTagVertices > &vertices, vtkm::cont::ArrayHandle< vtkm::Vec< CoordinateType, 3 >, StorageTagNormals > &normals) | vtkm::worklet::Contour | inline |
SetMergeDuplicatePoints(bool merge) | vtkm::worklet::Contour | inline |
SharedState | vtkm::worklet::Contour | private |