59 #ifndef __vtkRuledSurfaceFilter_h
60 #define __vtkRuledSurfaceFilter_h
68 #define VTK_RULED_MODE_RESAMPLE 0
69 #define VTK_RULED_MODE_POINT_WALK 1
84 vtkGetMacro(DistanceFactor,
double);
92 vtkGetMacro(OnRatio,
int);
100 vtkGetMacro(Offset,
int);
109 vtkSetMacro(CloseSurface,
int);
110 vtkGetMacro(CloseSurface,
int);
111 vtkBooleanMacro(CloseSurface,
int);
120 vtkSetClampMacro(RuledMode,
int,
122 vtkGetMacro(RuledMode,
int);
127 const char *GetRuledModeAsString();
136 vtkSetVector2Macro(Resolution,
int);
137 vtkGetVectorMacro(Resolution,
int, 2);
143 vtkSetMacro(PassLines,
int);
144 vtkGetMacro(PassLines,
int);
145 vtkBooleanMacro(PassLines,
int);
153 vtkSetMacro(OrientLoops,
int);
154 vtkGetMacro(OrientLoops,
int);
155 vtkBooleanMacro(OrientLoops,
int);
void SetRuledModeToResample()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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()
#define VTK_LARGE_INTEGER
generates a surface from a set of lines
represent and manipulate 3D points