Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkMRMLThreeDSliceEdgeDisplayableManager.h
Go to the documentation of this file.
1/*==============================================================================
2
3 Program: 3D Slicer
4
5 Copyright (c) Kitware Inc.
6
7 See COPYRIGHT.txt
8 or http://www.slicer.org/copyright/copyright.txt for details.
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15
16 This file was originally developed by Davide Punzo, punzodavide@hotmail.it,
17 and development was supported in part by CI3.
18
19==============================================================================*/
20
21#ifndef __vtkMRMLThreeDSliceEdgeDisplayableManager_h
22#define __vtkMRMLThreeDSliceEdgeDisplayableManager_h
23
24// MRMLDisplayableManager includes
26#include "vtkMRMLDisplayableManagerExport.h"
27
32{
33
34public:
37 void PrintSelf(ostream& os, vtkIndent indent) override;
38
39protected:
42
45 void Create() override;
46
47 void UnobserveMRMLScene() override;
48 void UpdateFromMRMLScene() override;
49 void OnMRMLSceneNodeAdded(vtkMRMLNode* node) override;
50 void OnMRMLSceneNodeRemoved(vtkMRMLNode* node) override;
51 void OnMRMLNodeModified(vtkMRMLNode* node) override;
53
54private:
56 void operator=(const vtkMRMLThreeDSliceEdgeDisplayableManager&) = delete;
57
58 class vtkInternal;
59 vtkInternal* Internal;
60};
61
62#endif
Abstract Superclass for all specific types of MRML nodes.
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkMRMLThreeDSliceEdgeDisplayableManager * New()
void OnMRMLSceneNodeRemoved(vtkMRMLNode *node) override
void OnMRMLViewNodeModifiedEvent() override
Could be overloaded in DisplayableManager subclass.
void OnMRMLSceneNodeAdded(vtkMRMLNode *node) override
void OnMRMLNodeModified(vtkMRMLNode *node) override