Definition at line 27 of file VP1CoordinateAxes.cxx.
◆ Imp()
VP1CoordinateAxes::Imp::Imp |
( |
VP1CoordinateAxes * |
tc, |
|
|
SoMaterial * |
xmat, |
|
|
SoMaterial * |
ymat, |
|
|
SoMaterial * |
zmat, |
|
|
SoSeparator * |
attachsep |
|
) |
| |
◆ ensureInit3DObjects()
void VP1CoordinateAxes::Imp::ensureInit3DObjects |
( |
| ) |
|
Definition at line 95 of file VP1CoordinateAxes.cxx.
100 sep =
new SoSeparator;
sep->ref();
112 #if defined BUILDVP1LIGHT
118 if (alternativeRep) {
129 SoRotationXYZ * rotx =
new SoRotationXYZ;
131 rotx->angle.setValue(-0.5*
M_PI);
138 SoRotationXYZ * rotz =
new SoRotationXYZ;
140 rotz->angle.setValue(0.5*
M_PI);
◆ updateFields()
void VP1CoordinateAxes::Imp::updateFields |
( |
| ) |
|
Definition at line 150 of file VP1CoordinateAxes.cxx.
155 const bool save =
sep->enableNotify(
false);
158 const double coneradius = 1.5*cylradius;
159 const double coneheight = 2.0*coneradius;
174 sep->enableNotify(
true);
◆ alternative_Sphere
SoSphere* VP1CoordinateAxes::Imp::alternative_Sphere |
◆ attachSep
SoSeparator* VP1CoordinateAxes::Imp::attachSep |
◆ axislength
double VP1CoordinateAxes::Imp::axislength |
◆ materialXAxis
SoMaterial* VP1CoordinateAxes::Imp::materialXAxis |
◆ materialYAxis
SoMaterial* VP1CoordinateAxes::Imp::materialYAxis |
◆ materialZAxis
SoMaterial* VP1CoordinateAxes::Imp::materialZAxis |
◆ origo
SbVec3f VP1CoordinateAxes::Imp::origo |
◆ overall_translation
SoTranslation* VP1CoordinateAxes::Imp::overall_translation |
◆ relaxisthick
double VP1CoordinateAxes::Imp::relaxisthick |
◆ sep
SoSeparator* VP1CoordinateAxes::Imp::sep |
◆ shown
bool VP1CoordinateAxes::Imp::shown |
◆ singleaxis_cone
SoCone* VP1CoordinateAxes::Imp::singleaxis_cone |
◆ singleaxis_conetranslation
SoTranslation* VP1CoordinateAxes::Imp::singleaxis_conetranslation |
◆ singleaxis_cyl
SoCylinder* VP1CoordinateAxes::Imp::singleaxis_cyl |
◆ singleaxis_cyltranslation
SoTranslation* VP1CoordinateAxes::Imp::singleaxis_cyltranslation |
◆ singleaxis_sep
SoSeparator* VP1CoordinateAxes::Imp::singleaxis_sep |
◆ theclass
The documentation for this class was generated from the following file: