27#include <Inventor/nodes/SoNode.h>
45 static void setFetchExternProtoCallback(SoFetchExternProtoCB * cb,
48 virtual SoType getTypeId(
void)
const;
49 static SoType getClassTypeId(
void);
52 static void initClass(
void);
55 void addISReference(
SoNode * container,
62 void removeReference(
const SbName & name);
68 SbName getProtoName(
void)
const;
70 virtual SbBool readInstance(
SoInput * input,
unsigned short flags);
76 virtual void destroy(
void);
87 friend class SoProtoP;
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 SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition SoBase.h:36
The SoFieldContainer class is a base class for all classes that contain fields.
Definition SoFieldContainer.h:34
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:42
The SoProtoInstance class handles PROTO instances.
Definition SoProtoInstance.h:37
The SoProto class handles PROTO definitions.
Definition SoProto.h:41
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:33