Darwin  1.10(beta)
Public Member Functions | List of all members
drwnObjectSequence Class Reference

Sequence of images, each with a list of objects (see drwnObjectList) More...

Inheritance diagram for drwnObjectSequence:
drwnWriteable drwnTypeable

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)
 
- Public Member Functions inherited from drwnWriteable
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)
 

Detailed Description

Sequence of images, each with a list of objects (see drwnObjectList)


The documentation for this class was generated from the following files: