Hierarchical Edge Bundle 1.0
Public Member Functions | Protected Member Functions
LoadXMLTree Class Reference

LoadTramsferFunction class. More...

#include <LoadXMLTree.h>

Inheritance diagram for LoadXMLTree:
Inheritance graph
[legend]
Collaboration diagram for LoadXMLTree:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LoadXMLTree ()
 ~LoadXMLTree ()
virtual vector< DataFromFileRead (const char *path)

Protected Member Functions

void loadingTag (TiXmlNode *pParent, unsigned int indent)
int attribsLoading (TiXmlElement *pElement, unsigned int indent)

Detailed Description

LoadTramsferFunction class.

Diese Klasse ladet die XML file, indem sie die Werte aus einem XML File rausliest. Die Klasse erbt die Funktionen von LoadData.


Constructor & Destructor Documentation

LoadXMLTree::LoadXMLTree ( )

Konstruktor: Ladet die Datei, welche zum übergebenen Path verknüpft wurde.

Parameters:
[in]filePfad zur Datei, welche geladen werden soll.
LoadXMLTree::~LoadXMLTree ( )

Dekonstruktor


Member Function Documentation

int LoadXMLTree::attribsLoading ( TiXmlElement *  pElement,
unsigned int  indent 
) [protected, virtual]

Für jedes Attribut in der XML Datei wird diese Funktion aufgerufen

Parameters:
[in]pParentParent Objekt
[in]indentEbene des Tags
Returns:
0

Implements LoadData.

Here is the call graph for this function:

Here is the caller graph for this function:

void LoadXMLTree::loadingTag ( TiXmlNode *  pParent,
unsigned int  indent 
) [protected]

Für jedes Tag in der XML wird diese Funktion aufgerufen.

Parameters:
[in]pParentParent Objekt
[in]indentEbene des Tags

Here is the call graph for this function:

Here is the caller graph for this function:

vector< DataFromFile > LoadXMLTree::Read ( const char *  path) [virtual]

This virtual method gets implemented from the childclasses

Implements ReadFile.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines