52 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
53 double zmin,
double zmax);
54 void SetModelBounds(
const double bounds[6]);
55 vtkGetVectorMacro(ModelBounds,
double,6);
65 void SetFocalPoint(
double x[3]);
69 xyz[0] = x; xyz[1] = y; xyz[2] = z;
70 this->SetFocalPoint(xyz);
72 vtkGetVectorMacro(FocalPoint,
double,3);
77 vtkSetMacro(Outline,
int);
78 vtkGetMacro(Outline,
int);
79 vtkBooleanMacro(Outline,
int);
84 vtkSetMacro(Axes,
int);
85 vtkGetMacro(Axes,
int);
86 vtkBooleanMacro(Axes,
int);
93 vtkGetMacro(Radius,
double);
98 vtkSetMacro(Point,
int);
99 vtkGetMacro(Point,
int);
100 vtkBooleanMacro(Point,
int);
107 vtkSetMacro(TranslationMode,
int);
108 vtkGetMacro(TranslationMode,
int);
109 vtkBooleanMacro(TranslationMode,
int);
116 vtkSetMacro(Wrap,
int);
117 vtkGetMacro(Wrap,
int);
118 vtkBooleanMacro(Wrap,
int);
133 double ModelBounds[6];
134 double FocalPoint[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetFocalPoint(double x, double y, double z)
generate a 2D cursor representation
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT