vrecko
virtual reality framework
|
#include <xmlfile.h>
Public Member Functions | |
XmlFile () | |
virtual void | open (std::string &filename) |
Public Member Functions inherited from AP_LSystem::AbstractFile | |
AbstractFile () | |
void | substitute (std::map< string, string > &pairs) |
virtual std::vector< string > * | getHomomorphisms () |
virtual std::vector< string > * | getRules () |
virtual std::vector< string > * | getSubsystems () |
std::string & | getAxiom () |
unsigned int | type () |
std::string & | name () |
Additional Inherited Members | |
Protected Member Functions inherited from AP_LSystem::AbstractFile | |
void | addType (std::string &type) |
Protected Attributes inherited from AP_LSystem::AbstractFile | |
unsigned int | m_Type |
type of loaded L-system More... | |
string | m_Name |
name of loaded L-system More... | |
string | m_Axiom |
loaded axiom More... | |
std::vector< string > | m_Rules |
container with loaded rules strings More... | |
std::vector< string > | m_Homomorphisms |
container with loaded homomorphism rules More... | |
std::vector< string > | m_Subsytems |
container with subsystem's filenames More... | |
This class opens and processes XML files with L-systems.
XmlFile::XmlFile | ( | ) |
|
virtual |