Go to the documentation of this file.
19 #ifndef viskores_filter_geometry_refinement_Tube_h
20 #define viskores_filter_geometry_refinement_Tube_h
29 namespace geometry_refinement
65 #endif // viskores_filter_geometry_refinement_Tube_h
void SetCapping(bool v)
The Tube filter can optionally add a cap at the ends of each tube.
Definition: Tube.h:52
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
Base class for all filters.
Definition: Filter.h:171
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
void SetNumberOfSides(viskores::Id n)
Specify the number of sides for each tube.
Definition: Tube.h:48
Generate a tube around each line and polyline.
Definition: Tube.h:38
viskores::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:244
void SetRadius(viskores::FloatDefault r)
Specify the radius of each tube.
Definition: Tube.h:42