Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
BaseGeometry Describes the geometry of a data object. More...
#include <mitkBaseGeometry.h>
Public Types | |
typedef BaseGeometry | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef GeometryTransformHolder::TransformType | TransformType |
typedef itk::BoundingBox< unsigned long, 3, ScalarType > | BoundingBoxType |
typedef BoundingBoxType::BoundsArrayType | BoundsArrayType |
typedef BoundingBoxType::Pointer | BoundingBoxPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
const Point3D | GetOrigin () const |
Get the origin, e.g. the upper-left corner of the plane. More... | |
void | SetOrigin (const Point3D &origin) |
Set the origin, i.e. the upper-left corner of the plane. More... | |
const mitk::Vector3D | GetSpacing () const |
Get the spacing (size of a pixel). More... | |
void | SetSpacing (const mitk::Vector3D &aSpacing, bool enforceSetSpacing=false) |
Set the spacing (m_Spacing). More... | |
VnlVector | GetOriginVnl () const |
Get the origin as VnlVector. More... | |
virtual unsigned int | GetFrameOfReferenceID () const |
Get the DICOM FrameOfReferenceID referring to the used world coordinate system. More... | |
virtual void | SetFrameOfReferenceID (unsigned int _arg) |
Set the DICOM FrameOfReferenceID referring to the used world coordinate system. More... | |
virtual unsigned long | GetIndexToWorldTransformLastModified () const |
void | Modified () const override |
Overload of function Modified() to prohibit several calls of Modified() using the ModifiedLock class. More... | |
virtual bool | IsValid () const |
Is this BaseGeometry in a state that is valid? More... | |
void | Initialize () |
Initialize the BaseGeometry. More... | |
void | InitializeGeometry (Self *newGeometry) const |
mitk::AffineTransform3D * | GetIndexToWorldTransform () |
Get the transformation used to convert from index to world coordinates. More... | |
const mitk::AffineTransform3D * | GetIndexToWorldTransform () const |
Get the transformation used to convert from index to world coordinates. More... | |
void | SetIndexToWorldTransform (mitk::AffineTransform3D *transform) |
void | SetIndexToWorldTransformByVtkMatrix (vtkMatrix4x4 *vtkmatrix) |
Convenience method for setting the ITK transform (m_IndexToWorldTransform) via an vtkMatrix4x4.The spacing of the new transform is copied to m_spacing. More... | |
void | SetIndexToWorldTransformWithoutChangingSpacing (mitk::AffineTransform3D *transform) |
void | SetIndexToWorldTransformByVtkMatrixWithoutChangingSpacing (vtkMatrix4x4 *vtkmatrix) |
Convenience method for setting the ITK transform (m_IndexToWorldTransform) via an vtkMatrix4x4. This function keeps the original spacing. More... | |
vtkMatrix4x4 * | GetVtkMatrix () |
const vtkMatrix4x4 * | GetVtkMatrix () const |
vtkLinearTransform * | GetVtkTransform () const |
Get the m_IndexToWorldTransform as a vtkLinearTransform. More... | |
void | SetIdentity () |
Set the transform to identity, the spacing to 1 and origin to 0. More... | |
void | Compose (const TransformType *other, bool pre=false) |
Compose new IndexToWorldTransform with a given transform. More... | |
void | Compose (const vtkMatrix4x4 *vtkmatrix, bool pre=false) |
Compose new IndexToWorldTransform with a given vtkMatrix4x4. More... | |
void | Translate (const Vector3D &vector) |
Translate the origin by a vector. More... | |
void | ExecuteOperation (Operation *operation) override |
executes affine operations (translate, rotate, scale) More... | |
void | WorldToIndex (const mitk::Point3D &pt_mm, mitk::Point3D &pt_units) const |
Convert world coordinates (in mm) of a point to (continuous!) index coordinates. More... | |
void | WorldToIndex (const mitk::Vector3D &vec_mm, mitk::Vector3D &vec_units) const |
Convert world coordinates (in mm) of a vector vec_mm to (continuous!) index coordinates. For further information about coordinates types, please see the Geometry documentation. More... | |
template<unsigned int VIndexDimension> | |
void | WorldToIndex (const mitk::Point3D &pt_mm, itk::Index< VIndexDimension > &index) const |
Convert world coordinates (in mm) of a point to (discrete!) index coordinates. This method rounds to integer indices! For further information about coordinates types, please see the Geometry documentation. More... | |
void | IndexToWorld (const mitk::Vector3D &vec_units, mitk::Vector3D &vec_mm) const |
Convert (continuous or discrete) index coordinates of a vector vec_units to world coordinates (in mm) For further information about coordinates types, please see the Geometry documentation. More... | |
void | IndexToWorld (const mitk::Point3D &pt_units, mitk::Point3D &pt_mm) const |
Convert (continuous or discrete) index coordinates of a point to world coordinates (in mm) For further information about coordinates types, please see the Geometry documentation. More... | |
template<unsigned int VIndexDimension> | |
void | IndexToWorld (const itk::Index< VIndexDimension > &index, mitk::Point3D &pt_mm) const |
Convert (discrete) index coordinates of a point to world coordinates (in mm) For further information about coordinates types, please see the Geometry documentation. More... | |
void | IndexToWorld (const mitk::Point3D &atPt3d_units, const mitk::Vector3D &vec_units, mitk::Vector3D &vec_mm) const |
Convert (continuous or discrete) index coordinates of a vector vec_units to world coordinates (in mm) More... | |
void | WorldToIndex (const mitk::Point3D &atPt3d_mm, const mitk::Vector3D &vec_mm, mitk::Vector3D &vec_units) const |
Convert world coordinates (in mm) of a vector vec_mm to (continuous!) index coordinates. More... | |
template<class TCoordRep > | |
void | ItkPhysicalPointToWorld (const itk::Point< TCoordRep, 3 > &itkPhysicalPoint, mitk::Point3D &pt_mm) const |
Deprecated for use with ITK version 3.10 or newer. Convert ITK physical coordinates of a point (in mm, but without a rotation) into MITK world coordinates (in mm) More... | |
template<class TCoordRep > | |
void | WorldToItkPhysicalPoint (const mitk::Point3D &pt_mm, itk::Point< TCoordRep, 3 > &itkPhysicalPoint) const |
Deprecated for use with ITK version 3.10 or newer. Convert world coordinates (in mm) of a point to ITK physical coordinates (in mm, but without a possible rotation) More... | |
virtual const BoundingBoxType * | GetBoundingBox () |
const BoundsArrayType | GetBounds () const |
void | SetBounds (const BoundsArrayType &bounds) |
Set the bounding box (in index/unit coordinates) More... | |
void | SetFloatBounds (const float bounds[6]) |
Set the bounding box (in index/unit coordinates) via a float array. More... | |
void | SetFloatBounds (const double bounds[6]) |
Set the bounding box (in index/unit coordinates) via a double array. More... | |
VnlVector | GetMatrixColumn (unsigned int direction) const |
Get a VnlVector along bounding-box in the specified direction, length is spacing. More... | |
mitk::BoundingBox::Pointer | CalculateBoundingBoxRelativeToTransform (const mitk::AffineTransform3D *transform) const |
Calculates a bounding-box around the geometry relative to a coordinate system defined by a transform. More... | |
ScalarType | GetExtent (unsigned int direction) const |
Set the time bounds (in ms) More... | |
ScalarType | GetExtentInMM (int direction) const |
Get the extent of the bounding-box in the specified direction in mm. More... | |
Vector3D | GetAxisVector (unsigned int direction) const |
Get vector along bounding-box in the specified direction in mm. More... | |
virtual bool | Is2DConvertable () |
Checks, if the given geometry can be converted to 2D without information loss e.g. when a 2D image is saved, the matrix is usually cropped to 2x2, and when you load it back to MITK it will be filled with standard values. This function checks, if information would be lost during this procedure. More... | |
Point3D | GetCenter () const |
Get the center of the bounding-box in mm. More... | |
double | GetDiagonalLength2 () const |
Get the squared length of the diagonal of the bounding-box in mm. More... | |
double | GetDiagonalLength () const |
Get the length of the diagonal of the bounding-box in mm. More... | |
Point3D | GetCornerPoint (int id) const |
Get the position of the corner number id (in world coordinates) More... | |
Point3D | GetCornerPoint (bool xFront=true, bool yFront=true, bool zFront=true) const |
Get the position of a corner (in world coordinates) More... | |
void | SetExtentInMM (int direction, ScalarType extentInMM) |
Set the extent of the bounding-box in the specified direction in mm. More... | |
bool | IsInside (const mitk::Point3D &p) const |
Test whether the point p (world coordinates in mm) is inside the bounding box. More... | |
bool | IsIndexInside (const mitk::Point3D &index) const |
Test whether the point p ((continuous!)index coordinates in units) is inside the bounding box. More... | |
template<unsigned int VIndexDimension> | |
bool | IsIndexInside (const itk::Index< VIndexDimension > &index) const |
Convenience method for working with ITK indices. More... | |
virtual void | ChangeImageGeometryConsideringOriginOffset (const bool isAnImageGeometry) |
When switching from an Image Geometry to a normal Geometry (and the other way around), you have to. More... | |
virtual bool | GetImageGeometry () const |
Is this an ImageGeometry? More... | |
virtual void | SetImageGeometry (bool _arg) |
Define that this BaseGeometry is referring to an Image. More... | |
virtual void | ImageGeometryOn () |
virtual void | ImageGeometryOff () |
const GeometryTransformHolder * | GetGeometryTransformHolder () const |
void | MapAxesToOrientations (int axes[]) const |
One to one mapping of axes to world orientations. More... | |
Public Member Functions inherited from mitk::OperationActor | |
itkTypeMacroNoParent (OperationActor) virtual ~OperationActor() | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
BaseGeometry () | |
BaseGeometry (const BaseGeometry &other) | |
~BaseGeometry () override | |
itk::LightObject::Pointer | InternalClone () const override=0 |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
virtual unsigned int | GetNDimensions () const |
bool | IsBoundingBoxNull () const |
bool | IsIndexToWorldTransformNull () const |
void | SetVtkMatrixDeepCopy (vtkTransform *vtktransform) |
void | _SetSpacing (const mitk::Vector3D &aSpacing, bool enforceSetSpacing=false) |
virtual void | PreSetSpacing (const mitk::Vector3D &) |
PreSetSpacing. More... | |
virtual void | CheckBounds (const BoundsArrayType &) |
CheckBounds. More... | |
virtual void | CheckIndexToWorldTransform (mitk::AffineTransform3D *) |
CheckIndexToWorldTransform. More... | |
Static Protected Member Functions | |
static const std::string | GetTransformAsString (TransformType *transformType) |
BaseGeometry Describes the geometry of a data object.
The class holds
BaseGeometry and its sub-classes allow converting between intrinsic coordinates (called index or unit coordinates) and world-coordinates (called world or mm coordinates), e.g. WorldToIndex. In case you need integer index coordinates, provide an mitk::Index3D (or itk::Index) as target variable to WorldToIndex, otherwise you will get a continuous index (floating point values).
An important sub-class is SlicedGeometry3D, which describes data objects consisting of slices, e.g., objects of type Image. Conversions between world coordinates (in mm) and unit coordinates (e.g., pixels in the case of an Image) can be performed.
For more information on related classes, see Geometry Classes.
BaseGeometry instances referring to an Image need a slightly different definition of corners, see SetImageGeometry. This is usually automatically called by Image.
BaseGeometry have to be initialized in the method GenerateOutputInformation() of BaseProcess (or CopyInformation/ UpdateOutputInformation of BaseData, if possible, e.g., by analyzing pic tags in Image) subclasses. See also itk::ProcessObject::GenerateOutputInformation(), itk::DataObject::CopyInformation() and itk::DataObject::UpdateOutputInformation().
At least, it can return the bounding box of the data object.
The BaseGeometry class is an abstract class. The most simple implementation is the subclass Geometry3D.
Rule: everything is in mm (ms) if not stated otherwise.
Definition at line 94 of file mitkBaseGeometry.h.
typedef BoundingBoxType::Pointer mitk::BaseGeometry::BoundingBoxPointer |
Definition at line 105 of file mitkBaseGeometry.h.
typedef itk::BoundingBox<unsigned long, 3, ScalarType> mitk::BaseGeometry::BoundingBoxType |
Definition at line 103 of file mitkBaseGeometry.h.
typedef BoundingBoxType::BoundsArrayType mitk::BaseGeometry::BoundsArrayType |
Definition at line 104 of file mitkBaseGeometry.h.
typedef itk::SmartPointer<const Self> mitk::BaseGeometry::ConstPointer |
Definition at line 97 of file mitkBaseGeometry.h.
Definition at line 97 of file mitkBaseGeometry.h.
typedef BaseGeometry mitk::BaseGeometry::Self |
Definition at line 97 of file mitkBaseGeometry.h.
typedef itk::Object mitk::BaseGeometry::Superclass |
Definition at line 97 of file mitkBaseGeometry.h.
Definition at line 98 of file mitkBaseGeometry.h.
|
protected |
|
protected |
|
overrideprotected |
|
protected |
mitk::BoundingBox::Pointer mitk::BaseGeometry::CalculateBoundingBoxRelativeToTransform | ( | const mitk::AffineTransform3D * | transform | ) | const |
Calculates a bounding-box around the geometry relative to a coordinate system defined by a transform.
|
virtual |
When switching from an Image Geometry to a normal Geometry (and the other way around), you have to.
Reimplemented in mitk::SlicedGeometry3D.
|
inlineprotectedvirtual |
CheckBounds.
This function is called in SetBounds. Assertions can be implemented in this function (see PlaneGeometry.cpp). If you implement this function in a subclass, make sure, that all classes were your class inherits from have an implementation of CheckBounds (e.g. inheritance BaseGeometry <- A <- B. Implementation of CheckBounds in class B needs implementation in A as
Reimplemented in mitk::PlaneGeometry.
Definition at line 584 of file mitkBaseGeometry.h.
|
inlineprotectedvirtual |
CheckIndexToWorldTransform.
This function is called in SetIndexToWorldTransform. Assertions can be implemented in this function (see
Reimplemented in mitk::PlaneGeometry.
Definition at line 592 of file mitkBaseGeometry.h.
Pointer mitk::BaseGeometry::Clone | ( | ) | const |
void mitk::BaseGeometry::Compose | ( | const TransformType * | other, |
bool | pre = false |
||
) |
Compose new IndexToWorldTransform with a given transform.
This method composes m_IndexToWorldTransform with another transform, modifying self to be the composition of self and other. If the argument pre is true, then other is precomposed with self; that is, the resulting transformation consists of first applying other to the source, followed by self. If pre is false or omitted, then other is post-composed with self; that is the resulting transformation consists of first applying self to the source, followed by other. This method also changes m_spacing.
void mitk::BaseGeometry::Compose | ( | const vtkMatrix4x4 * | vtkmatrix, |
bool | pre = false |
||
) |
Compose new IndexToWorldTransform with a given vtkMatrix4x4.
Converts the vtkMatrix4x4 into a itk-transform and calls the previous method.
|
overridevirtual |
executes affine operations (translate, rotate, scale)
Implements mitk::OperationActor.
Reimplemented in mitk::PlaneGeometry, and mitk::SlicedGeometry3D.
Vector3D mitk::BaseGeometry::GetAxisVector | ( | unsigned int | direction | ) | const |
Get vector along bounding-box in the specified direction in mm.
The length of the vector is the size of the bounding-box in the specified direction in mm
|
virtual |
Get the bounding box
Referenced by mitk::PlaneClipping::CalculateClippedPlaneBounds().
const BoundsArrayType mitk::BaseGeometry::GetBounds | ( | ) | const |
Point3D mitk::BaseGeometry::GetCenter | ( | ) | const |
Get the center of the bounding-box in mm.
|
inlinevirtual |
Reimplemented in mitk::PlaneGeometry, mitk::SlicedGeometry3D, mitk::Geometry3D, mitk::LandmarkProjectorBasedCurvedGeometry, and mitk::ThinPlateSplineCurvedGeometry.
Definition at line 97 of file mitkBaseGeometry.h.
|
virtual |
Point3D mitk::BaseGeometry::GetCornerPoint | ( | bool | xFront = true , |
bool | yFront = true , |
||
bool | zFront = true |
||
) | const |
Get the position of a corner (in world coordinates)
See SetImageGeometry for how a corner is defined on images.
Point3D mitk::BaseGeometry::GetCornerPoint | ( | int | id | ) | const |
Get the position of the corner number id (in world coordinates)
See SetImageGeometry for how a corner is defined on images.
double mitk::BaseGeometry::GetDiagonalLength | ( | ) | const |
Get the length of the diagonal of the bounding-box in mm.
double mitk::BaseGeometry::GetDiagonalLength2 | ( | ) | const |
Get the squared length of the diagonal of the bounding-box in mm.
ScalarType mitk::BaseGeometry::GetExtent | ( | unsigned int | direction | ) | const |
Set the time bounds (in ms)
Get the extent of the bounding box
ScalarType mitk::BaseGeometry::GetExtentInMM | ( | int | direction | ) | const |
Get the extent of the bounding-box in the specified direction in mm.
Equals length of GetAxisVector(direction).
|
virtual |
Get the DICOM FrameOfReferenceID referring to the used world coordinate system.
const GeometryTransformHolder* mitk::BaseGeometry::GetGeometryTransformHolder | ( | ) | const |
|
virtual |
Is this an ImageGeometry?
For more information, see SetImageGeometry
Referenced by mitk::PlaneClipping::CalculateClippedPlaneBounds().
mitk::AffineTransform3D* mitk::BaseGeometry::GetIndexToWorldTransform | ( | ) |
Get the transformation used to convert from index to world coordinates.
Referenced by mitk::GetRotation(), mitk::GetWorldToItkPhysicalTransform(), and mitk::Image::InitializeByItk().
const mitk::AffineTransform3D* mitk::BaseGeometry::GetIndexToWorldTransform | ( | ) | const |
Get the transformation used to convert from index to world coordinates.
|
virtual |
VnlVector mitk::BaseGeometry::GetMatrixColumn | ( | unsigned int | direction | ) | const |
Get a VnlVector along bounding-box in the specified direction, length is spacing.
|
protectedvirtual |
const Point3D mitk::BaseGeometry::GetOrigin | ( | ) | const |
Get the origin, e.g. the upper-left corner of the plane.
Referenced by mitk::PlaneGeometry::SignedDistanceFromPlane().
const mitk::Vector3D mitk::BaseGeometry::GetSpacing | ( | ) | const |
Get the spacing (size of a pixel).
Referenced by mitk::PlaneClipping::CalculateClippedPlaneBounds(), and mitk::GetRotation().
|
inlinestatic |
Definition at line 97 of file mitkBaseGeometry.h.
|
staticprotected |
vtkMatrix4x4* mitk::BaseGeometry::GetVtkMatrix | ( | ) |
const vtkMatrix4x4* mitk::BaseGeometry::GetVtkMatrix | ( | ) | const |
vtkLinearTransform* mitk::BaseGeometry::GetVtkTransform | ( | ) | const |
Get the m_IndexToWorldTransform as a vtkLinearTransform.
Referenced by mitk::PlaneClipping::CalculateClippedPlaneBounds().
|
virtual |
|
virtual |
|
inline |
Convert (discrete) index coordinates of a point to world coordinates (in mm) For further information about coordinates types, please see the Geometry documentation.
Definition at line 298 of file mitkBaseGeometry.h.
void mitk::BaseGeometry::IndexToWorld | ( | const mitk::Point3D & | atPt3d_units, |
const mitk::Vector3D & | vec_units, | ||
mitk::Vector3D & | vec_mm | ||
) | const |
Convert (continuous or discrete) index coordinates of a vector vec_units to world coordinates (in mm)
void mitk::BaseGeometry::IndexToWorld | ( | const mitk::Point3D & | pt_units, |
mitk::Point3D & | pt_mm | ||
) | const |
Convert (continuous or discrete) index coordinates of a point to world coordinates (in mm) For further information about coordinates types, please see the Geometry documentation.
void mitk::BaseGeometry::IndexToWorld | ( | const mitk::Vector3D & | vec_units, |
mitk::Vector3D & | vec_mm | ||
) | const |
Convert (continuous or discrete) index coordinates of a vector vec_units to world coordinates (in mm) For further information about coordinates types, please see the Geometry documentation.
void mitk::BaseGeometry::Initialize | ( | ) |
Initialize the BaseGeometry.
void mitk::BaseGeometry::InitializeGeometry | ( | Self * | newGeometry | ) | const |
|
overrideprotectedpure virtual |
|
virtual |
Checks, if the given geometry can be converted to 2D without information loss e.g. when a 2D image is saved, the matrix is usually cropped to 2x2, and when you load it back to MITK it will be filled with standard values. This function checks, if information would be lost during this procedure.
|
protected |
|
inline |
Convenience method for working with ITK indices.
Definition at line 492 of file mitkBaseGeometry.h.
bool mitk::BaseGeometry::IsIndexInside | ( | const mitk::Point3D & | index | ) | const |
Test whether the point p ((continuous!)index coordinates in units) is inside the bounding box.
|
protected |
bool mitk::BaseGeometry::IsInside | ( | const mitk::Point3D & | p | ) | const |
Test whether the point p (world coordinates in mm) is inside the bounding box.
|
virtual |
Is this BaseGeometry in a state that is valid?
This function returns always true in the BaseGeometry class. Other implementations are possible in subclasses.
Reimplemented in mitk::ThinPlateSplineCurvedGeometry.
|
inline |
Deprecated for use with ITK version 3.10 or newer. Convert ITK physical coordinates of a point (in mm, but without a rotation) into MITK world coordinates (in mm)
For more information, see WorldToItkPhysicalPoint.
Definition at line 338 of file mitkBaseGeometry.h.
References mitk::vtk2itk().
void mitk::BaseGeometry::MapAxesToOrientations | ( | int | axes[] | ) | const |
One to one mapping of axes to world orientations.
The result is stored in the output argument that must be an array of three int values. The elements of the array will be the axis indices that correspond to the sagittal, coronal and axial orientations, in this order. It is guaranteed that each axis will be mapped to different orientations.
axes | Output argument that will store the axis indices for each orientation. |
|
override |
Overload of function Modified() to prohibit several calls of Modified() using the ModifiedLock class.
For the use of Modified(), see class ModifiedLock.
|
inlineprotectedvirtual |
PreSetSpacing.
These virtual function allows a different beahiour in subclasses. Do implement them in every subclass of BaseGeometry. If not needed, use {Superclass::PreSetSpacing();};
Reimplemented in mitk::PlaneGeometry, mitk::SlicedGeometry3D, mitk::AbstractTransformGeometry, mitk::Geometry3D, mitk::LandmarkProjectorBasedCurvedGeometry, and mitk::ThinPlateSplineCurvedGeometry.
Definition at line 574 of file mitkBaseGeometry.h.
|
overrideprotected |
void mitk::BaseGeometry::SetBounds | ( | const BoundsArrayType & | bounds | ) |
Set the bounding box (in index/unit coordinates)
Only possible via the BoundsArray to make clear that a copy of the bounding-box is stored, not a reference to it.
void mitk::BaseGeometry::SetExtentInMM | ( | int | direction, |
ScalarType | extentInMM | ||
) |
Set the extent of the bounding-box in the specified direction in mm.
void mitk::BaseGeometry::SetFloatBounds | ( | const double | bounds[6] | ) |
Set the bounding box (in index/unit coordinates) via a double array.
void mitk::BaseGeometry::SetFloatBounds | ( | const float | bounds[6] | ) |
Set the bounding box (in index/unit coordinates) via a float array.
|
virtual |
Set the DICOM FrameOfReferenceID referring to the used world coordinate system.
void mitk::BaseGeometry::SetIdentity | ( | ) |
Set the transform to identity, the spacing to 1 and origin to 0.
|
virtual |
Define that this BaseGeometry is referring to an Image.
A geometry referring to an Image needs a slightly different definition of the position of the corners (see GetCornerPoint). The position of a voxel is defined by the position of its center. If we would use the origin (position of the (center of) the first voxel) as a corner and display this point, it would seem to be not at the corner but a bit within the image. Even worse for the opposite corner of the image: here the corner would appear outside the image (by half of the voxel diameter). Thus, we have to correct for this and to be able to do that, we need to know that the BaseGeometry is referring to an Image.
Reimplemented in mitk::SlicedGeometry3D.
void mitk::BaseGeometry::SetIndexToWorldTransform | ( | mitk::AffineTransform3D * | transform | ) |
void mitk::BaseGeometry::SetIndexToWorldTransformByVtkMatrix | ( | vtkMatrix4x4 * | vtkmatrix | ) |
Convenience method for setting the ITK transform (m_IndexToWorldTransform) via an vtkMatrix4x4.The spacing of the new transform is copied to m_spacing.
void mitk::BaseGeometry::SetIndexToWorldTransformByVtkMatrixWithoutChangingSpacing | ( | vtkMatrix4x4 * | vtkmatrix | ) |
Convenience method for setting the ITK transform (m_IndexToWorldTransform) via an vtkMatrix4x4. This function keeps the original spacing.
void mitk::BaseGeometry::SetIndexToWorldTransformWithoutChangingSpacing | ( | mitk::AffineTransform3D * | transform | ) |
void mitk::BaseGeometry::SetOrigin | ( | const Point3D & | origin | ) |
Set the origin, i.e. the upper-left corner of the plane.
Referenced by mitk::Image::InitializeByItk().
void mitk::BaseGeometry::SetSpacing | ( | const mitk::Vector3D & | aSpacing, |
bool | enforceSetSpacing = false |
||
) |
Set the spacing (m_Spacing).
The spacing is also changed in the IndexToWorldTransform.
Referenced by mitk::Image::InitializeByItk().
|
protected |
void mitk::BaseGeometry::Translate | ( | const Vector3D & | vector | ) |
Translate the origin by a vector.
void mitk::BaseGeometry::WorldToIndex | ( | const mitk::Point3D & | atPt3d_mm, |
const mitk::Vector3D & | vec_mm, | ||
mitk::Vector3D & | vec_units | ||
) | const |
Convert world coordinates (in mm) of a vector vec_mm to (continuous!) index coordinates.
|
inline |
Convert world coordinates (in mm) of a point to (discrete!) index coordinates. This method rounds to integer indices! For further information about coordinates types, please see the Geometry documentation.
Definition at line 266 of file mitkBaseGeometry.h.
void mitk::BaseGeometry::WorldToIndex | ( | const mitk::Point3D & | pt_mm, |
mitk::Point3D & | pt_units | ||
) | const |
Convert world coordinates (in mm) of a point to (continuous!) index coordinates.
Referenced by mitk::ImagePixelWriteAccessor< TPixel, VDimension >::GetPixelByWorldCoordinates(), and mitk::ImagePixelReadAccessor< TPixel, VDimension >::GetPixelByWorldCoordinates().
void mitk::BaseGeometry::WorldToIndex | ( | const mitk::Vector3D & | vec_mm, |
mitk::Vector3D & | vec_units | ||
) | const |
Convert world coordinates (in mm) of a vector vec_mm to (continuous!) index coordinates. For further information about coordinates types, please see the Geometry documentation.
|
inline |
Deprecated for use with ITK version 3.10 or newer. Convert world coordinates (in mm) of a point to ITK physical coordinates (in mm, but without a possible rotation)
This method is useful if you have want to access an mitk::Image via an itk::Image. ITK v3.8 and older did not support rotated (tilted) images, i.e., ITK images are always parallel to the coordinate axes. When accessing a (possibly rotated) mitk::Image via an itk::Image the rotational part of the transformation in the BaseGeometry is simply discarded; in other word: only the origin and spacing is used by ITK, not the complete matrix available in MITK. With WorldToItkPhysicalPoint you can convert an MITK world coordinate (including the rotation) into a coordinate that can be used with the ITK image as a ITK physical coordinate (excluding the rotation).
Definition at line 360 of file mitkBaseGeometry.h.
References mitk::vtk2itk().