Go to the documentation of this file.
56 #ifndef vtkLinearExtrusionFilter_h
57 #define vtkLinearExtrusionFilter_h
64 #define VTK_VECTOR_EXTRUSION 1
65 #define VTK_NORMAL_EXTRUSION 2
66 #define VTK_POINT_EXTRUSION 3
126 double ExtrusionPoint[3];
static vtkLinearExtrusionFilter * New()
sweep polygonal data creating a "skirt" from free edges and lines, and lines from vertices
~vtkLinearExtrusionFilter()
#define VTK_VECTOR_EXTRUSION
#define vtkSetVector3Macro(name, type)
void SetExtrusionTypeToVectorExtrusion()
void ViaVector(double x[3], vtkIdType id, vtkDataArray *normals=0)
void SetExtrusionTypeToPointExtrusion()
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
#define vtkGetVectorMacro(name, type, count)
void SetExtrusionTypeToNormalExtrusion()
#define VTK_POINT_EXTRUSION
#define vtkSetClampMacro(name, type, min, max)
void ViaNormal(double x[3], vtkIdType id, vtkDataArray *normals)
void ViaPoint(double x[3], vtkIdType id, vtkDataArray *normals=0)
#define VTK_NORMAL_EXTRUSION
a simple class to control print indentation
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSMODELING_EXPORT
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
vtkLinearExtrusionFilter()
Superclass for algorithms that produce only polydata as output.