11 #ifndef vtkPVRotateAroundOriginTransform_h 12 #define vtkPVRotateAroundOriginTransform_h 29 void SetOriginOfRotation(
double xyz[3]);
30 void SetOriginOfRotation(
double x,
double y,
double z);
31 vtkGetVector3Macro(OriginOfRotation,
double);
40 double OriginOfRotation[3] = { 0.0, 0.0, 0.0 };
#define VTKPVVTKEXTENSIONSMISC_EXPORT