Go to the documentation of this file.
60 #ifndef vtkRuledSurfaceFilter_h
61 #define vtkRuledSurfaceFilter_h
63 #include "vtkFiltersModelingModule.h"
70 #define VTK_RULED_MODE_RESAMPLE 0
71 #define VTK_RULED_MODE_POINT_WALK 1
90 vtkGetMacro(DistanceFactor,
double);
100 vtkGetMacro(OnRatio,
int);
110 vtkGetMacro(Offset,
int);
134 vtkSetClampMacro(RuledMode,
int,
136 vtkGetMacro(RuledMode,
int);
152 vtkSetVector2Macro(Resolution,
int);
153 vtkGetVectorMacro(Resolution,
int, 2);
represent and manipulate 3D points
void SetRuledModeToPointWalk()
#define VTK_RULED_MODE_POINT_WALK
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkRuledSurfaceFilter() override
void SetRuledModeToResample()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
list of point or cell ids
static vtkRuledSurfaceFilter * New()
Construct object with OnRatio=1, Offset=0.
concrete dataset represents vertices, lines, polygons, and triangle strips
generates a surface from a set of lines
const char * GetRuledModeAsString()
#define VTK_RULED_MODE_RESAMPLE
Superclass for algorithms that produce only polydata as output.