#include <archon/x3d/server/type.H>
Collaboration diagram for Archon::X3D::FieldType:
Public Member Functions | |
FieldType (unsigned index, string name, const FieldType *singleType=0) | |
unsigned | getIndex () const |
string | getName () const |
bool | getIsMultiple () const |
const FieldType * | getSingleType () const |
Static Public Member Functions | |
static const FieldType * | lookup (string name) |
Fetch a predefined or user defined node type. |
Examples of field types are: SFBool, MFVec2f...
Definition at line 61 of file type.H.
|
Fetch a predefined or user defined node type. Only concrete node types can be found by this method. This is appropriate for the X3D parsers.
Definition at line 385 of file type.C. Referenced by Archon::X3D::XML::Parser::parseStartElement(). |