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
AutoFile.cpp File Reference
#include <config.h>
#include "AutoFile.h"
#include <cstdlib>
#include <cstddef>
#include <Inventor/sensors/SoTimerSensor.h>
#include <Inventor/sensors/SoIdleSensor.h>
#include <Inventor/actions/SoSearchAction.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/misc/SoChildList.h>
#include <Inventor/errors/SoDebugError.h>
#include <Inventor/C/tidbits.h>

Macros

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

Functions

 SO_NODE_SOURCE (AutoFile)
 

Macro Definition Documentation

◆ PRIVATE

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

◆ PUBLIC

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

Function Documentation

◆ SO_NODE_SOURCE()

SO_NODE_SOURCE ( AutoFile  )