Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vtkMRMLCrosshairDisplayableManager3D.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 Andras Lasso (PerkLab, Queen's University).
17
18==============================================================================*/
19
20#ifndef __vtkMRMLCrosshairDisplayableManager3D_h
21#define __vtkMRMLCrosshairDisplayableManager3D_h
22
23// MRMLDisplayableManager includes
25#include "vtkMRMLDisplayableManagerExport.h"
26
30class VTK_MRML_DISPLAYABLEMANAGER_EXPORT vtkMRMLCrosshairDisplayableManager3D :
32{
33public:
37 void PrintSelf(ostream& os, vtkIndent indent) override;
38
39protected:
42
45 void Create() override;
46
48 void AdditionalInitializeStep() override;
49
50private:
52 void operator=(const vtkMRMLCrosshairDisplayableManager3D&) = delete;
53
54 void UnobserveMRMLScene() override;
55 void ObserveMRMLScene() override;
56 void UpdateFromMRMLScene() override;
57 void OnMRMLNodeModified(vtkMRMLNode* node) override;
58
59 class vtkInternal;
60 vtkInternal * Internal;
61};
62
63#endif
virtual void OnMRMLNodeModified(vtkMRMLNode *)
virtual void UpdateFromMRMLScene()
virtual void UnobserveMRMLScene()
virtual void ObserveMRMLScene()
void AdditionalInitializeStep() override
Method to perform additional initialization.
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkMRMLCrosshairDisplayableManager3D * New()
Abstract Superclass for all specific types of MRML nodes.