54 #ifndef vtkRuledSurfaceFilter_h
55 #define vtkRuledSurfaceFilter_h
57 #include "vtkFiltersModelingModule.h"
60 VTK_ABI_NAMESPACE_BEGIN
65 #define VTK_RULED_MODE_RESAMPLE 0
66 #define VTK_RULED_MODE_POINT_WALK 1
85 vtkGetMacro(DistanceFactor,
double);
95 vtkGetMacro(OnRatio,
int);
105 vtkGetMacro(Offset,
int);
130 vtkGetMacro(RuledMode,
int);
144 vtkSetVector2Macro(Resolution,
int);
145 vtkGetVectorMacro(Resolution,
int, 2);
199 VTK_ABI_NAMESPACE_END
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 *) override
This is called by the superclass.
static vtkRuledSurfaceFilter * New()
Construct object with OnRatio=1, Offset=0.
~vtkRuledSurfaceFilter() override
void SetRuledModeToPointWalk()
Set the mode by which to create the ruled surface.
void SetRuledModeToResample()
Set the mode by which to create the ruled surface.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetRuledModeAsString()
Set the mode by which to create the ruled surface.
#define VTK_RULED_MODE_RESAMPLE
#define VTK_RULED_MODE_POINT_WALK