57 #ifndef vtkRuledSurfaceFilter_h
58 #define vtkRuledSurfaceFilter_h
60 #include "vtkFiltersModelingModule.h"
67 #define VTK_RULED_MODE_RESAMPLE 0
68 #define VTK_RULED_MODE_POINT_WALK 1
87 vtkGetMacro(DistanceFactor,
double);
97 vtkGetMacro(OnRatio,
int);
107 vtkGetMacro(Offset,
int);
132 vtkGetMacro(RuledMode,
int);
135 const char* GetRuledModeAsString();
146 vtkSetVector2Macro(Resolution,
int);
147 vtkGetVectorMacro(Resolution,
int, 2);
void SetRuledModeToResample()
Set the mode by which to create the ruled surface.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
#define VTK_RULED_MODE_POINT_WALK
a simple class to control print indentation
list of point or cell ids
#define VTK_RULED_MODE_RESAMPLE
void SetRuledModeToPointWalk()
Set the mode by which to create the ruled surface.
generates a surface from a set of lines
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.