33 #include "vtkFiltersGeneralModule.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetVector3Macro(Origin,
double);
47 vtkGetVectorMacro(Origin,
double,3);
52 vtkSetMacro(ScaleFactor,
double);
53 vtkGetMacro(ScaleFactor,
double);
58 vtkSetMacro(Symmetric,
int);
59 vtkGetMacro(Symmetric,
int);
60 vtkBooleanMacro(Symmetric,
int);
65 vtkSetMacro(ComputeNormals,
int);
66 vtkGetMacro(ComputeNormals,
int);
67 vtkBooleanMacro(ComputeNormals,
int);
74 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
77 int idx,
int numDivisions);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
general representation of visualization data