Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
ObliqueSliceBorder.h
Go to the documentation of this file.
1
2//
3// This class is part of the Open Inventor Medical utility library.
4//
5// The medical utility classes are provided as a prebuilt library named
6// "fei_inventor_medical", that can be used directly in an Open Inventor
7// application. The classes in the prebuilt library are documented and
8// supported by Thermo Fisher Scientific. These classes are also provided as source code.
9//
10// Please see $OIVHOME/include/Medical/InventorMedical.h for the full text.
11//
14//
15// ObliqueSliceBorder
16//
18
19#ifndef _OBLIQUE_SLICE_BORDER_H_
20#define _OBLIQUE_SLICE_BORDER_H_
21
25
27
28class SoSeparator;
30
72
74
75 public:
76
79
82
84 static void initClass();
85
87 static void exitClass();
88
91
92 private:
93
95 virtual ~ObliqueSliceBorder();
96
98 virtual void GLRender(SoGLRenderAction* action);
99
100 SoRef<SoSeparator> m_scene;
102};
103
104#endif //ObliqueSliceBorder
#define SO_NODE_HEADER(className)
Definition SoSubNode.h:151
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> (Preview feature...
static void exitClass()
Finish using the class.
SoSFColor borderColor
Border color.
ObliqueSliceBorder()
Constructor.
static void initClass()
Initialize the class.
SoSFBool border
Enable the border.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> (Preview feature...
Renders a scene graph using Open Inventor's Render Engine.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Oblique slice shape n...
Smart pointer for any class inheriting SoRefCounter.
Definition SoRef.h:90
Field containing a single Boolean value.
Definition SoSFBool.h:79
Field containing an RGB color.
Definition SoSFColor.h:82
Group node that saves and restores traversal state.
#define INVENTORMEDICAL_API
Definition port.h:388