#include <archon/x3d/server/type.H>
Inheritance diagram for Archon::X3D::SequenceFieldBase:
Public Member Functions | |
virtual unsigned | getSize (const NodeBase *) const =0 |
virtual Ref< ValueBase > | getAt (const NodeBase *, unsigned index) const =0 |
virtual void | setAt (NodeBase *, const ValueBase *, unsigned index, Time, bool cascade) const =0 |
virtual void | add (NodeBase *, const ValueBase *, Time, bool cascade) const =0 |
virtual void | remove (NodeBase *, const ValueBase *, Time, bool cascade) const =0 |
That is, any field type whos name starts with MF.
Definition at line 214 of file type.H.