Klamp't  0.8.1
Public Member Functions | Public Attributes | List of all members
WorldResource Class Reference

Resource for a RobotWorld. More...

#include <Resources.h>

Inheritance diagram for WorldResource:

Public Member Functions

virtual bool Load (const string &fn)
 
virtual bool Save (const string &fn)
 
virtual const char * Type () const
 
virtual ResourceBase * Make ()
 
virtual ResourceBase * Copy ()
 
virtual vector< string > SubTypes () const
 
virtual bool Extract (const char *subtype, vector< ResourcePtr > &)
 
virtual bool Pack (vector< ResourcePtr > &subobjects, string *errorMessage=NULL)
 
virtual bool Unpack (vector< ResourcePtr > &subobjects, bool *incomplete=NULL)
 

Public Attributes

RobotWorld world
 

Detailed Description

Resource for a RobotWorld.

Implementation status: Incomplete. (Saving is not done yet, visualization info are not implemented in hierarchy)


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