![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#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) |
#define EMPTY \x0 |
#define PRIVATE | ( | p | ) | ((p)->pimpl) |
#define PUBLIC | ( | p | ) | ((p)->master) |
|
static |
SO_KIT_SOURCE | ( | SmAxisKit | ) |