Open Inventor
Release 2025.1.0
Loading...
Searching...
No Matches
Ruler.h
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
//
13
14
#ifndef _MEDICAL_RULER_H
15
#define _MEDICAL_RULER_H
16
17
#include <Medical/InventorMedical.h>
18
#include <Inventor/nodes/SoSeparator.h>
19
20
#include <Inventor/fields/SoSFFloat.h>
21
#include <Inventor/fields/SoSFInt32.h>
22
#include <Inventor/fields/SoSFString.h>
23
24
class
SoCone
;
25
class
SoFont
;
26
class
SoText2
;
27
class
SoText3
;
28
class
SoLineSet
;
29
class
SoDrawStyle
;
30
class
SoTransform
;
31
class
SoTranslation
;
32
class
SoEventCallback
;
33
class
SoVertexProperty
;
34
class
SoOrthoSliceDetail
;
35
67
68
class
INVENTORMEDICAL_API
Ruler
:
public
SoSeparator
{
69
70
SO_NODE_HEADER(
Ruler
);
71
72
public
:
73
77
SoSFFloat
globalFactor
;
78
82
SoSFString
label
;
83
89
bool
manageMouseMove
(
bool
firstClick,
const
SoOrthoSliceDetail
* detail);
90
94
SoFont
*
getFontNode
()
const
;
95
97
Ruler
();
98
100
static
void
initClass
();
101
103
static
void
exitClass
();
104
105
private
:
109
virtual
void
notify(SoNotList *list);
110
111
private
:
112
virtual
~Ruler
();
113
114
private
:
115
119
void
buildRuler();
120
void
updateGlobalFactor();
121
122
bool
m_text3D;
123
SbVec3f
m_initPos;
124
125
SoDrawStyle
* m_dStyle;
126
SoTransform
* m_leftConeTransform;
127
SoTransform
* m_rightConeTransform;
128
SoTranslation
* m_initialLeftTranslation;
129
SoTranslation
* m_initialRightTranslation;
130
SoCone
* m_leftCone;
131
SoCone
* m_rightCone;
132
133
SoVertexProperty
* m_rulerVertexProp;
134
SoLineSet
* m_ruler;
135
136
SoFont
* m_annotationFont;
137
SoTransform
* m_annotationTransform;
138
SoText3
* m_rulerAnnotation3D;
139
SoText2
* m_rulerAnnotation2D;
140
};
141
#endif
Ruler::label
SoSFString label
Specifies an (optional) label appended to measure value.
Definition
Ruler.h:82
Ruler::exitClass
static void exitClass()
Finish using class (called automatically by InventorMedical::finish()).
Ruler::Ruler
Ruler()
Constructor.
Ruler::initClass
static void initClass()
Initialize class (called automatically by InventorMedical::init()).
Ruler::globalFactor
SoSFFloat globalFactor
Specifies a scale factor applied to the size of the arrowheads on the line.
Definition
Ruler.h:77
Ruler::getFontNode
SoFont * getFontNode() const
Returns the internal font node.
Ruler::manageMouseMove
bool manageMouseMove(bool firstClick, const SoOrthoSliceDetail *detail)
The application should call this method with 'true' on the mouse down event that begins a measure ope...
SbVec3f
3D vector class.
Definition
SbVec.h:932
SoCone
Cone shape node.
Definition
SoCone.h:143
SoDrawStyle
Node that defines the style to use when rendering.
Definition
SoDrawStyle.h:142
SoEventCallback
Node which invokes callbacks for events.
Definition
SoEventCallback.h:284
SoFont
Node that defines font name, size, and type for text.
Definition
SoFont.h:303
SoLineSet
Polyline shape node.
Definition
SoLineSet.h:190
SoOrthoSliceDetail
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Stores detail informa...
Definition
SoOrthoSliceDetail.h:66
SoSFFloat
Field containing a floating-point value.
Definition
SoSFFloat.h:78
SoSFString
Field containing a string.
Definition
SoSFString.h:117
SoSeparator::SoSeparator
SoSeparator()
Creates a separator node with default settings.
SoText2
Screen-aligned 2D text shape node.
Definition
SoText2.h:194
SoText3
3D text shape node.
Definition
SoText3.h:204
SoTransform
General 3D geometric transformation node.
Definition
SoTransform.h:111
SoTranslation
Node representing a 3D translation.
Definition
SoTranslation.h:93
SoVertexProperty
Vertex property node.
Definition
SoVertexProperty.h:249
Medical
nodes
Ruler.h
Generated by
1.13.2