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