PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::SceneLoader Class Reference

#include <SceneLoaderFactory.h>

Inheritance diagram for dyno::SceneLoader:

Public Member Functions

virtual std::shared_ptr< SceneGraphload (const std::string filename)
 
virtual bool save (std::shared_ptr< SceneGraph > scn, const std::string filename)
 
virtual bool canLoadFileByName (const std::string filename)
 
virtual bool canLoadFileByExtension (const std::string extension)
 

Detailed Description

Definition at line 6 of file SceneLoaderFactory.h.

Member Function Documentation

◆ canLoadFileByExtension()

virtual bool dyno::SceneLoader::canLoadFileByExtension ( const std::string extension)
inlinevirtual

Reimplemented in dyno::SceneLoaderXML.

Definition at line 22 of file SceneLoaderFactory.h.

Here is the caller graph for this function:

◆ canLoadFileByName()

virtual bool dyno::SceneLoader::canLoadFileByName ( const std::string filename)
inlinevirtual

Definition at line 13 of file SceneLoaderFactory.h.

Here is the call graph for this function:

◆ load()

virtual std::shared_ptr< SceneGraph > dyno::SceneLoader::load ( const std::string filename)
inlinevirtual

Reimplemented in dyno::SceneLoaderXML.

Definition at line 9 of file SceneLoaderFactory.h.

Here is the caller graph for this function:

◆ save()

virtual bool dyno::SceneLoader::save ( std::shared_ptr< SceneGraph > scn,
const std::string filename )
inlinevirtual

Reimplemented in dyno::SceneLoaderXML.

Definition at line 11 of file SceneLoaderFactory.h.

Here is the caller graph for this function:

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