Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkGeometryData.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkGeometryData_h
14 #define mitkGeometryData_h
15 
16 #include "mitkBaseData.h"
17 
18 namespace mitk
19 {
20  //##Documentation
21  //## @brief Data class only having a BaseGeometry but not containing
22  //## any specific data.
23  //##
24  //## Only implements pipeline methods which are abstract in BaseData.
25  //## @ingroup Geometry
27  {
28  public:
30 
31  itkFactorylessNewMacro(Self);
32 
33  itkCloneMacro(Self);
34 
35  void UpdateOutputInformation() override;
36 
38 
40 
41  bool VerifyRequestedRegion() override;
42 
43  void SetRequestedRegion(const itk::DataObject *data) override;
44 
45  void CopyInformation(const itk::DataObject *data) override;
46 
47  protected:
49 
50  ~GeometryData() override;
51  };
52 
62  MITKCORE_EXPORT bool Equal(const mitk::GeometryData &leftHandSide,
63  const mitk::GeometryData &rightHandSide,
65  bool verbose);
66 
67 } // namespace mitk
68 #endif
#define MITKCORE_EXPORT
Base of all data objects.
Definition: mitkBaseData.h:44
Data class only having a BaseGeometry but not containing any specific data.
void CopyInformation(const itk::DataObject *data) override
mitkClassMacro(GeometryData, BaseData)
bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
~GeometryData() override
void UpdateOutputInformation() override
void SetRequestedRegion(const itk::DataObject *data) override
Set the requested region from this data object to match the requested region of the data object passe...
bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
Find image slices visible on a given plane.
MITKCORE_EXPORT const ScalarType eps
double ScalarType
MITKNEWMODULE_EXPORT bool Equal(mitk::ExampleDataStructure *leftHandSide, mitk::ExampleDataStructure *rightHandSide, mitk::ScalarType eps, bool verbose)
Returns true if the example data structures are considered equal.