#include "mitkOperationActor.h"
#include <MitkCoreExports.h>
#include <mitkCommon.h>
#include "itkScalableAffineTransform.h"
#include "mitkNumericTypes.h"
#include <itkAffineGeometryFrame.h>
#include <itkBoundingBox.h>
#include <itkIndex.h>
#include <itkQuaternionRigidTransform.h>
#include <mitkAffineTransform3D.h>
#include <mitkGeometryTransformHolder.h>
#include <vtkTransform.h>
Go to the source code of this file.
|
MITKCORE_EXPORT bool | mitk::Equal (const mitk::BaseGeometry *leftHandSide, const mitk::BaseGeometry *rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two geometries for beeing identical. More...
|
|
MITKCORE_EXPORT bool | mitk::Equal (const mitk::BaseGeometry &leftHandSide, const mitk::BaseGeometry &rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two geometries for beeing identical. More...
|
|
MITKCORE_EXPORT bool | mitk::Equal (const mitk::BaseGeometry::TransformType *leftHandSide, const mitk::BaseGeometry::TransformType *rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two transforms (TransformType) for beeing identical. More...
|
|
MITKCORE_EXPORT bool | mitk::Equal (const mitk::BaseGeometry::TransformType &leftHandSide, const mitk::BaseGeometry::TransformType &rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two transforms (TransformType) for beeing identical. More...
|
|
MITKCORE_EXPORT bool | mitk::Equal (const mitk::BaseGeometry::BoundingBoxType *leftHandSide, const mitk::BaseGeometry::BoundingBoxType *rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two bounding boxes (BoundingBoxType) for beeing identical. More...
|
|
MITKCORE_EXPORT bool | mitk::Equal (const mitk::BaseGeometry::BoundingBoxType &leftHandSide, const mitk::BaseGeometry::BoundingBoxType &rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two bounding boxes (BoundingBoxType) for beeing identical. More...
|
|