54 #ifndef vtkRuledSurfaceFilter_h 55 #define vtkRuledSurfaceFilter_h 57 #include "vtkFiltersModelingModule.h" 64 #define VTK_RULED_MODE_RESAMPLE 0 65 #define VTK_RULED_MODE_POINT_WALK 1 84 vtkGetMacro(DistanceFactor,
double);
94 vtkGetMacro(OnRatio,
int);
104 vtkGetMacro(Offset,
int);
116 vtkGetMacro(CloseSurface,
int);
128 vtkSetClampMacro(RuledMode,
int,
130 vtkGetMacro(RuledMode,
int);
135 const char *GetRuledModeAsString();
146 vtkSetVector2Macro(Resolution,
int);
147 vtkGetVectorMacro(Resolution,
int, 2);
156 vtkGetMacro(PassLines,
int);
168 vtkGetMacro(OrientLoops,
int);
179 double DistanceFactor;
void SetRuledModeToResample()
Set the mode by which to create the ruled surface.
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetRuledModeToPointWalk()
Set the mode by which to create the ruled surface.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.