SoDirectionalLightDragger(3IV) - Online Linux Manual Page
NAMESoDirectionalLightDragger — directional icon you rotate and translate by dragging with the mouse
INHERITS FROMSoBase > SoFieldContainer > SoNode > SoBaseKit > SoInteractionKit > SoDragger > SoDirectionalLightDragger
SYNOPSIS¶\f7#include <Inventor/draggers/SoDirectionalLightDragger.h> Fields from class SoDirectionalLightDragger: \f8rotation
\f8translation Fields from class SoDragger: \f8isActive Fields from class SoInteractionKit: \f8renderCaching
\f8boundingBoxCaching
\f8renderCulling
\f8pickCulling Parts from class SoBaseKit: \f8callbackList\*(Cr Methods from class SoDirectionalLightDragger: \f8SoDirectionalLightDragger\*(Cr()
\f8getClassNodekitCatalog\*(Cr() const
\f8getClassTypeId\*(Cr() Methods from class SoDragger: \f8addStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8addMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8addFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8addValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8enableValueChangedCallbacks\*(Cr()
\f8setMinGesture\*(Cr(int pixels)
\f8getMinGesture\*(Cr() const
\f8setMinScale\*(Cr(float newMinScale)
\f8getMinScale\*(Cr() Methods from class SoInteractionKit: \f8setPartAsPath\*(Cr(const SbName &partName, SoPath *surrogatePath ) Methods from class SoBaseKit: \f8getNodekitCatalog\*(Cr() const
\f8getPart\*(Cr(const SbName &partName, SbBool makeIfNeeded)
\f8getPartString\*(Cr(const SoBase *part)
\f8createPathToPart\*(Cr(const SbName &partName, SbBool makeIfNeeded, const SoPath *pathToExtend = NULL)
\f8setPart\*(Cr(const SbName &partName, SoNode *newPart)
\f8set\*(Cr(char *partName, char *parameters)
\f8set\*(Cr(char *nameValuePairs)
\f8isSearchingChildren\*(Cr()
\f8setSearchingChildren\*(Cr(SbBool newVal) Methods from class SoNode: \f8setOverride\*(Cr(SbBool state)
\f8isOverride\*(Cr() const
\f8copy\*(Cr(SbBool copyConnections = FALSE) const
\f8affectsState\*(Cr() const
\f8getByName\*(Cr(const SbName &name)
\f8getByName\*(Cr(const SbName &name, SoNodeList &list) Methods from class SoFieldContainer: \f8setToDefaults\*(Cr()
\f8hasDefaultValues\*(Cr() const
\f8fieldsAreEqual\*(Cr(const SoFieldContainer *fc) const
\f8copyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE)
\f8get\*(Cr(SbString &fieldDataString)
\f8getFields\*(Cr(SoFieldList &resultList) const
\f8getField\*(Cr(const SbName &fieldName) const
\f8getFieldName\*(Cr(const SoField *field, SbName &fieldName) const
\f8isNotifyEnabled\*(Cr() const
\f8enableNotify\*(Cr(SbBool flag) Methods from class SoBase: \f8ref\*(Cr()
\f8unref\*(Cr() const
\f8unrefNoDelete\*(Cr() const
\f8touch\*(Cr()
\f8getTypeId\*(Cr() const
\f8isOfType\*(Cr(SoType type) const
\f8setName\*(Cr(const SbName &name)
\f8getName\*(Cr() const Macros from class SoBaseKit: \f8SO_GET_PART\*(Cr(kit, partName, partClass)
\f8SO_CHECK_PART\*(Cr(kit, partName, partClass)
DESCRIPTION\f8SoDirectionalLightDragger\f1 is a composite dragger. It looks like a sun with a large arrow coming out of it. The arrow can be rotated about the sun by dragging with the mouse; its orientation is given by the \*(Cbrotation\f1 field. You can also drag the sun (and the arrow with it) through 3-space. The location is stored in the \f8translation\f1 field. The dragger uses an \f8SoRotateSphericalDragger\f1 for changing the rotation. Instead of using the default spherical geometry, this dragger uses an arrow shape. The sun is an \f8SoDragPointDragger\f1. Dragging it edits the \*(Cbtranslation\f1 field; conversely, if you change the \*(Cbtranslation\f1 field the sun will move to that new location, bringing the arrow with it. The sun looks and behaves just like the sun in an \f8SoPointLightDragger\f1, as does the \*(Cbmaterial\f1 part. See the \*(CbSoPointLightDragger\f1 man page for details. Remember: This is not a light source! It just looks like one. If you want to move a light with this dragger, you can either: [a] Use an \f8SoDirectionalLightManip\f1, which is subclassed from \*(CbSoLight\f1. It creates an \*(CbSoDirectionalLightDragger\f1 and uses it as the interface to change the \*(Cbdirection\f1 of its light source (see the \*(CbSoDirectionalLightManip\f1 man page). The manipulator also edits the \*(Cbmaterial\f1 part of this dragger to match the color of light the manipulator is producing. However, the directional light manipulator will ignore the \f8translation\f1 field, because a directional light has no location or translation field. So in this case the translation dragger merely allows you to move the physical arrow to wherever you'd like it to be. [b] Put an \f8SoTransform\f1 under an \*(CbSoTransformSeparator\f1. Add the \*(CbSoDirectionalLight\f1 as the next child. Use a field-to-field connection between the \*(Cbrotation\f1 fields of this dragger and the transform node to synchronize the light with this dragger. [c] Use engines to connect the \f8rotation\f1 field of this dragger to the \*(Cbdirection\f1 field of an \*(CbSoDirectionalLight\f1. Use the \*(Cbrotation\f1 as input to an \*(CbSoComposeMatrix\f1 engine. Then, use an \*(CbSoTransformVec3f\f1 engine to apply that matrix to (0,0,-1), the default light direction. You can change the parts in any instance of this dragger using \f8setPart()\f1. The default part geometries are defined as resources for this \*(CbSoDirectionalLightDragger\f1 class. They are detailed in the Dragger Resources section of the online reference page for this class. You can make your program use different default resources for the parts by copying the file \f8/usr/share/data/draggerDefaults/directionalLightDragger.iv\f1 into your own directory, editing the file, and then setting the environment variable \f8SO_DRAGGER_DIR\f1 to be a path to that directory.
FIELDS\f8rotation
Orientation of the rotating part (an arrow by default). \f8translation
Position of the origin of the directional light dragger.
METHODS\f8SoDirectionalLightDragger\*(Cr()
Constructor. \f8getClassNodekitCatalog\*(Cr() const
Returns an \f8SoNodekitCatalog\f1 for this class \f8getClassTypeId\*(Cr()
Returns type identifier for this class.
CATALOG PARTSAll parts NULL by Part NamePart TypeDefault TypeDefault callbackListNodeKitListPart--yes materialMaterial--yes translatorRotInvRotation--yes translatorDragPointDragger--yes rotatorRotateSphericalDragger--yes Extra information for list parts from above table Part NameContainer TypePermissible Types callbackListSeparator Callback, EventCallback
DRAGGER RESOURCES.in 0n+.5i Resource:\f8directionalLightRotatorRotator
.in 0n+.5i Part:rotator.rotator
Appearance:white arrow that goes through the sun
Description:picking this begins rotation of the arrow about the sun-shape .in 0n+.5i Resource:\f8directionalLightRotatorRotatorActive
.in 0n+.5i Part:rotator.rotatorActive
Appearance:yellow arrow that goes through the sun
Description:displayed while the arrow is being rotated .in 0n+.5i Resource:\f8directionalLightRotatorFeedback
.in 0n+.5i Part:rotator.feedback
Appearance:empty Separator
Description:this disables display of the axes that a rotateSpherical dragger uses by default .in 0n+.5i Resource:\f8directionalLightRotatorFeedbackActive
.in 0n+.5i Part:rotator.feedbackActive
Appearance:empty Separator
Description:this disables display of the axes that a rotateSpherical dragger uses by default .in 0n+.5i Resource:\f8directionalLightOverallMaterial
.in 0n+.5i Part:material
Appearance:white. half strength emissive, half strength diffuse
Description:sets material for the sun shape when stationary. Resource for the moving sun, directionalLightTranslatorPlaneTranslatorActive, contains a yellow material for highlighting. .in 0n+.5i Resource:\f8directionalLightTranslatorPlaneTranslator
.in 0n+.5i Parts:translator.yzTranslator.translator
translator.xzTranslator.translator
translator.xyTranslator.translator
Appearance:sun shape with no material
Description:picking these parts initiates dragging by the yz, xz, and xy planar draggers respectively. .in 0n+.5i Resource:\f8directionalLightTranslatorPlaneTranslatorActive
.in 0n+.5i Parts:translator.yzTranslator.translatorActive
translator.xzTranslator.translatorActive
translator.xyTranslator.translatorActive
Appearance:yellow sun shape
Description:shown during planar dragging in the yz, xz, and xy planes respectively. .in 0n+.5i Resource:\f8directionalLightTranslatorLineTranslator
.in 0n+.5i Parts:translator.xTranslator.translator
translator.yTranslator.translator
translator.zTranslator.translator
Appearance:white cylinder
Description:picking these parts initiates dragging in the x, y, and z linear draggers respectively. .in 0n+.5i Resource:\f8directionalLightTranslatorLineTranslatorActive
.in 0n+.5i Parts:translator.xTranslator.translatorActive
translator.yTranslator.translatorActive
translator.zTranslator.translatorActive
Appearance:yellow cylinder
Description:shown during linear dragging in the x, y, and z directions respectively.
FILE FORMAT/DEFAULTS\f7DirectionalLightDragger {
renderCaching AUTO
boundingBoxCaching AUTO
renderCulling AUTO
pickCulling AUTO
isActive FALSE
translation 0 0 0
rotation 0 0 1 0
callbackList NULL
material <directionalLightOverallMaterial resource>
translatorRotInv NULL
translator DragPointDragger {
}
rotator RotateSphericalDragger {
}
rotator.rotator <directionalLightRotatorRotator resource>
rotator.rotatorActive <directionalLightRotatorRotatorActive resource>
rotator.feedback <directionalLightRotatorFeedback resource>
rotator.feedbackActive <directionalLightRotatorFeedbackActive resource>
translator.yzTranslator.translator <directionalLightTranslatorPlaneTranslator resource>
translator.xzTranslator.translator <directionalLightTranslatorPlaneTranslator resource>
translator.xyTranslator.translator <directionalLightTranslatorPlaneTranslator resource>
translator.yzTranslator.translatorActive <directionalLightTranslatorPlaneTranslatorActive resource>
translator.xzTranslator.translatorActive <directionalLightTranslatorPlaneTranslatorActive resource>
translator.xyTranslator.translatorActive <directionalLightTranslatorPlaneTranslatorActive resource>
translator.xTranslator.translator <directionalLightTranslatorLineTranslator resource>
translator.yTranslator.translator <directionalLightTranslatorLineTranslator resource>
translator.zTranslator.translator <directionalLightTranslatorLineTranslator resource>
translator.xTranslator.translatorActive <directionalLightTranslatorLineTranslatorActive resource>
translator.yTranslator.translatorActive <directionalLightTranslatorLineTranslatorActive resource>
translator.zTranslator.translatorActive <directionalLightTranslatorLineTranslatorActive resource>
}
SEE ALSO
\f8SoInteractionKit, SoDragger, SoCenterballDragger, SoDragPointDragger, SoHandleBoxDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, SoScale1Dragger, SoScale2Dragger, SoScale2UniformDragger, SoScaleUniformDragger, SoSpotLightDragger, SoTabBoxDragger, SoTabPlaneDragger, SoTrackballDragger, SoTransformBoxDragger, SoTransformerDragger, SoTranslate1Dragger, SoTranslate2Dragger 0
Johanes Gumabo
Data Size : 45,294 byte
man-SoDirectionalLightDragger.3ivBuild : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 4 / 200,678
Visitor ID : :
Visitor IP : 52.15.42.61 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|7/8|\f7 |. ds Cr \f7
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|9|\f8 |. ds Cb \f8
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|18|\f7#include |¶\*(Cr#include
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|28|\f7SoSFRotation |.ds Pt \*(CrSoSFRotation
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|35/36|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|35/36|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|37/38|\f7SoSFRotation \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|37/38|\f7SoSFRotation \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|39|\f8rotation |\*(Cbrotation
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|44|\f7SoSFVec3f |.ds Pt \*(CrSoSFVec3f
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|51/52|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|51/52|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|53/54|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|53/54|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|55|\f8translation |\*(Cbtranslation
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|65|\f7SoSFBool |.ds Pt \*(CrSoSFBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|72/73|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|72/73|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|74/75|\f7SoSFBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|74/75|\f7SoSFBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|76|\f8isActive |\*(CbisActive
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|86|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|93/94|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|93/94|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|95/96|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|95/96|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|97|\f8renderCaching |\*(CbrenderCaching
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|102|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|109/110|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|109/110|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|111/112|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|111/112|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|113|\f8boundingBoxCaching |\*(CbboundingBoxCaching
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|118|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|125/126|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|125/126|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|127/128|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|127/128|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|129|\f8renderCulling |\*(CbrenderCulling
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|134|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|141/142|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|141/142|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|143/144|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|143/144|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|145|\f8pickCulling |\*(CbpickCulling
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|155|\f7(SoNodeKitListPart) |.ds Pt \*(Cr(SoNodeKitListPart)
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|162/163|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|162/163|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|164/165|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|164/165|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|166|\f8callbackList\*(Cr |\*(CbcallbackList\*(Cr
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|176|\f7 |.ds Pt \*(Cr
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|183/184|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|183/184|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|185/186|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|185/186|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|187|\f8SoDirectionalLightDragger\*(Cr() |\*(CbSoDirectionalLightDragger\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|192|\f7static const SoNodekitCatalog * |.ds Pt \*(Crstatic const SoNodekitCatalog *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|199/200|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|199/200|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|201/202|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|201/202|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|203|\f8getClassNodekitCatalog\*(Cr() const |\*(CbgetClassNodekitCatalog\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|208|\f7static SoType |.ds Pt \*(Crstatic SoType
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|215/216|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|215/216|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|217/218|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|217/218|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|219|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|229|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|236/237|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|236/237|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|238/239|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|238/239|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|240|\f8addStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|245|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|252/253|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|252/253|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|254/255|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|254/255|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|256|\f8removeStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|261|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|268/269|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|268/269|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|270/271|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|270/271|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|272|\f8addMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|277|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|284/285|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|284/285|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|286/287|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|286/287|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|288|\f8removeMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|293|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|300/301|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|300/301|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|302/303|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|302/303|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|304|\f8addFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|309|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|316/317|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|316/317|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|318/319|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|318/319|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|320|\f8removeFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|325|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|332/333|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|332/333|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|334/335|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|334/335|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|336|\f8addValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|341|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|348/349|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|348/349|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|350/351|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|350/351|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|352|\f8removeValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|357|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|364/365|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|364/365|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|366/367|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|366/367|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|368|\f8enableValueChangedCallbacks\*(Cr() |\*(CbenableValueChangedCallbacks\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|373|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|380/381|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|380/381|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|382/383|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|382/383|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|384|\f8setMinGesture\*(Cr(int pixels) |\*(CbsetMinGesture\*(Cr(int pixels)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|389|\f7int |.ds Pt \*(Crint
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|396/397|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|396/397|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|398/399|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|398/399|\f7int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|400|\f8getMinGesture\*(Cr() const |\*(CbgetMinGesture\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|405|\f7static void |.ds Pt \*(Crstatic void
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|412/413|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|412/413|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|414/415|\f7static void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|414/415|\f7static void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|416|\f8setMinScale\*(Cr(float newMinScale) |\*(CbsetMinScale\*(Cr(float newMinScale)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|421|\f7static float |.ds Pt \*(Crstatic float
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|428/429|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|428/429|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|430/431|\f7static float \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|430/431|\f7static float \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|432|\f8getMinScale\*(Cr() |\*(CbgetMinScale\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|442|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|449/450|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|449/450|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|451/452|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|451/452|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|453|\f8setPartAsPath\*(Cr(const SbName &partName, SoPath *surrogatePath ) |\*(CbsetPartAsPath\*(Cr(const SbName &partName, SoPath *surrogatePath )
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|463|\f7virtual const SoNodekitCatalog * |.ds Pt \*(Crvirtual const SoNodekitCatalog *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|470/471|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|470/471|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|472/473|\f7virtual const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|472/473|\f7virtual const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|474|\f8getNodekitCatalog\*(Cr() const |\*(CbgetNodekitCatalog\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|479|\f7virtual SoNode * |.ds Pt \*(Crvirtual SoNode *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|486/487|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|486/487|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|488/489|\f7virtual SoNode * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|488/489|\f7virtual SoNode * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|490|\f8getPart\*(Cr(const SbName &partName, SbBool makeIfNeeded) |\*(CbgetPart\*(Cr(const SbName &partName, SbBool makeIfNeeded)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|495|\f7SbString |.ds Pt \*(CrSbString
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|502/503|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|502/503|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|504/505|\f7SbString \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|504/505|\f7SbString \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|506|\f8getPartString\*(Cr(const SoBase *part) |\*(CbgetPartString\*(Cr(const SoBase *part)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|511|\f7virtual SoNodeKitPath * |.ds Pt \*(Crvirtual SoNodeKitPath *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|518/519|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|518/519|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|520/521|\f7virtual SoNodeKitPath * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|520/521|\f7virtual SoNodeKitPath * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|522|\f8createPathToPart\*(Cr(const SbName &partName, SbBool makeIfNeeded, const SoPath *pathToExtend = NULL) |\*(CbcreatePathToPart\*(Cr(const SbName &partName, SbBool makeIfNeeded, const SoPath *pathToExtend = NULL)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|527|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|534/535|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|534/535|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|536/537|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|536/537|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|538|\f8setPart\*(Cr(const SbName &partName, SoNode *newPart) |\*(CbsetPart\*(Cr(const SbName &partName, SoNode *newPart)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|543|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|550/551|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|550/551|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|552/553|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|552/553|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|554|\f8set\*(Cr(char *partName, char *parameters) |\*(Cbset\*(Cr(char *partName, char *parameters)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|559|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|566/567|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|566/567|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|568/569|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|568/569|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|570|\f8set\*(Cr(char *nameValuePairs) |\*(Cbset\*(Cr(char *nameValuePairs)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|575|\f7static SbBool |.ds Pt \*(Crstatic SbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|582/583|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|582/583|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|584/585|\f7static SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|584/585|\f7static SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|586|\f8isSearchingChildren\*(Cr() |\*(CbisSearchingChildren\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|591|\f7static void |.ds Pt \*(Crstatic void
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|598/599|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|598/599|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|600/601|\f7static void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|600/601|\f7static void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|602|\f8setSearchingChildren\*(Cr(SbBool newVal) |\*(CbsetSearchingChildren\*(Cr(SbBool newVal)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|612|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|619/620|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|619/620|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|621/622|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|621/622|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|623|\f8setOverride\*(Cr(SbBool state) |\*(CbsetOverride\*(Cr(SbBool state)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|628|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|635/636|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|635/636|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|637/638|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|637/638|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|639|\f8isOverride\*(Cr() const |\*(CbisOverride\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|644|\f7SoNode * |.ds Pt \*(CrSoNode *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|651/652|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|651/652|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|653/654|\f7SoNode * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|653/654|\f7SoNode * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|655|\f8copy\*(Cr(SbBool copyConnections = FALSE) const |\*(Cbcopy\*(Cr(SbBool copyConnections = FALSE) const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|660|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|667/668|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|667/668|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|669/670|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|669/670|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|671|\f8affectsState\*(Cr() const |\*(CbaffectsState\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|676|\f7static SoNode * |.ds Pt \*(Crstatic SoNode *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|683/684|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|683/684|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|685/686|\f7static SoNode * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|685/686|\f7static SoNode * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|687|\f8getByName\*(Cr(const SbName &name) |\*(CbgetByName\*(Cr(const SbName &name)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|692|\f7static int |.ds Pt \*(Crstatic int
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|699/700|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|699/700|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|701/702|\f7static int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|701/702|\f7static int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|703|\f8getByName\*(Cr(const SbName &name, SoNodeList &list) |\*(CbgetByName\*(Cr(const SbName &name, SoNodeList &list)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|713|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|720/721|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|720/721|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|722/723|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|722/723|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|724|\f8setToDefaults\*(Cr() |\*(CbsetToDefaults\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|729|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|736/737|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|736/737|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|738/739|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|738/739|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|740|\f8hasDefaultValues\*(Cr() const |\*(CbhasDefaultValues\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|745|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|752/753|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|752/753|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|754/755|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|754/755|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|756|\f8fieldsAreEqual\*(Cr(const SoFieldContainer *fc) const |\*(CbfieldsAreEqual\*(Cr(const SoFieldContainer *fc) const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|761|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|768/769|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|768/769|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|770/771|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|770/771|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|772|\f8copyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE) |\*(CbcopyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|777|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|784/785|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|784/785|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|786/787|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|786/787|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|788|\f8get\*(Cr(SbString &fieldDataString) |\*(Cbget\*(Cr(SbString &fieldDataString)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|793|\f7virtual int |.ds Pt \*(Crvirtual int
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|800/801|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|800/801|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|802/803|\f7virtual int \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|802/803|\f7virtual int \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|804|\f8getFields\*(Cr(SoFieldList &resultList) const |\*(CbgetFields\*(Cr(SoFieldList &resultList) const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|809|\f7virtual SoField * |.ds Pt \*(Crvirtual SoField *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|816/817|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|816/817|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|818/819|\f7virtual SoField * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|818/819|\f7virtual SoField * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|820|\f8getField\*(Cr(const SbName &fieldName) const |\*(CbgetField\*(Cr(const SbName &fieldName) const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|825|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|832/833|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|832/833|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|834/835|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|834/835|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|836|\f8getFieldName\*(Cr(const SoField *field, SbName &fieldName) const |\*(CbgetFieldName\*(Cr(const SoField *field, SbName &fieldName) const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|841|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|848/849|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|848/849|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|850/851|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|850/851|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|852|\f8isNotifyEnabled\*(Cr() const |\*(CbisNotifyEnabled\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|857|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|864/865|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|864/865|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|866/867|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|866/867|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|868|\f8enableNotify\*(Cr(SbBool flag) |\*(CbenableNotify\*(Cr(SbBool flag)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|878|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|885/886|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|885/886|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|887/888|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|887/888|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|889|\f8ref\*(Cr() |\*(Cbref\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|894|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|901/902|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|901/902|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|903/904|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|903/904|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|905|\f8unref\*(Cr() const |\*(Cbunref\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|910|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|917/918|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|917/918|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|919/920|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|919/920|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|921|\f8unrefNoDelete\*(Cr() const |\*(CbunrefNoDelete\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|926|\f7void |.ds Pt \*(Crvoid
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|933/934|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|933/934|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|935/936|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|935/936|\f7void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|937|\f8touch\*(Cr() |\*(Cbtouch\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|942|\f7virtual SoType |.ds Pt \*(Crvirtual SoType
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|949/950|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|949/950|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|951/952|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|951/952|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|953|\f8getTypeId\*(Cr() const |\*(CbgetTypeId\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|958|\f7SbBool |.ds Pt \*(CrSbBool
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|965/966|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|965/966|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|967/968|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|967/968|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|969|\f8isOfType\*(Cr(SoType type) const |\*(CbisOfType\*(Cr(SoType type) const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|974|\f7virtual void |.ds Pt \*(Crvirtual void
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|981/982|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|981/982|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|983/984|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|983/984|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|985|\f8setName\*(Cr(const SbName &name) |\*(CbsetName\*(Cr(const SbName &name)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|990|\f7virtual SbName |.ds Pt \*(Crvirtual SbName
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|997/998|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|997/998|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|999/1000|\f7virtual SbName \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|999/1000|\f7virtual SbName \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1001|\f8getName\*(Cr() const |\*(CbgetName\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1007|\f8SO_GET_PART\*(Cr(kit, partName, partClass) |\*(CbSO_GET_PART\*(Cr(kit, partName, partClass)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1010|\f8SO_CHECK_PART\*(Cr(kit, partName, partClass) |\*(CbSO_CHECK_PART\*(Cr(kit, partName, partClass)
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1014|\f8SoDirectionalLightDragger\f1 is a composite dragger. It looks like a sun with a large arrow coming out of it. The arrow can be rotated about the sun by dragging with the mouse; its orientation is given by the \*(Cbrotation\f1 field. You can also |\*(CbSoDirectionalLightDragger\f1 is a composite dragger. It looks like a sun with a large arrow coming out of it. The arrow can be rotated about the sun by dragging with the mouse; its orientation is given by the \*(Cbrotation\f1 field. You can also
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1015|\f8translation\f1 field. |\&drag the sun (and the arrow with it) through 3-space. The location is stored in the \*(Cbtranslation\f1 field.
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1017|\f8SoRotateSphericalDragger\f1 for changing the rotation. Instead of using the default spherical geometry, this dragger |The dragger uses an \*(CbSoRotateSphericalDragger\f1 for changing the rotation. Instead of using the default spherical geometry, this dragger
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1020|\f8SoDragPointDragger\f1. Dragging it edits the \*(Cbtranslation\f1 field; conversely, if you change the \*(Cbtranslation\f1 field the sun will move to that new location, bringing the arrow with it. The sun looks and behaves |The sun is an \*(CbSoDragPointDragger\f1. Dragging it edits the \*(Cbtranslation\f1 field; conversely, if you change the \*(Cbtranslation\f1 field the sun will move to that new location, bringing the arrow with it. The sun looks and behaves
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1021|\f8SoPointLightDragger\f1, as does the \*(Cbmaterial\f1 part. See the \*(CbSoPointLightDragger\f1 man page for details. |\&just like the sun in an \*(CbSoPointLightDragger\f1, as does the \*(Cbmaterial\f1 part. See the \*(CbSoPointLightDragger\f1 man page for details.
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1026|\f8SoDirectionalLightManip\f1, which is subclassed from \*(CbSoLight\f1. It creates an \*(CbSoDirectionalLightDragger\f1 and uses it as the interface to change the \*(Cbdirection\f1 of its light source (see the \*(CbSoDirectionalLightManip\f1 man page). The manipulator also edits the \*(Cbmaterial\f1 part of this dragger to match the |\&an \*(CbSoDirectionalLightManip\f1, which is subclassed from \*(CbSoLight\f1. It creates an \*(CbSoDirectionalLightDragger\f1 and uses it as the interface to change the \*(Cbdirection\f1 of its light source (see the \*(CbSoDirectionalLightManip\f1 man page). The manipulator also edits the \*(Cbmaterial\f1 part of this dragger to match the
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1027|\f8translation\f1 field, because a directional light has no location or translation field. So in this case the translation |\&color of light the manipulator is producing. However, the directional light manipulator will ignore the \*(Cbtranslation\f1 field, because a directional light has no location or translation field. So in this case the translation
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1030|\f8SoTransform\f1 under an \*(CbSoTransformSeparator\f1. Add the \*(CbSoDirectionalLight\f1 as the next child. Use a field-to-field connection between the \*(Cbrotation\f1 fields of this dragger |[b] Put an \*(CbSoTransform\f1 under an \*(CbSoTransformSeparator\f1. Add the \*(CbSoDirectionalLight\f1 as the next child. Use a field-to-field connection between the \*(Cbrotation\f1 fields of this dragger
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1033|\f8rotation\f1 field of this dragger to the \*(Cbdirection\f1 field of an \*(CbSoDirectionalLight\f1. Use the \*(Cbrotation\f1 as input to an \*(CbSoComposeMatrix\f1 engine. Then, use an \*(CbSoTransformVec3f\f1 engine |[c] Use engines to connect the \*(Cbrotation\f1 field of this dragger to the \*(Cbdirection\f1 field of an \*(CbSoDirectionalLight\f1. Use the \*(Cbrotation\f1 as input to an \*(CbSoComposeMatrix\f1 engine. Then, use an \*(CbSoTransformVec3f\f1 engine
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1036|\f8setPart()\f1. The default part geometries are defined as resources for this \*(CbSoDirectionalLightDragger\f1 class. They |You can change the parts in any instance of this dragger using \*(CbsetPart()\f1. The default part geometries are defined as resources for this \*(CbSoDirectionalLightDragger\f1 class. They
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1037|\f8/usr/share/data/draggerDefaults/directionalLightDragger.iv\f1 into your own directory, |\&are detailed in the Dragger Resources section of the online reference page for this class. You can make your program use different default resources for the parts by copying the file \*(Cb/usr/share/data/draggerDefaults/directionalLightDragger.iv\f1 into your own directory,
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1038|\f8SO_DRAGGER_DIR\f1 to be a path to that directory. |\&editing the file, and then setting the environment variable \*(CbSO_DRAGGER_DIR\f1 to be a path to that directory.
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1044|\f7SoSFRotation |.ds Pt \*(CrSoSFRotation
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|1051/1052|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|1051/1052|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1053/1054|\f7SoSFRotation \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|1053/1054|\f7SoSFRotation \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1055|\f8rotation |\*(Cbrotation
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1064|\f7SoSFVec3f |.ds Pt \*(CrSoSFVec3f
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|1071/1072|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|1071/1072|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1073/1074|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|1073/1074|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1075|\f8translation |\*(Cbtranslation
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1086|\f7 |.ds Pt \*(Cr
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|1093/1094|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|1093/1094|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1095/1096|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|1095/1096|\f7 \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1097|\f8SoDirectionalLightDragger\*(Cr() |\*(CbSoDirectionalLightDragger\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1106|\f7static const SoNodekitCatalog * |.ds Pt \*(Crstatic const SoNodekitCatalog *
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|1113/1114|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|1113/1114|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1115/1116|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|1115/1116|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1117|\f8getClassNodekitCatalog\*(Cr() const |\*(CbgetClassNodekitCatalog\*(Cr() const
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1120|\f8SoNodekitCatalog\f1 for this class |\f1Returns an \*(CbSoNodekitCatalog\f1 for this class
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1126|\f7static SoType |.ds Pt \*(Crstatic SoType
) (parse_manual_page_|249|SoDirectionalLightDragger.3iv|1133/1134|el══─{─══.ne|.el══─{─══.ne 2
) (htmlprn|149|SoDirectionalLightDragger.3iv|1133/1134|.el══─{─══.ne 2 |.el══─{─══.ne 2
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1135/1136|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (htmlprn|149|SoDirectionalLightDragger.3iv|1135/1136|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1137|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr()
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1182|\f8directionalLightRotatorRotator |Resource: \*(CbdirectionalLightRotatorRotator
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1202|\f8directionalLightRotatorRotatorActive |Resource: \*(CbdirectionalLightRotatorRotatorActive
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1222|\f8directionalLightRotatorFeedback |Resource: \*(CbdirectionalLightRotatorFeedback
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1242|\f8directionalLightRotatorFeedbackActive |Resource: \*(CbdirectionalLightRotatorFeedbackActive
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1262|\f8directionalLightOverallMaterial |Resource: \*(CbdirectionalLightOverallMaterial
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1282|\f8directionalLightTranslatorPlaneTranslator |Resource: \*(CbdirectionalLightTranslatorPlaneTranslator
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1306|\f8directionalLightTranslatorPlaneTranslatorActive |Resource: \*(CbdirectionalLightTranslatorPlaneTranslatorActive
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1330|\f8directionalLightTranslatorLineTranslator |Resource: \*(CbdirectionalLightTranslatorLineTranslator
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1354|\f8directionalLightTranslatorLineTranslatorActive |Resource: \*(CbdirectionalLightTranslatorLineTranslatorActive
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1377|\f7DirectionalLightDragger {|\*(CrDirectionalLightDragger {
) (rof_escape_sequence|91|SoDirectionalLightDragger.3iv|1415|\f8SoInteractionKit, SoDragger, SoCenterballDragger, SoDragPointDragger, SoHandleBoxDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, SoScale1Dragger, |\*(CbSoInteractionKit, SoDragger, SoCenterballDragger, SoDragPointDragger, SoHandleBoxDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, SoScale1Dragger,
)