Darwin
1.10(beta)
|
Sequence of images, each with a list of objects (see drwnObjectList) More...
Public Member Functions | |
const char * | type () const |
returns object type as a string (e.g., Foo::type() { return "Foo"; }) | |
bool | save (drwnXMLNode &xml) const |
write object to XML node (see also write) | |
bool | load (drwnXMLNode &xml) |
read object from XML node (see also read) | |
![]() | |
bool | write (const char *filename) const |
write object to file (calls save) | |
bool | read (const char *filename) |
read object from file (calls load) | |
void | dump () const |
print object's current state to standard output (for debugging) | |
Sequence of images, each with a list of objects (see drwnObjectList)