Go to the documentation of this file.
11 #ifndef vtk_m_filter_geometry_refinement_Tube_h
12 #define vtk_m_filter_geometry_refinement_Tube_h
21 namespace geometry_refinement
57 #endif // vtk_m_filter_geometry_refinement_Tube_h
Generate a tube around each line and polyline.
Definition: Tube.h:30
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetRadius(vtkm::FloatDefault r)
Specify the radius of each tube.
Definition: Tube.h:34
void SetNumberOfSides(vtkm::Id n)
Specify the number of sides for each tube.
Definition: Tube.h:40
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
#define VTKM_FILTER_GEOMETRY_REFINEMENT_EXPORT
Definition: vtkm_filter_geometry_refinement_export.h:44
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
void SetCapping(bool v)
The Tube filter can optionally add a cap at the ends of each tube.
Definition: Tube.h:44
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
vtkm::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:236