![]() |
CustusX
15.3.3-beta
An IGT application
|
#include "cxTransform3D.h"#include <sstream>#include <vector>#include <vtkMatrix4x4.h>#include <vtkTransform.h>#include "cxTypeConversions.h"#include "cxBoundingBox3D.h"#include "vtkForwardDeclarations.h"Go to the source code of this file.
Namespaces | |
| cx_transform3D_internal | |
| cx | |
| Namespace for all CustusX production code. | |
Functions | |
| boost::array< double, 16 > | cx_transform3D_internal::flatten (const Eigen::Affine3d *self) |
| void | cx_transform3D_internal::fill (Eigen::Affine3d *self, vtkMatrix4x4Ptr m) |
| void | cx_transform3D_internal::fill (Eigen::Affine3d *self, const double *raw) |
| vtkMatrix4x4Ptr | cx_transform3D_internal::getVtkMatrix (const Eigen::Affine3d *self) |
| vtkTransformPtr | cx_transform3D_internal::getVtkTransform (const Eigen::Affine3d *self) |
| std::ostream & | cx_transform3D_internal::put (const Eigen::Affine3d *self, std::ostream &s, int indent, char newline) |
| Eigen::Affine3d | cx_transform3D_internal::fromString (const QString &text, bool *_ok) |
| construct a transform matrix from a string containing 16 whitespace-separated numbers, vtk ordering More... | |
| bool | cx::similar (const Transform3D &a, const Transform3D &b, double tol) |
| DoubleBoundingBox3D | cx::transform (const Transform3D &m, const DoubleBoundingBox3D &bb) |
| Transform3D | cx::createTransformScale (const Vector3D &scale_) |
| Transform3D | cx::createTransformTranslate (const Vector3D &translation) |
| Transform3D | cx::createTransformRotateX (const double angle) |
| Transform3D | cx::createTransformRotateY (const double angle) |
| Transform3D | cx::createTransformRotateZ (const double angle) |
| Transform3D | cx::createTransformNormalize (const DoubleBoundingBox3D &in, const DoubleBoundingBox3D &out) |
| Transform3D | cx::createTransformIJC (const Vector3D &ivec, const Vector3D &jvec, const Vector3D ¢er) |