Go to the documentation of this file.
59 #ifndef vtkRuledSurfaceFilter_h
60 #define vtkRuledSurfaceFilter_h
69 #define VTK_RULED_MODE_RESAMPLE 0
70 #define VTK_RULED_MODE_POINT_WALK 1
represent and manipulate 3D points
#define vtkSetVector2Macro(name, type)
void SetRuledModeToPointWalk()
#define VTK_RULED_MODE_POINT_WALK
#define vtkTypeMacro(thisClass, superclass)
GLenum GLenum GLenum input
#define vtkGetVectorMacro(name, type, count)
void SetRuledModeToResample()
#define vtkSetClampMacro(name, type, min, max)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
list of point or cell ids
#define vtkGetMacro(name, type)
static vtkRuledSurfaceFilter * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTKFILTERSMODELING_EXPORT
generates a surface from a set of lines
const char * GetRuledModeAsString()
#define VTK_RULED_MODE_RESAMPLE
Superclass for algorithms that produce only polydata as output.