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);
122 vtkGetMacro(CloseSurface,
int);
134 vtkSetClampMacro(RuledMode,
int,
136 vtkGetMacro(RuledMode,
int);
141 const char *GetRuledModeAsString();
152 vtkSetVector2Macro(Resolution,
int);
153 vtkGetVectorMacro(Resolution,
int, 2);
162 vtkGetMacro(PassLines,
int);
174 vtkGetMacro(OrientLoops,
int);
represent and manipulate 3D points
void SetRuledModeToPointWalk()
#define VTK_RULED_MODE_POINT_WALK
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetRuledModeToResample()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
list of point or cell ids
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
generates a surface from a set of lines
#define VTK_RULED_MODE_RESAMPLE
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.