44 Vector3d vector(
const Vector3d& v)
const;
46 Vector3d coord(
const Vector3d& v)
const;
49 boost::array<double, 16>
flatten()
const;
50 explicit Transform(vtkMatrix4x4* m);
51 explicit Transform(
double* m);
56 std::ostream&
put(std::ostream& s,
int indent=0,
char newline=
'\n')
const;
57 static Transform
fromString(
const QString& text,
bool* ok=0);
59 static Transform fromFloatArray(
float m[4][4]);
vtkSmartPointer< class vtkMatrix4x4 > vtkMatrix4x4Ptr
Vector3D unitVector(double thetaXY, double thetaZ)
compute a unit vector given angles xy in the xy plane and z meaning the elevation from the xy plane...
vtkSmartPointer< class vtkTransform > vtkTransformPtr