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
SmAxisKit.cpp File Reference
#include "SmAxisKit.h"
#include <Inventor/nodekits/SoShapeKit.h>
#include <Inventor/nodes/SoTranslation.h>
#include <Inventor/nodes/SoBaseColor.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoComplexity.h>
#include <Inventor/sensors/SoFieldSensor.h>
#include <Inventor/nodes/SoLineSet.h>
#include <Inventor/nodes/SoCoordinate3.h>
#include <Inventor/nodes/SoDrawStyle.h>
#include <Inventor/nodes/SoCube.h>
#include <Inventor/errors/SoDebugError.h>
#include <SmallChange/nodes/SoText2Set.h>

Macros

#define PRIVATE(p)   ((p)->pimpl)
 
#define PUBLIC(p)   ((p)->master)
 
#define EMPTY   \x0
 

Functions

 SO_KIT_SOURCE (SmAxisKit)
 
static void fieldsChangedCallback (void *classObject, SoSensor *sensor)
 

Macro Definition Documentation

◆ EMPTY

#define EMPTY   \x0

◆ PRIVATE

#define PRIVATE (   p)    ((p)->pimpl)

◆ PUBLIC

#define PUBLIC (   p)    ((p)->master)

Function Documentation

◆ fieldsChangedCallback()

static void fieldsChangedCallback ( void *  classObject,
SoSensor sensor 
)
static

◆ SO_KIT_SOURCE()

SO_KIT_SOURCE ( SmAxisKit  )