11 #ifndef vtkPVFrustum_h 12 #define vtkPVFrustum_h 14 #include "vtkFrustum.h" 24 void PrintSelf(ostream& os,
vtkIndent indent)
override;
30 void SetOrientation(
double x,
double y,
double z);
31 void SetOrientation(
const double xyz[3]);
33 double* GetOrientation();
34 void GetOrientation(
double& x,
double& y,
double& z);
35 void GetOrientation(
double xyz[3]);
42 void SetOrigin(
double x,
double y,
double z);
43 void SetOrigin(
const double xyz[3]);
46 void GetOrigin(
double& x,
double& y,
double& z);
47 void GetOrigin(
double xyz[3]);
58 void UpdateTransform();
extends vtkFrustum to add ParaView specific API.
#define VTKPVVTKEXTENSIONSMISC_EXPORT