LoadTramsferFunction class. More...
#include <LoadTramsferFunction.h>


Public Member Functions | |
| LoadTramsferFunction (const char *file, int act) | |
| ~LoadTramsferFunction () | |
| Transferfunction | GetPoints () |
Public Attributes | |
| int | actIndex |
Protected Member Functions | |
| void | loadingTag (TiXmlNode *pParent, unsigned int indent) |
| int | attribsLoading (TiXmlElement *pElement, unsigned int indent) |
LoadTramsferFunction class.
Diese Klasse ladet die Transferfunktion, indem sie die Werte aus einer XML Funktion rausliest. Die Klasse erbt die Funktionen von LoadData.
| LoadTramsferFunction::LoadTramsferFunction | ( | const char * | file, |
| int | act | ||
| ) |
Konstruktor: Ladet die Datei, welche zum übergebenen Path verknüpft wurde.
| [in] | file | Pfad zur Datei, welche geladen werden soll. |
| LoadTramsferFunction::~LoadTramsferFunction | ( | ) |
Dekonstruktor
| int LoadTramsferFunction::attribsLoading | ( | TiXmlElement * | pElement, |
| unsigned int | indent | ||
| ) | [protected, virtual] |
Für jedes Attribut in der XML Datei wird diese Funktion aufgerufen
| [in] | pParent | Parent Objekt |
| [in] | indent | Ebene des Tags |
Implements LoadData.
| Transferfunction LoadTramsferFunction::GetPoints | ( | ) |
Liefert alle Punkte, welche geladen wurden.
| void LoadTramsferFunction::loadingTag | ( | TiXmlNode * | pParent, |
| unsigned int | indent | ||
| ) | [protected] |
Für jedes Tag in der XML wird diese Funktion aufgerufen.
| [in] | pParent | Parent Objekt |
| [in] | indent | Ebene des Tags |
1.7.2