122#ifndef vtkLinearExtrusionFilter_h
123#define vtkLinearExtrusionFilter_h
125#include "vtkFiltersModelingModule.h"
128VTK_ABI_NAMESPACE_BEGIN
131#define VTK_VECTOR_EXTRUSION 1
132#define VTK_NORMAL_EXTRUSION 2
133#define VTK_POINT_EXTRUSION 3
152 vtkGetMacro(ExtrusionType,
int);
171 vtkSetMacro(ScaleFactor,
double);
172 vtkGetMacro(ScaleFactor,
double);
180 vtkSetVector3Macro(Vector,
double);
181 vtkGetVectorMacro(Vector,
double, 3);
189 vtkSetVector3Macro(ExtrusionPoint,
double);
190 vtkGetVectorMacro(ExtrusionPoint,
double, 3);
202 double ExtrusionPoint[3];
abstract superclass for arrays of numeric data
a simple class to control print indentation
sweep polygonal data creating a "skirt" from free edges and lines, and lines from vertices
vtkLinearExtrusionFilter()
void SetExtrusionTypeToPointExtrusion()
Set/Get the type of extrusion.
void SetExtrusionTypeToNormalExtrusion()
Set/Get the type of extrusion.
~vtkLinearExtrusionFilter() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ViaVector(double x[3], vtkIdType id, vtkDataArray *normals=nullptr)
static vtkLinearExtrusionFilter * New()
Create object with normal extrusion type, capping on, scale factor=1.0, vector (0,...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void ViaPoint(double x[3], vtkIdType id, vtkDataArray *normals=nullptr)
void ViaNormal(double x[3], vtkIdType id, vtkDataArray *normals)
void SetExtrusionTypeToVectorExtrusion()
Set/Get the type of extrusion.
Superclass for algorithms that produce only polydata as output.
#define VTK_NORMAL_EXTRUSION
#define VTK_POINT_EXTRUSION
#define VTK_VECTOR_EXTRUSION