137#include "vtkFiltersGeneralModule.h"
152 vtkSetVector3Macro(Origin,
double);
153 vtkGetVectorMacro(Origin,
double, 3);
160 vtkSetMacro(ScaleFactor,
double);
161 vtkGetMacro(ScaleFactor,
double);
198 void operator=(
const vtkAxes&) =
delete;
~vtkAxes() override=default
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)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTypeBool ComputeNormals
general representation of visualization data
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.