TDME2 1.9.121
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
SceneLibrary Class Referencefinal

Scene prototype library definition. More...

#include <tdme/engine/scene/SceneLibrary.h>

Collaboration diagram for SceneLibrary:
Collaboration graph

Public Member Functions

 SceneLibrary (Scene *scene)
 Public constructor. More...
 
 ~SceneLibrary ()
 Destructor. More...
 
int allocatePrototypeId ()
 Allocata a unique prototype index. More...
 
void clear ()
 Clears this scene prototype library. More...
 
void addPrototype (Prototype *prototype)
 Add a prototype. More...
 
PrototypegetPrototypeAt (int idx)
 Get prototype at given index. More...
 
PrototypegetPrototype (int id)
 Get a prototype by given id. More...
 
PrototypegetPrototypeByName (const string &name)
 Get a prototype by given name. More...
 
PrototypegetTerrainPrototype ()
 Get a terrain prototype. More...
 
void removePrototype (int id)
 Remove a prototype. More...
 
int getPrototypeCount ()
 

Static Public Attributes

static constexpr int ID_ALLOCATE { -1 }
 

Private Attributes

Scenescene { nullptr }
 
map< int, Prototype * > prototypesById
 
vector< Prototype * > prototypes
 
int prototypeIdx
 

Detailed Description

Scene prototype library definition.

Author
Andreas Drewke
Version
$Id$

Definition at line 26 of file SceneLibrary.h.

Constructor & Destructor Documentation

◆ SceneLibrary()

SceneLibrary ( Scene scene)

Public constructor.

Parameters
scenescene

Definition at line 42 of file SceneLibrary.cpp.

◆ ~SceneLibrary()

Destructor.

Definition at line 48 of file SceneLibrary.cpp.

Member Function Documentation

◆ addPrototype()

void addPrototype ( Prototype prototype)

Add a prototype.

Parameters
prototypeprototype

Definition at line 64 of file SceneLibrary.cpp.

◆ allocatePrototypeId()

int allocatePrototypeId ( )
inline

Allocata a unique prototype index.

Returns
index

Definition at line 53 of file SceneLibrary.h.

◆ clear()

void clear ( )

Clears this scene prototype library.

Definition at line 54 of file SceneLibrary.cpp.

◆ getPrototype()

Prototype * getPrototype ( int  id)

Get a prototype by given id.

Parameters
idid
Returns
prototype

Definition at line 78 of file SceneLibrary.cpp.

◆ getPrototypeAt()

Prototype * getPrototypeAt ( int  idx)
inline

Get prototype at given index.

Parameters
idxindex
Returns
prototype

Definition at line 73 of file SceneLibrary.h.

◆ getPrototypeByName()

Prototype * getPrototypeByName ( const string &  name)

Get a prototype by given name.

Parameters
namename
Returns
prototype

Definition at line 87 of file SceneLibrary.cpp.

◆ getPrototypeCount()

int getPrototypeCount ( )
inline
Returns
prototype count

Definition at line 106 of file SceneLibrary.h.

◆ getTerrainPrototype()

Prototype * getTerrainPrototype ( )

Get a terrain prototype.

Returns
terrain prototype

Definition at line 94 of file SceneLibrary.cpp.

◆ removePrototype()

void removePrototype ( int  id)

Remove a prototype.

Parameters
idid

Definition at line 102 of file SceneLibrary.cpp.

Member Data Documentation

◆ ID_ALLOCATE

constexpr int ID_ALLOCATE { -1 }
staticconstexpr

Definition at line 29 of file SceneLibrary.h.

◆ prototypeIdx

int prototypeIdx
private

Definition at line 35 of file SceneLibrary.h.

◆ prototypes

vector<Prototype*> prototypes
private

Definition at line 34 of file SceneLibrary.h.

◆ prototypesById

map<int, Prototype*> prototypesById
private

Definition at line 33 of file SceneLibrary.h.

◆ scene

Scene* scene { nullptr }
private

Definition at line 32 of file SceneLibrary.h.


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