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

Resource for a MultiPath. More...

#include <Resources.h>

Inheritance diagram for Klampt::MultiPathResource:

Public Member Functions

virtual bool Load (const string &fn) override
 
virtual bool Save (const string &fn) override
 
virtual bool Load (TiXmlElement *in) override
 
virtual bool Save (TiXmlElement *out) override
 
virtual const char * Type () const override
 
virtual ResourceBase * Make () override
 
virtual ResourceBase * Copy () override
 
virtual vector< string > CastTypes () const override
 
virtual vector< string > SubTypes () const override
 
virtual vector< string > ExtractTypes () const override
 
virtual ResourcePtr Cast (const char *subtype) 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

MultiPath path
 

Detailed Description

Resource for a MultiPath.

Implementation status: mostly complete. Hierarchy for properties and global holds are not complete.


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