Castor3D  ..
Fonctions membres publiques | Liste de tous les membres
Référence de la classe Castor3D::SceneFileParser

ESCN file parser. Plus de détails...

+ Graphe d'héritage de Castor3D::SceneFileParser:
+ Graphe de collaboration de Castor3D::SceneFileParser:

Fonctions membres publiques

 SceneFileParser (Engine *p_pEngine)
 
 ~SceneFileParser ()
 
RenderWindowSPtr GetRenderWindow ()
 
bool ParseFile (Castor::TextFile &p_file)
 
bool ParseFile (Castor::Path const &p_pathFile)
 
EngineGetEngine () const
 
ScenePtrStrMap::iterator ScenesBegin ()
 
ScenePtrStrMap::const_iterator ScenesBegin () const
 
ScenePtrStrMap::const_iterator ScenesEnd () const
 

Description détaillée

ESCN file parser.

Reads ESCN files and extracts all 3D data from it

Auteur
Sylvain DOREMUS
Date
25/08/2010

Documentation des constructeurs et destructeur

Castor3D::SceneFileParser::SceneFileParser ( Engine p_pEngine)

Constructor

Castor3D::SceneFileParser::~SceneFileParser ( )

Destructor

Documentation des fonctions membres

Engine* Castor3D::SceneFileParser::GetEngine ( ) const
inline
RenderWindowSPtr Castor3D::SceneFileParser::GetRenderWindow ( )

Retrieves the render window defined by the scene

bool Castor3D::SceneFileParser::ParseFile ( Castor::TextFile &  p_file)

Parses the given file (expecting it to be in ESCN file format)

Paramètres
[in,out]p_fileThe file
Renvoie
the parsed scene
bool Castor3D::SceneFileParser::ParseFile ( Castor::Path const &  p_pathFile)

Parses the given file (expecting it to be in ESCN file format)

Paramètres
[in]p_pathFileThe file path
Renvoie
true if successful, false if not
ScenePtrStrMap::iterator Castor3D::SceneFileParser::ScenesBegin ( )
inline
ScenePtrStrMap::const_iterator Castor3D::SceneFileParser::ScenesBegin ( ) const
inline
ScenePtrStrMap::const_iterator Castor3D::SceneFileParser::ScenesEnd ( ) const
inline

La documentation de cette classe a été générée à partir du fichier suivant :