Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkModelFitResultRelationRule.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 mitkModelFitResultRelationRule_h
14 #define mitkModelFitResultRelationRule_h
15 
17 
18 #include "MitkModelFitExports.h"
19 
20 namespace mitk
21 {
44  {
45  public:
47  itkNewMacro(Self);
48 
52 
53  bool IsDestinationCandidate(const IPropertyProvider *owner) const override;
54 
55  protected:
57  ~ModelFitResultRelationRule() override = default;
58 
61 
64  const IPropertyProvider* destination, const InstanceIDVectorType& instances_IDLayer) const override;
65 
66  void Disconnect_datalayer(IPropertyOwner *source, const RelationUIDType& relationUID) const override;
67 
68  itk::LightObject::Pointer InternalClone() const override;
69  };
70 
71 } // namespace mitk
72 
73 #endif
#define MITKMODELFIT_EXPORT
void Disconnect_datalayer(IPropertyOwner *source, const RelationUIDType &relationUID) const override
virtual DataRelationUIDVectorType GetRelationUIDs_DataLayer(const IPropertyProvider *source, const IPropertyProvider *destination, const InstanceIDVectorType &instances_IDLayer) const override
mitkClassMacro(ModelFitResultRelationRule, SourceImageRelationRule)
itk::LightObject::Pointer InternalClone() const override
bool IsDestinationCandidate(const IPropertyProvider *owner) const override
~ModelFitResultRelationRule() override=default
std::vector< RelationUIDType > RelationUIDVectorType
std::vector< std::pair< RelationUIDType, RuleIDType > > DataRelationUIDVectorType
std::vector< InstanceIDType > InstanceIDVectorType
PropertyRelationRuleBase::InstanceIDType InstanceIDType
PropertyRelationRuleBase::InstanceIDVectorType InstanceIDVectorType
Find image slices visible on a given plane.