59 #ifndef vtkRuledSurfaceFilter_h
60 #define vtkRuledSurfaceFilter_h
69 #define VTK_RULED_MODE_RESAMPLE 0
70 #define VTK_RULED_MODE_POINT_WALK 1
85 vtkGetMacro(DistanceFactor,
double);
93 vtkGetMacro(OnRatio,
int);
101 vtkGetMacro(Offset,
int);
110 vtkSetMacro(CloseSurface,
int);
111 vtkGetMacro(CloseSurface,
int);
112 vtkBooleanMacro(CloseSurface,
int);
121 vtkSetClampMacro(RuledMode,
int,
123 vtkGetMacro(RuledMode,
int);
128 const char *GetRuledModeAsString();
137 vtkSetVector2Macro(Resolution,
int);
138 vtkGetVectorMacro(Resolution,
int, 2);
144 vtkSetMacro(PassLines,
int);
145 vtkGetMacro(PassLines,
int);
146 vtkBooleanMacro(PassLines,
int);
154 vtkSetMacro(OrientLoops,
int);
155 vtkGetMacro(OrientLoops,
int);
156 vtkBooleanMacro(OrientLoops,
int);
void SetRuledModeToResample()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSMODELING_EXPORT
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
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()
generates a surface from a set of lines
represent and manipulate 3D points