Klamp't  0.9.0
Public Member Functions | Public Attributes | List of all members
Klampt::WorldResource Class Reference

Resource for a WorldModel. More...

#include <Resources.h>

Inheritance diagram for Klampt::WorldResource:

Public Member Functions

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

Public Attributes

WorldModel world
 

Detailed Description

Resource for a WorldModel.

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: