NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkVisibilityChangeObserver.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkVisibilityChangeObserver_h
16 #define niftkVisibilityChangeObserver_h
17 
18 namespace mitk
19 {
20 class DataNode;
21 }
22 
23 namespace niftk
24 {
25 
27 {
28 public:
30  virtual ~VisibilityChangeObserver();
31 
32  virtual void onVisibilityChanged(const mitk::DataNode* node) = 0;
33 
34 };
35 
36 }
37 
38 #endif
virtual ~VisibilityChangeObserver()
Definition: niftkVisibilityChangeObserver.cxx:24
Definition: ReceptorMemberCommandTest.cxx:25
virtual void onVisibilityChanged(const mitk::DataNode *node)=0
VisibilityChangeObserver()
Definition: niftkVisibilityChangeObserver.cxx:20
Definition: niftkVisibilityChangeObserver.h:26
Definition: niftkExceptionObject.h:21