50 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
51 double zmin,
double zmax);
52 void SetModelBounds(
const double bounds[6]);
53 vtkGetVectorMacro(ModelBounds,
double,6);
62 void SetFocalPoint(
double x[3]);
66 xyz[0] = x; xyz[1] = y; xyz[2] = z;
67 this->SetFocalPoint(xyz);
69 vtkGetVectorMacro(FocalPoint,
double,3);
74 vtkSetMacro(Outline,
int);
75 vtkGetMacro(Outline,
int);
76 vtkBooleanMacro(Outline,
int);
81 vtkSetMacro(Axes,
int);
82 vtkGetMacro(Axes,
int);
83 vtkBooleanMacro(Axes,
int);
88 vtkSetMacro(XShadows,
int);
89 vtkGetMacro(XShadows,
int);
90 vtkBooleanMacro(XShadows,
int);
95 vtkSetMacro(YShadows,
int);
96 vtkGetMacro(YShadows,
int);
97 vtkBooleanMacro(YShadows,
int);
102 vtkSetMacro(ZShadows,
int);
103 vtkGetMacro(ZShadows,
int);
104 vtkBooleanMacro(ZShadows,
int);
111 vtkSetMacro(TranslationMode,
int);
112 vtkGetMacro(TranslationMode,
int);
113 vtkBooleanMacro(TranslationMode,
int);
120 vtkSetMacro(Wrap,
int);
121 vtkGetMacro(Wrap,
int);
122 vtkBooleanMacro(Wrap,
int);
141 double ModelBounds[6];
142 double FocalPoint[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
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
void SetFocalPoint(double x, double y, double z)
generate a 3D cursor representation