Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkNavigationDataToNavigationDataFilter.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef MITKNNAVIGATIONDATATONAVIGATIONDATAFILTER_H_HEADER_INCLUDED_
19 #define MITKNNAVIGATIONDATATONAVIGATIONDATAFILTER_H_HEADER_INCLUDED_
20 
22 
23 namespace mitk
24 {
25 
37  {
38  public:
40 
41  using Superclass::SetInput;
42 
51  virtual void SetInput( const NavigationData* nd);
52 
64  virtual void SetInput( unsigned int idx, const NavigationData* nd);
65 
69  const NavigationData* GetInput(void) const;
70 
74  const NavigationData* GetInput(unsigned int idx) const;
75 
79  const NavigationData* GetInput(std::string navDataName) const;
80 
86  DataObjectPointerArraySizeType GetInputIndex(std::string navDataName);
87 
94  virtual void ConnectTo(mitk::NavigationDataSource * UpstreamFilter);
95 
96  protected:
99 
107  void CreateOutputsForAllInputs();
108  };
109 } // namespace mitk
110 #endif /* MITKNAVIGATIONDATATONAVIGATIONDATAFILTER_H_HEADER_INCLUDED_ */
NavigationDataToNavigationDataFilter is the base class of all filters that receive NavigationDatas as...
Navigation Data.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44