1#ifndef COIN_SOPROTOINSTANCE_H
2#define COIN_SOPROTOINSTANCE_H
31#include <Inventor/nodes/SoNode.h>
32#include <Inventor/nodes/SoSubNode.h>
45 virtual const SoFieldData * getFieldData(
void)
const;
50 static void initClass(
void);
56 void setRootNode(
SoNode * root);
57 SoNode * getRootNode(
void);
59 SoProto * getProtoDefinition(
void)
const;
60 SbName getProtoName(
void)
const;
66 virtual SbBool readInstance(
SoInput *
in,
unsigned short flags);
67 virtual const char * getFileFormatName(
void)
const;
71 static void sensorCB(
void * data,
SoSensor * sensor);
72 static void cleanupClass(
void);
75 class SoProtoInstanceP * pimpl;
The SbList class is a template container class for lists.
Definition SbList.h:61
The SbName class stores strings by reference.
Definition SbName.h:31
The SoFieldData class is a container for a prototype set of fields.
Definition SoFieldData.h:39
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoProtoInstance class handles PROTO instances.
Definition SoProtoInstance.h:37
The SoProto class handles PROTO definitions.
Definition SoProto.h:41
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:34
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:33