Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Graphics/vtkTubeFilter.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Include dependency graph for vtkTubeFilter.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkTubeFilter
 filter that generates tubes around lines More...


Defines

#define VTK_VARY_RADIUS_OFF   0
#define VTK_VARY_RADIUS_BY_SCALAR   1
#define VTK_VARY_RADIUS_BY_VECTOR   2
#define VTK_TCOORDS_OFF   0
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH   1
#define VTK_TCOORDS_FROM_LENGTH   2
#define VTK_TCOORDS_FROM_SCALARS   3


Define Documentation

#define VTK_VARY_RADIUS_OFF   0
 

Definition at line 77 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetVaryRadiusToVaryRadiusOff().

#define VTK_VARY_RADIUS_BY_SCALAR   1
 

Definition at line 78 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetVaryRadiusToVaryRadiusByScalar().

#define VTK_VARY_RADIUS_BY_VECTOR   2
 

Definition at line 79 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetVaryRadiusToVaryRadiusByVector().

#define VTK_TCOORDS_OFF   0
 

Definition at line 81 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetGenerateTCoordsToOff().

#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH   1
 

Definition at line 82 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetGenerateTCoordsToNormalizedLength().

#define VTK_TCOORDS_FROM_LENGTH   2
 

Definition at line 83 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetGenerateTCoordsToUseLength().

#define VTK_TCOORDS_FROM_SCALARS   3
 

Definition at line 84 of file vtkTubeFilter.h.

Referenced by vtkTubeFilter::SetGenerateTCoordsToUseScalars().