Go to the documentation of this file.
34 #include "vtkFiltersGeneralModule.h"
49 vtkSetVector3Macro(Origin,
double);
50 vtkGetVectorMacro(Origin,
double,3);
58 vtkGetMacro(ScaleFactor,
double);
66 vtkGetMacro(Symmetric,
int);
75 vtkGetMacro(ComputeNormals,
int);
86 int idx,
int numDivisions);
95 void operator=(
const vtkAxes&) VTK_DELETE_FUNCTION;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ComputeDivisionExtents(vtkDataObject *output, int idx, int numDivisions)
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
general representation of visualization data
Superclass for algorithms that produce only polydata as output.