CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

csMeshFactoryList Class Reference

A list of mesh factories. More...

#include <meshobj.h>

Inheritance diagram for csMeshFactoryList:

iMeshFactoryList iBase csMeshFactoryFactoryList List of all members.

Public Methods

 csMeshFactoryList ()
 constructor. More...

virtual int GetCount () const
 Return the number of mesh factory wrappers in this list. More...

virtual iMeshFactoryWrapperGet (int n) const
 Return a mesh factory wrapper by index. More...

virtual int Add (iMeshFactoryWrapper *obj)
 Add a mesh factory wrapper. More...

virtual bool Remove (iMeshFactoryWrapper *obj)
 Remove a mesh factory wrapper. More...

virtual bool Remove (int n)
 Remove the nth mesh factory wrapper. More...

virtual void RemoveAll ()
 Remove all mesh factory wrappers. More...

virtual int Find (iMeshFactoryWrapper *obj) const
 Find a mesh factory wrapper and return its index. More...

virtual iMeshFactoryWrapperFindByName (const char *Name) const
 Find a mesh factory wrapper by name. More...


Detailed Description

A list of mesh factories.

Definition at line 100 of file meshobj.h.


Constructor & Destructor Documentation

csMeshFactoryList::csMeshFactoryList  
 

constructor.


Member Function Documentation

virtual int csMeshFactoryList::Add iMeshFactoryWrapper   obj [virtual]
 

Add a mesh factory wrapper.

Implements iMeshFactoryList.

virtual int csMeshFactoryList::Find iMeshFactoryWrapper   obj const [virtual]
 

Find a mesh factory wrapper and return its index.

Implements iMeshFactoryList.

virtual iMeshFactoryWrapper* csMeshFactoryList::FindByName const char *    Name const [virtual]
 

Find a mesh factory wrapper by name.

Implements iMeshFactoryList.

virtual iMeshFactoryWrapper* csMeshFactoryList::Get int    n const [inline, virtual]
 

Return a mesh factory wrapper by index.

Implements iMeshFactoryList.

Definition at line 115 of file meshobj.h.

References csRefArray::Get.

virtual int csMeshFactoryList::GetCount   const [inline, virtual]
 

Return the number of mesh factory wrappers in this list.

Implements iMeshFactoryList.

Definition at line 114 of file meshobj.h.

References csRefArray::Length.

virtual bool csMeshFactoryList::Remove int    n [virtual]
 

Remove the nth mesh factory wrapper.

Implements iMeshFactoryList.

virtual bool csMeshFactoryList::Remove iMeshFactoryWrapper   obj [virtual]
 

Remove a mesh factory wrapper.

Implements iMeshFactoryList.

virtual void csMeshFactoryList::RemoveAll   [virtual]
 

Remove all mesh factory wrappers.

Implements iMeshFactoryList.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14