#include "mitkCommon.h"
#include "mitkVector.h"
#include "mitkOperationActor.h"
#include <itkIndex.h>
#include <itkBoundingBox.h>
#include <itkQuaternionRigidTransform.h>
#include <itkAffineGeometryFrame.h>
Go to the source code of this file.
Classes | |
class | mitk::Geometry3D |
Describes the geometry of a data object. More... | |
Namespaces | |
namespace | mitk |
Qmitk. | |
Typedefs | |
typedef itk::BoundingBox < unsigned long, 3, ScalarType > | mitk::BoundingBox |
Standard 3D-BoundingBox typedef. | |
typedef itk::FixedArray < ScalarType, 2 > | mitk::TimeBounds |
Standard typedef for time-bounds. | |
typedef itk::FixedArray < ScalarType, 3 > | mitk::FixedArrayType |
typedef itk::AffineGeometryFrame < ScalarType, 3 > | mitk::AffineGeometryFrame3D |