1#ifndef COIN_SOPROTOINSTANCE_H
2#define COIN_SOPROTOINSTANCE_H
40#include <Inventor/nodes/SoNode.h>
41#include <Inventor/nodes/SoSubNode.h>
52 PRIVATE_NODE_TYPESYSTEM_HEADER();
54 virtual const SoFieldData * getFieldData(
void)
const;
59 static void initClass(
void);
65 void setRootNode(
SoNode * root);
66 SoNode * getRootNode(
void);
68 SoProto * getProtoDefinition(
void)
const;
69 SbName getProtoName(
void)
const;
75 virtual SbBool readInstance(
SoInput *
in,
unsigned short flags);
76 virtual const char * getFileFormatName(
void)
const;
80 static void sensorCB(
void * data,
SoSensor * sensor);
81 static void cleanupClass(
void);
84 class SoProtoInstanceP * pimpl;
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbName class stores strings by reference.
Definition SbName.h:40
The SoFieldData class is a container for a prototype set of fields.
Definition SoFieldData.h:48
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoProtoInstance class handles PROTO instances.
Definition SoProtoInstance.h:46
The SoProto class handles PROTO definitions.
Definition SoProto.h:50
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:42