VTK-m
2.0
|
#include <Tube.h>
Classes | |
class | CountSegments |
class | GenerateCells |
class | GenerateNormals |
class | GeneratePoints |
class | MapField |
Public Member Functions | |
VTKM_CONT | Tube () |
VTKM_CONT | Tube (const bool &capping, const vtkm::Id &n, const vtkm::FloatDefault &r) |
VTKM_CONT void | SetCapping (bool v) |
VTKM_CONT void | SetNumberOfSides (vtkm::Id n) |
VTKM_CONT void | SetRadius (vtkm::FloatDefault r) |
template<typename Storage > | |
VTKM_CONT void | Run (const vtkm::cont::ArrayHandle< vtkm::Vec3f, Storage > &coords, const vtkm::cont::UnknownCellSet &cellset, vtkm::cont::ArrayHandle< vtkm::Vec3f > &newPoints, vtkm::cont::CellSetSingleType<> &newCells) |
vtkm::cont::ArrayHandle< vtkm::Id > | GetOutputCellSourceIndex () const |
vtkm::cont::ArrayHandle< vtkm::Id > | GetOutputPointSourceIndex () const |
Private Attributes | |
bool | Capping |
vtkm::Id | NumSides |
vtkm::FloatDefault | Radius |
vtkm::cont::ArrayHandle< vtkm::Id > | OutputCellSourceIndex |
vtkm::cont::ArrayHandle< vtkm::Id > | OutputPointSourceIndex |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |