| 576 | } |
| 577 | |
| 578 | mitk::DataInteractor::Pointer mitk::DataNode::GetDataInteractor() const |
| 579 | { |
| 580 | return m_DataInteractor; |
| 581 | } |
| 582 | |
| 583 | void mitk::DataNode::PropertyListModified(const itk::Object * /*caller*/, const itk::EventObject &) |
| 584 | { |
no outgoing calls