Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SoGenerateSceneGraphAction.cpp File Reference
#include <cstdio>
#include <cstring>
#include <cassert>
#include <Inventor/SoDB.h>
#include <Inventor/SoInput.h>
#include <Inventor/errors/SoDebugError.h>
#include <Inventor/lists/SbList.h>
#include <Inventor/lists/SbPList.h>
#include <Inventor/misc/SoChildList.h>
#include <Inventor/actions/SoSubAction.h>
#include <Inventor/actions/SoSearchAction.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoTranslation.h>
#include <Inventor/nodes/SoRotation.h>
#include <Inventor/nodes/SoScale.h>
#include <Inventor/nodes/SoAsciiText.h>
#include <Inventor/nodes/SoMaterial.h>
#include <Inventor/nodes/SoTexture2.h>
#include <Inventor/nodes/SoCube.h>
#include <Inventor/nodes/SoCylinder.h>
#include <SmallChange/actions/SoGenerateSceneGraphAction.h>
#include <SmallChange/actions/SoTweakAction.h>

Macros

#define THIS   this->pimpl
 

Functions

static void addConnectorStalk (SoSeparator *parent, float offset, float width)
 
static void addConnector (SoSeparator *root, float offset, float width)
 
 SO_ACTION_SOURCE (SoGenerateSceneGraphAction)
 

Macro Definition Documentation

◆ THIS

#define THIS   this->pimpl

Function Documentation

◆ addConnector()

static void addConnector ( SoSeparator root,
float  offset,
float  width 
)
static

◆ addConnectorStalk()

static void addConnectorStalk ( SoSeparator parent,
float  offset,
float  width 
)
static

◆ SO_ACTION_SOURCE()

SO_ACTION_SOURCE ( SoGenerateSceneGraphAction  )