61 #ifndef vtkTubeFilter_h
62 #define vtkTubeFilter_h
64 #include "vtkFiltersCoreModule.h"
67 #define VTK_VARY_RADIUS_OFF 0
68 #define VTK_VARY_RADIUS_BY_SCALAR 1
69 #define VTK_VARY_RADIUS_BY_VECTOR 2
70 #define VTK_VARY_RADIUS_BY_ABSOLUTE_SCALAR 3
71 #define VTK_VARY_RADIUS_BY_VECTOR_NORM 4
73 #define VTK_TCOORDS_OFF 0
74 #define VTK_TCOORDS_FROM_NORMALIZED_LENGTH 1
75 #define VTK_TCOORDS_FROM_LENGTH 2
76 #define VTK_TCOORDS_FROM_SCALARS 3
102 vtkGetMacro(Radius,
double);
110 vtkGetMacro(VaryRadius,
int);
122 const char* GetVaryRadiusAsString();
129 vtkSetClampMacro(NumberOfSides,
int, 3,
VTK_INT_MAX);
130 vtkGetMacro(NumberOfSides,
int);
137 vtkSetMacro(RadiusFactor,
double);
138 vtkGetMacro(RadiusFactor,
double);
146 vtkSetVector3Macro(DefaultNormal,
double);
147 vtkGetVectorMacro(DefaultNormal,
double, 3);
187 vtkGetMacro(OnRatio,
int);
197 vtkGetMacro(Offset,
int);
208 vtkGetMacro(GenerateTCoords,
int);
216 const char* GetGenerateTCoordsAsString();
226 vtkSetClampMacro(TextureLength,
double, 0.000001,
VTK_INT_MAX);
227 vtkGetMacro(TextureLength,
double);
236 vtkSetMacro(OutputPointsPrecision,
int);
237 vtkGetMacro(OutputPointsPrecision,
int);
251 double DefaultNormal[3];
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH
#define VTK_VARY_RADIUS_BY_SCALAR
represent and manipulate point attribute data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
dynamic, self-adjusting array of float
void SetGenerateTCoordsToNormalizedLength()
Control whether and how texture coordinates are produced.
#define VTK_VARY_RADIUS_BY_ABSOLUTE_SCALAR
#define VTK_TCOORDS_FROM_LENGTH
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
filter that generates tubes around lines
a simple class to control print indentation
abstract superclass for arrays of numeric data
#define VTK_TCOORDS_FROM_SCALARS
void SetVaryRadiusToVaryRadiusByScalar()
Turn on/off the variation of tube radius with scalar value.
vtkTypeBool SidesShareVertices
int OutputPointsPrecision
void SetVaryRadiusToVaryRadiusByVector()
Turn on/off the variation of tube radius with scalar value.
#define VTK_VARY_RADIUS_BY_VECTOR_NORM
object to represent cell connectivity
void SetGenerateTCoordsToUseLength()
Control whether and how texture coordinates are produced.
#define VTK_VARY_RADIUS_BY_VECTOR
vtkTypeBool UseDefaultNormal
void SetGenerateTCoordsToOff()
Control whether and how texture coordinates are produced.
void SetGenerateTCoordsToUseScalars()
Control whether and how texture coordinates are produced.
#define VTK_VARY_RADIUS_OFF
void SetVaryRadiusToVaryRadiusByAbsoluteScalar()
Turn on/off the variation of tube radius with scalar value.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetVaryRadiusToVaryRadiusByVectorNorm()
Turn on/off the variation of tube radius with scalar value.
void SetVaryRadiusToVaryRadiusOff()
Turn on/off the variation of tube radius with scalar value.