SoSeparatorKit(3IV) - Online Linux Manual Page
NAMESoSeparatorKit — separator nodekit class

INHERITS FROMSoBase > SoFieldContainer > SoNode > SoBaseKit > SoSeparatorKit

SYNOPSIS¶\f7#include <Inventor/nodekits/SoSeparatorKit.h> \f7enum \*(CbCacheEnabled\*(Cr { Never build or use a cache
Always try to build a cache
Automatic caching
\f7} Fields from class SoSeparatorKit: \f8renderCaching
\f8boundingBoxCaching
\f8renderCulling
\f8pickCulling Parts from class SoSeparatorKit: \f8pickStyle\*(Cr
\f8appearance\*(Cr
\f8units\*(Cr
\f8transform\*(Cr
\f8texture2Transform\*(Cr
\f8childList\*(Cr Parts from class SoBaseKit: \f8callbackList\*(Cr Methods from class SoSeparatorKit: \f8SoSeparatorKit\*(Cr()
\f8getClassNodekitCatalog\*(Cr() const
\f8getClassTypeId\*(Cr() 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)

DESCRIPTIONA nodekit that is used for creating nodekit hierarchies. \f8SoSeparatorKit\f1 contains a \f2transform\f1 part, a \f2childList\f1 part, and a few others in its catalog. The \f2transform\f1 part (an \*(CbSoTransform\f1 node) affects all of the children in the \*(CrchildList\f1. Each of these children must ​be an \f8SoSeparatorKit\f1 or from a class that is derived from \*(CbSoSeparatorKit\f1 (e.g., \*(CbSoShapeKit\f1 and \*(CbSoWrapperKit\f1). Since all members of the \f2childList\f1 are in turn \*(CbSoSeparatorKit\f1s, and each contains a \f2transform\f1, these nested lists allow you to create a hierarchy of motion, in which each \f2transform\f1 affects ​an entire subgraph of nodekits. The other parts added to the catalog for the \f8SoSeparatorKit\f1 are \f2pickStyle\f1, \f2appearance\f1, \f2units\f1 and \f2texture2Transform\f1. Furthermore, since \*(CbSoSeparator\f1 is derived from \*(CbSoBaseKit\f1, it inherits the \f2callbackList\f1 part. This is a list of \*(CbSoCallback\f1 and/or \*(CbSoEventCallback\f1 nodes which enable ​the \f8SoSeparatorKit\f1 to perform special callbacks whenever an action is applied to it. By creating the pickStyle part, a user can alter the pick style for the entire nodekit hierarchy. The appearance part is an \f8SoAppearanceKit\f1 nodekit. Note that all ​parts contained in the \f8SoAppearanceKit\f1 catalog can be accessed as if they were part of the \*(CbSoSeparatorKit\f1. For example: \f7 myMtl = mySepKit->getPart("material",TRUE)
  and
\f7 mySepKit->setPart("material",myMtl)
  See \f8SoBaseKit\f1 for further explanation.

FIELDS\f8renderCaching
Set render caching mode. Default is \f7AUTO\f1. \f8boundingBoxCaching
Set bounding box caching mode. Default is \f7ON\f1. Setting this value to \*(CrAUTO\f1 is equivalent to \*(CrON\ \(em automatic culling is not implemented. \f8renderCulling
Set render culling mode. Default is \f7OFF\f1. Setting this value to \*(CrAUTO\f1 is equivalent to \*(CrON\ \(em automatic culling is not implemented. \f8pickCulling
Set pick culling mode. Default is \f7AUTO\f1.

PARTS\f8pickStyle\*(Cr
An \f8SoPickStyle\f1 property node that can be used to set the picking style of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. \f8appearance\*(Cr
An \f8SoAppearanceKit\f1 nodekit which can be used to set the appearance properties of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. \f8units\*(Cr
An \f8SoUnits\f1 node which can be used to set the types of units, (e.g., feet), of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. \f8transform\*(Cr
An \f8SoTransform\f1 node which can be used to set the overall position, orientation, and scale of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. \f8texture2Transform\*(Cr
An \f8SoTexture2Transform\f1 node which can be used to apply a transformation to any textures used by its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. \f8childList\*(Cr
This part contains the children nodekits of this \f8SoSeparatorKit\f1. This part is a \f2list part\f1 and can have multiple children. This part is \*(CrNULL\f1 by default, but is created automatically when the first child is added to the \f2childList\f1. Also, ​when asked to build a member of the childList, the separatorKit will build an \f8SoShapeKit\f1 by default. So if the \f2childList\f1 part is NULL, and you call: \*(CbgetPart("childList[0]", TRUE)\f1, the separator kit will create the \f2childList\f1 and add an \*(CbSoShapeKit\f1 as the new element in the ​list.

METHODS\f8SoSeparatorKit\*(Cr()
Constructor. \f8getClassNodekitCatalog\*(Cr() const
Returns an \f8SoNodekitCatalog\f1 for the class \*(CbSoSeparatorKit\f1. \f8getClassTypeId\*(Cr()
Returns type identifier for this class.

CATALOG PARTSAll parts NULL by Part NamePart TypeDefault TypeDefault callbackListNodeKitListPart--yes pickStylePickStyle--yes appearanceAppearanceKit--yes unitsUnits--yes transformTransform--yes texture2TransformTexture2Transform--yes childListNodeKitListPart--yes Extra information for list parts from above table Part NameContainer TypePermissible Types callbackListSeparator Callback, EventCallback childListSeparator ShapeKit, SeparatorKit

FILE FORMAT/DEFAULTS\f7SeparatorKit { renderCaching AUTO boundingBoxCaching AUTO renderCulling AUTO pickCulling AUTO callbackList NULL pickStyle NULL appearance NULL units NULL transform NULL texture2Transform NULL childList NULL }

SEE ALSO \f8SoAppearanceKit, SoBaseKit, SoCameraKit, SoLightKit, SoNodeKit, SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog, SoSceneKit, SoShapeKit, SoWrapperKit
0
Johanes Gumabo
Data Size   :   34,675 byte
man-SoSeparatorKit.3ivBuild   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   4 / 200,521
Visitor ID   :     :  
Visitor IP   :   13.58.105.80   :  
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|SoSeparatorKit.3iv|7/8|\f7 |. ds Cr \f7 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|9|\f8 |. ds Cb \f8 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|18|\f7#include |¶\*(Cr#include )         (rof_escape_sequence|91|SoSeparatorKit.3iv|21|\f7enum \*(CbCacheEnabled\*(Cr { |\*(Crenum \*(CbCacheEnabled\*(Cr { )         (rof_escape_sequence|91|SoSeparatorKit.3iv|27|\f8SoSeparatorKit::OFF\f1 |.ds Pt \*(CbSoSeparatorKit::OFF\f1 )         (parse_manual_page_|249|SoSeparatorKit.3iv|34/35|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|34/35|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|36/37|\f8SoSeparatorKit::OFF\f1 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|36/37|\f8SoSeparatorKit::OFF\f1 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|43|\f8SoSeparatorKit::ON\f1 |.ds Pt \*(CbSoSeparatorKit::ON\f1 )         (parse_manual_page_|249|SoSeparatorKit.3iv|50/51|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|50/51|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|52/53|\f8SoSeparatorKit::ON\f1 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|52/53|\f8SoSeparatorKit::ON\f1 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|59|\f8SoSeparatorKit::AUTO\f1 |.ds Pt \*(CbSoSeparatorKit::AUTO\f1 )         (parse_manual_page_|249|SoSeparatorKit.3iv|66/67|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|66/67|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|68/69|\f8SoSeparatorKit::AUTO\f1 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|68/69|\f8SoSeparatorKit::AUTO\f1 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|73|\f7} |\*(Cr} )         (rof_escape_sequence|91|SoSeparatorKit.3iv|83|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|90/91|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|90/91|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|92/93|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|92/93|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|94|\f8renderCaching |\*(CbrenderCaching )         (rof_escape_sequence|91|SoSeparatorKit.3iv|99|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|106/107|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|106/107|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|108/109|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|108/109|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|110|\f8boundingBoxCaching |\*(CbboundingBoxCaching )         (rof_escape_sequence|91|SoSeparatorKit.3iv|115|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|122/123|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|122/123|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|124/125|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|124/125|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|126|\f8renderCulling |\*(CbrenderCulling )         (rof_escape_sequence|91|SoSeparatorKit.3iv|131|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|138/139|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|138/139|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|140/141|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|140/141|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|142|\f8pickCulling |\*(CbpickCulling )         (rof_escape_sequence|91|SoSeparatorKit.3iv|152|\f7(SoPickStyle) |.ds Pt \*(Cr(SoPickStyle) )         (parse_manual_page_|249|SoSeparatorKit.3iv|159/160|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|159/160|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|161/162|\f7(SoPickStyle) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|161/162|\f7(SoPickStyle) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|163|\f8pickStyle\*(Cr |\*(CbpickStyle\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|168|\f7(SoAppearanceKit) |.ds Pt \*(Cr(SoAppearanceKit) )         (parse_manual_page_|249|SoSeparatorKit.3iv|175/176|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|175/176|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|177/178|\f7(SoAppearanceKit) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|177/178|\f7(SoAppearanceKit) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|179|\f8appearance\*(Cr |\*(Cbappearance\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|184|\f7(SoUnits) |.ds Pt \*(Cr(SoUnits) )         (parse_manual_page_|249|SoSeparatorKit.3iv|191/192|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|191/192|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|193/194|\f7(SoUnits) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|193/194|\f7(SoUnits) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|195|\f8units\*(Cr |\*(Cbunits\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|200|\f7(SoTransform) |.ds Pt \*(Cr(SoTransform) )         (parse_manual_page_|249|SoSeparatorKit.3iv|207/208|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|207/208|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|209/210|\f7(SoTransform) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|209/210|\f7(SoTransform) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|211|\f8transform\*(Cr |\*(Cbtransform\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|216|\f7(SoTexture2Transform) |.ds Pt \*(Cr(SoTexture2Transform) )         (parse_manual_page_|249|SoSeparatorKit.3iv|223/224|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|223/224|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|225/226|\f7(SoTexture2Transform) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|225/226|\f7(SoTexture2Transform) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|227|\f8texture2Transform\*(Cr |\*(Cbtexture2Transform\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|232|\f7(SoNodeKitListPart) |.ds Pt \*(Cr(SoNodeKitListPart) )         (parse_manual_page_|249|SoSeparatorKit.3iv|239/240|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|239/240|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|241/242|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|241/242|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|243|\f8childList\*(Cr |\*(CbchildList\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|253|\f7(SoNodeKitListPart) |.ds Pt \*(Cr(SoNodeKitListPart) )         (parse_manual_page_|249|SoSeparatorKit.3iv|260/261|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|260/261|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|262/263|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|262/263|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|264|\f8callbackList\*(Cr |\*(CbcallbackList\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|274|\f7 |.ds Pt \*(Cr )         (parse_manual_page_|249|SoSeparatorKit.3iv|281/282|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|281/282|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|283/284|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|283/284|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|285|\f8SoSeparatorKit\*(Cr() |\*(CbSoSeparatorKit\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|290|\f7static const SoNodekitCatalog * |.ds Pt \*(Crstatic const SoNodekitCatalog * )         (parse_manual_page_|249|SoSeparatorKit.3iv|297/298|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|297/298|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|299/300|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|299/300|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|301|\f8getClassNodekitCatalog\*(Cr() const |\*(CbgetClassNodekitCatalog\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|306|\f7static SoType |.ds Pt \*(Crstatic SoType )         (parse_manual_page_|249|SoSeparatorKit.3iv|313/314|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|313/314|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|315/316|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|315/316|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|317|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|327|\f7virtual const SoNodekitCatalog * |.ds Pt \*(Crvirtual const SoNodekitCatalog * )         (parse_manual_page_|249|SoSeparatorKit.3iv|334/335|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|334/335|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|336/337|\f7virtual const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|336/337|\f7virtual const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|338|\f8getNodekitCatalog\*(Cr() const |\*(CbgetNodekitCatalog\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|343|\f7virtual SoNode * |.ds Pt \*(Crvirtual SoNode * )         (parse_manual_page_|249|SoSeparatorKit.3iv|350/351|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|350/351|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|352/353|\f7virtual SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|352/353|\f7virtual SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|354|\f8getPart\*(Cr(const SbName &partName, SbBool makeIfNeeded) |\*(CbgetPart\*(Cr(const SbName &partName, SbBool makeIfNeeded) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|359|\f7SbString |.ds Pt \*(CrSbString )         (parse_manual_page_|249|SoSeparatorKit.3iv|366/367|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|366/367|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|368/369|\f7SbString \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|368/369|\f7SbString \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|370|\f8getPartString\*(Cr(const SoBase *part) |\*(CbgetPartString\*(Cr(const SoBase *part) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|375|\f7virtual SoNodeKitPath * |.ds Pt \*(Crvirtual SoNodeKitPath * )         (parse_manual_page_|249|SoSeparatorKit.3iv|382/383|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|382/383|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|384/385|\f7virtual SoNodeKitPath * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|384/385|\f7virtual SoNodeKitPath * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|386|\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|SoSeparatorKit.3iv|391|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|398/399|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|398/399|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|400/401|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|400/401|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|402|\f8setPart\*(Cr(const SbName &partName, SoNode *newPart) |\*(CbsetPart\*(Cr(const SbName &partName, SoNode *newPart) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|407|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|414/415|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|414/415|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|416/417|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|416/417|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|418|\f8set\*(Cr(char *partName, char *parameters) |\*(Cbset\*(Cr(char *partName, char *parameters) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|423|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|430/431|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|430/431|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|432/433|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|432/433|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|434|\f8set\*(Cr(char *nameValuePairs) |\*(Cbset\*(Cr(char *nameValuePairs) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|439|\f7static SbBool |.ds Pt \*(Crstatic SbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|446/447|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|446/447|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|448/449|\f7static SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|448/449|\f7static SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|450|\f8isSearchingChildren\*(Cr() |\*(CbisSearchingChildren\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|455|\f7static void |.ds Pt \*(Crstatic void )         (parse_manual_page_|249|SoSeparatorKit.3iv|462/463|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|462/463|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|464/465|\f7static void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|464/465|\f7static void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|466|\f8setSearchingChildren\*(Cr(SbBool newVal) |\*(CbsetSearchingChildren\*(Cr(SbBool newVal) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|476|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|483/484|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|483/484|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|485/486|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|485/486|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|487|\f8setOverride\*(Cr(SbBool state) |\*(CbsetOverride\*(Cr(SbBool state) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|492|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|499/500|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|499/500|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|501/502|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|501/502|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|503|\f8isOverride\*(Cr() const |\*(CbisOverride\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|508|\f7SoNode * |.ds Pt \*(CrSoNode * )         (parse_manual_page_|249|SoSeparatorKit.3iv|515/516|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|515/516|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|517/518|\f7SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|517/518|\f7SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|519|\f8copy\*(Cr(SbBool copyConnections = FALSE) const |\*(Cbcopy\*(Cr(SbBool copyConnections = FALSE) const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|524|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|531/532|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|531/532|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|533/534|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|533/534|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|535|\f8affectsState\*(Cr() const |\*(CbaffectsState\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|540|\f7static SoNode * |.ds Pt \*(Crstatic SoNode * )         (parse_manual_page_|249|SoSeparatorKit.3iv|547/548|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|547/548|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|549/550|\f7static SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|549/550|\f7static SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|551|\f8getByName\*(Cr(const SbName &name) |\*(CbgetByName\*(Cr(const SbName &name) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|556|\f7static int |.ds Pt \*(Crstatic int )         (parse_manual_page_|249|SoSeparatorKit.3iv|563/564|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|563/564|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|565/566|\f7static int \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|565/566|\f7static int \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|567|\f8getByName\*(Cr(const SbName &name, SoNodeList &list) |\*(CbgetByName\*(Cr(const SbName &name, SoNodeList &list) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|577|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|584/585|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|584/585|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|586/587|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|586/587|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|588|\f8setToDefaults\*(Cr() |\*(CbsetToDefaults\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|593|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|600/601|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|600/601|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|602/603|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|602/603|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|604|\f8hasDefaultValues\*(Cr() const |\*(CbhasDefaultValues\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|609|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|616/617|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|616/617|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|618/619|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|618/619|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|620|\f8fieldsAreEqual\*(Cr(const SoFieldContainer *fc) const |\*(CbfieldsAreEqual\*(Cr(const SoFieldContainer *fc) const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|625|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|632/633|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|632/633|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|634/635|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|634/635|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|636|\f8copyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE) |\*(CbcopyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|641|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|648/649|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|648/649|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|650/651|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|650/651|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|652|\f8get\*(Cr(SbString &fieldDataString) |\*(Cbget\*(Cr(SbString &fieldDataString) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|657|\f7virtual int |.ds Pt \*(Crvirtual int )         (parse_manual_page_|249|SoSeparatorKit.3iv|664/665|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|664/665|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|666/667|\f7virtual int \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|666/667|\f7virtual int \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|668|\f8getFields\*(Cr(SoFieldList &resultList) const |\*(CbgetFields\*(Cr(SoFieldList &resultList) const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|673|\f7virtual SoField * |.ds Pt \*(Crvirtual SoField * )         (parse_manual_page_|249|SoSeparatorKit.3iv|680/681|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|680/681|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|682/683|\f7virtual SoField * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|682/683|\f7virtual SoField * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|684|\f8getField\*(Cr(const SbName &fieldName) const |\*(CbgetField\*(Cr(const SbName &fieldName) const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|689|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|696/697|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|696/697|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|698/699|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|698/699|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|700|\f8getFieldName\*(Cr(const SoField *field, SbName &fieldName) const |\*(CbgetFieldName\*(Cr(const SoField *field, SbName &fieldName) const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|705|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|712/713|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|712/713|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|714/715|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|714/715|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|716|\f8isNotifyEnabled\*(Cr() const |\*(CbisNotifyEnabled\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|721|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|728/729|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|728/729|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|730/731|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|730/731|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|732|\f8enableNotify\*(Cr(SbBool flag) |\*(CbenableNotify\*(Cr(SbBool flag) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|742|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|749/750|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|749/750|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|751/752|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|751/752|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|753|\f8ref\*(Cr() |\*(Cbref\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|758|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|765/766|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|765/766|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|767/768|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|767/768|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|769|\f8unref\*(Cr() const |\*(Cbunref\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|774|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|781/782|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|781/782|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|783/784|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|783/784|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|785|\f8unrefNoDelete\*(Cr() const |\*(CbunrefNoDelete\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|790|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoSeparatorKit.3iv|797/798|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|797/798|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|799/800|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|799/800|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|801|\f8touch\*(Cr() |\*(Cbtouch\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|806|\f7virtual SoType |.ds Pt \*(Crvirtual SoType )         (parse_manual_page_|249|SoSeparatorKit.3iv|813/814|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|813/814|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|815/816|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|815/816|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|817|\f8getTypeId\*(Cr() const |\*(CbgetTypeId\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|822|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoSeparatorKit.3iv|829/830|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|829/830|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|831/832|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|831/832|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|833|\f8isOfType\*(Cr(SoType type) const |\*(CbisOfType\*(Cr(SoType type) const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|838|\f7virtual void |.ds Pt \*(Crvirtual void )         (parse_manual_page_|249|SoSeparatorKit.3iv|845/846|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|845/846|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|847/848|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|847/848|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|849|\f8setName\*(Cr(const SbName &name) |\*(CbsetName\*(Cr(const SbName &name) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|854|\f7virtual SbName |.ds Pt \*(Crvirtual SbName )         (parse_manual_page_|249|SoSeparatorKit.3iv|861/862|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|861/862|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|863/864|\f7virtual SbName \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|863/864|\f7virtual SbName \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|865|\f8getName\*(Cr() const |\*(CbgetName\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|871|\f8SO_GET_PART\*(Cr(kit, partName, partClass) |\*(CbSO_GET_PART\*(Cr(kit, partName, partClass) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|874|\f8SO_CHECK_PART\*(Cr(kit, partName, partClass) |\*(CbSO_CHECK_PART\*(Cr(kit, partName, partClass) )         (rof_escape_sequence|91|SoSeparatorKit.3iv|878|\f8SoSeparatorKit\f1 contains a \f2transform\f1 part, a \f2childList\f1 part, and a few others in its catalog. The \f2transform\f1 part (an \*(CbSoTransform\f1 node) affects all of the children in the \*(CrchildList\f1. Each of these children must |A nodekit that is used for creating nodekit hierarchies. \*(CbSoSeparatorKit\f1 contains a \f2transform\f1 part, a \f2childList\f1 part, and a few others in its catalog. The \f2transform\f1 part (an \*(CbSoTransform\f1 node) affects all of the children in the \*(CrchildList\f1. Each of these children must )         (rof_escape_sequence|91|SoSeparatorKit.3iv|879|\f8SoSeparatorKit\f1 or from a class that is derived from \*(CbSoSeparatorKit\f1 (e.g., \*(CbSoShapeKit\f1 and \*(CbSoWrapperKit\f1). Since all members of the \f2childList\f1 are in turn \*(CbSoSeparatorKit\f1s, and each contains a \f2transform\f1, these nested lists allow you to create a hierarchy of motion, in which each \f2transform\f1 affects |\&be an \*(CbSoSeparatorKit\f1 or from a class that is derived from \*(CbSoSeparatorKit\f1 (e.g., \*(CbSoShapeKit\f1 and \*(CbSoWrapperKit\f1). Since all members of the \f2childList\f1 are in turn \*(CbSoSeparatorKit\f1s, and each contains a \f2transform\f1, these nested lists allow you to create a hierarchy of motion, in which each \f2transform\f1 affects )         (rof_escape_sequence|91|SoSeparatorKit.3iv|882|\f8SoSeparatorKit\f1 are \f2pickStyle\f1, \f2appearance\f1, \f2units\f1 and \f2texture2Transform\f1. Furthermore, since \*(CbSoSeparator\f1 is derived from \*(CbSoBaseKit\f1, it inherits the \f2callbackList\f1 part. This is a list of \*(CbSoCallback\f1 and/or \*(CbSoEventCallback\f1 nodes which enable |The other parts added to the catalog for the \*(CbSoSeparatorKit\f1 are \f2pickStyle\f1, \f2appearance\f1, \f2units\f1 and \f2texture2Transform\f1. Furthermore, since \*(CbSoSeparator\f1 is derived from \*(CbSoBaseKit\f1, it inherits the \f2callbackList\f1 part. This is a list of \*(CbSoCallback\f1 and/or \*(CbSoEventCallback\f1 nodes which enable )         (rof_escape_sequence|91|SoSeparatorKit.3iv|883|\f8SoSeparatorKit\f1 to perform special callbacks whenever an action is applied to it. |\&the \*(CbSoSeparatorKit\f1 to perform special callbacks whenever an action is applied to it. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|885|\f8SoAppearanceKit\f1 nodekit. Note that all |By creating the \f2pickStyle\f1 part, a user can alter the pick style for the entire nodekit hierarchy. The \f2appearance\f1 part is an \*(CbSoAppearanceKit\f1 nodekit. Note that all )         (rof_escape_sequence|91|SoSeparatorKit.3iv|886|\f8SoAppearanceKit\f1 catalog can be accessed as if they were part of the \*(CbSoSeparatorKit\f1. For example: |\&parts contained in the \*(CbSoAppearanceKit\f1 catalog can be accessed as if they were part of the \*(CbSoSeparatorKit\f1. For example: )         (rof_escape_sequence|91|SoSeparatorKit.3iv|889|\f7|\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|897|\f7|\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|902|\f8SoBaseKit\f1 for further explanation. | See \*(CbSoBaseKit\f1 for further explanation. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|908|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|915/916|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|915/916|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|917/918|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|917/918|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|919|\f8renderCaching |\*(CbrenderCaching )         (rof_escape_sequence|91|SoSeparatorKit.3iv|922|\f7AUTO\f1. |\f1Set render caching mode. Default is \*(CrAUTO\f1. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|928|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|935/936|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|935/936|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|937/938|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|937/938|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|939|\f8boundingBoxCaching |\*(CbboundingBoxCaching )         (rof_escape_sequence|91|SoSeparatorKit.3iv|942|\f7ON\f1. Setting this value to \*(CrAUTO\f1 is equivalent to \*(CrON\ \(em automatic culling is not implemented. |\f1Set bounding box caching mode. Default is \*(CrON\f1. Setting this value to \*(CrAUTO\f1 is equivalent to \*(CrON\ \(em automatic culling is not implemented. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|948|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|955/956|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|955/956|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|957/958|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|957/958|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|959|\f8renderCulling |\*(CbrenderCulling )         (rof_escape_sequence|91|SoSeparatorKit.3iv|962|\f7OFF\f1. Setting this value to \*(CrAUTO\f1 is equivalent to \*(CrON\ \(em automatic culling is not implemented. |\f1Set render culling mode. Default is \*(CrOFF\f1. Setting this value to \*(CrAUTO\f1 is equivalent to \*(CrON\ \(em automatic culling is not implemented. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|968|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoSeparatorKit.3iv|975/976|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|975/976|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|977/978|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|977/978|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|979|\f8pickCulling |\*(CbpickCulling )         (rof_escape_sequence|91|SoSeparatorKit.3iv|982|\f7AUTO\f1. |\f1Set pick culling mode. Default is \*(CrAUTO\f1. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|990|\f7(SoPickStyle) |.ds Pt \*(Cr(SoPickStyle) )         (parse_manual_page_|249|SoSeparatorKit.3iv|997/998|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|997/998|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|999/1000|\f7(SoPickStyle) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|999/1000|\f7(SoPickStyle) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1001|\f8pickStyle\*(Cr |\*(CbpickStyle\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1004|\f8SoPickStyle\f1 property node that can be used to set the picking style of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. |\f1An \*(CbSoPickStyle\f1 property node that can be used to set the picking style of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1010|\f7(SoAppearanceKit) |.ds Pt \*(Cr(SoAppearanceKit) )         (parse_manual_page_|249|SoSeparatorKit.3iv|1017/1018|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1017/1018|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1019/1020|\f7(SoAppearanceKit) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1019/1020|\f7(SoAppearanceKit) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1021|\f8appearance\*(Cr |\*(Cbappearance\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1024|\f8SoAppearanceKit\f1 nodekit which can be used to set the appearance properties of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. |\f1An \*(CbSoAppearanceKit\f1 nodekit which can be used to set the appearance properties of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1030|\f7(SoUnits) |.ds Pt \*(Cr(SoUnits) )         (parse_manual_page_|249|SoSeparatorKit.3iv|1037/1038|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1037/1038|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1039/1040|\f7(SoUnits) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1039/1040|\f7(SoUnits) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1041|\f8units\*(Cr |\*(Cbunits\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1044|\f8SoUnits\f1 node which can be used to set the types of units, (e.g., feet), of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. |\f1An \*(CbSoUnits\f1 node which can be used to set the types of units, (e.g., feet), of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1050|\f7(SoTransform) |.ds Pt \*(Cr(SoTransform) )         (parse_manual_page_|249|SoSeparatorKit.3iv|1057/1058|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1057/1058|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1059/1060|\f7(SoTransform) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1059/1060|\f7(SoTransform) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1061|\f8transform\*(Cr |\*(Cbtransform\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1064|\f8SoTransform\f1 node which can be used to set the overall position, orientation, and scale of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. |\f1An \*(CbSoTransform\f1 node which can be used to set the overall position, orientation, and scale of its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1070|\f7(SoTexture2Transform) |.ds Pt \*(Cr(SoTexture2Transform) )         (parse_manual_page_|249|SoSeparatorKit.3iv|1077/1078|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1077/1078|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1079/1080|\f7(SoTexture2Transform) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1079/1080|\f7(SoTexture2Transform) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1081|\f8texture2Transform\*(Cr |\*(Cbtexture2Transform\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1084|\f8SoTexture2Transform\f1 node which can be used to apply a transformation to any textures used by its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. |\f1An \*(CbSoTexture2Transform\f1 node which can be used to apply a transformation to any textures used by its children. This part is \*(CrNULL\f1 by default, but is created automatically if necessary. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1090|\f7(SoNodeKitListPart) |.ds Pt \*(Cr(SoNodeKitListPart) )         (parse_manual_page_|249|SoSeparatorKit.3iv|1097/1098|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1097/1098|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1099/1100|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1099/1100|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1101|\f8childList\*(Cr |\*(CbchildList\*(Cr )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1104|\f8SoSeparatorKit\f1. This part is a \f2list part\f1 and can have multiple children. This part is \*(CrNULL\f1 by default, but is created automatically when the first child is added to the \f2childList\f1. Also, |\f1This part contains the children nodekits of this \*(CbSoSeparatorKit\f1. This part is a \f2list part\f1 and can have multiple children. This part is \*(CrNULL\f1 by default, but is created automatically when the first child is added to the \f2childList\f1. Also, )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1105|\f8SoShapeKit\f1 by default. So if the \f2childList\f1 part is NULL, and you call: \*(CbgetPart("childList[0]", TRUE)\f1, the separator kit will create the \f2childList\f1 and add an \*(CbSoShapeKit\f1 as the new element in the |\&when asked to build a member of the \f2childList\f1, the separatorKit will build an \*(CbSoShapeKit\f1 by default. So if the \f2childList\f1 part is NULL, and you call: \*(CbgetPart("childList[0]", TRUE)\f1, the separator kit will create the \f2childList\f1 and add an \*(CbSoShapeKit\f1 as the new element in the )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1114|\f7 |.ds Pt \*(Cr )         (parse_manual_page_|249|SoSeparatorKit.3iv|1121/1122|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1121/1122|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1123/1124|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1123/1124|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1125|\f8SoSeparatorKit\*(Cr() |\*(CbSoSeparatorKit\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1134|\f7static const SoNodekitCatalog * |.ds Pt \*(Crstatic const SoNodekitCatalog * )         (parse_manual_page_|249|SoSeparatorKit.3iv|1141/1142|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1141/1142|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1143/1144|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1143/1144|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1145|\f8getClassNodekitCatalog\*(Cr() const |\*(CbgetClassNodekitCatalog\*(Cr() const )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1148|\f8SoNodekitCatalog\f1 for the class \*(CbSoSeparatorKit\f1. |\f1Returns an \*(CbSoNodekitCatalog\f1 for the class \*(CbSoSeparatorKit\f1. )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1154|\f7static SoType |.ds Pt \*(Crstatic SoType )         (parse_manual_page_|249|SoSeparatorKit.3iv|1161/1162|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoSeparatorKit.3iv|1161/1162|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1163/1164|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoSeparatorKit.3iv|1163/1164|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1165|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr() )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1212|\f7SeparatorKit {|\*(CrSeparatorKit { )         (rof_escape_sequence|91|SoSeparatorKit.3iv|1229|\f8SoAppearanceKit, SoBaseKit, SoCameraKit, SoLightKit, SoNodeKit, SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog, SoSceneKit, SoShapeKit, SoWrapperKit |\*(CbSoAppearanceKit, SoBaseKit, SoCameraKit, SoLightKit, SoNodeKit, SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog, SoSceneKit, SoShapeKit, SoWrapperKit )