#include <Inventor/nodekits/SoWrapperKit.h>
Inheritance diagram for SoWrapperKit:
Public Member Functions | |
SoWrapperKit (void) | |
Static Public Member Functions | |
void | initClass (void) |
Protected Member Functions | |
virtual | ~SoWrapperKit () |
Node kit structure (new entries versus parent class marked with arrow prefix):
CLASS SoWrapperKit -->"this" "callbackList" "topSeparator" "pickStyle" "appearance" "units" "transform" "texture2Transform" "childList" --> "localTransform" --> "contents"
(See SoBaseKit::printDiagram() for information about the output formatting.)
Detailed information on catalog parts:
CLASS SoWrapperKit PVT "this", SoWrapperKit --- "callbackList", SoNodeKitListPart [ SoCallback, SoEventCallback ] PVT "topSeparator", SoSeparator --- "pickStyle", SoPickStyle --- "appearance", SoAppearanceKit --- "units", SoUnits --- "transform", SoTransform --- "texture2Transform", SoTexture2Transform --- "childList", SoNodeKitListPart [ SoShapeKit, SoSeparatorKit ] "localTransform", SoTransform --- "contents", SoSeparator ---
(See SoBaseKit::printTable() for information about the output formatting.)
|
Constructor. |
|
Destructor. |
|
Does initialization common for all objects of the SoSeparatorKit class. This includes setting up the type system, among other things. Reimplemented from SoSeparatorKit. |