10 #ifndef vtkPVCylinder_h 11 #define vtkPVCylinder_h 28 void SetOrientedAxis(
double x,
double y,
double z);
29 void SetOrientedAxis(
const double axis[3]);
30 vtkGetVector3Macro(OrientedAxis,
double);
34 void SetCenter(
double x,
double y,
double z)
override;
35 void SetCenter(
const double xyz[3])
override;
41 void UpdateTransform();
43 double OrientedAxis[3];
52 double axis[3] = { x, y, z };
53 this->SetOrientedAxis(axis);
virtual void SetCenter(double, double, double)
#define VTKPVVTKEXTENSIONSMISC_EXPORT
void SetOrientedAxis(double x, double y, double z)
Get/Set the vector defining the direction of the cylinder.
static vtkCylinder * New()
extends vtkCylinder to add ParaView specific API.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkObjectBase &)