CrystalSpace

Public API Reference

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

iMeshFactoryList Struct Reference
[Mesh support]

A list of mesh factories. More...

#include <mesh.h>

Inheritance diagram for iMeshFactoryList:

iBase List of all members.

Public Methods

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

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

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

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

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

virtual void RemoveAll ()=0
 Remove all mesh factory wrappers.

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

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


Detailed Description

A list of mesh factories.

Main ways to get pointers to this interface:

Main users of this interface:

Definition at line 731 of file mesh.h.


Member Function Documentation

virtual int iMeshFactoryList::Add iMeshFactoryWrapper   obj [pure virtual]
 

Add a mesh factory wrapper.

virtual int iMeshFactoryList::Find iMeshFactoryWrapper   obj const [pure virtual]
 

Find a mesh factory wrapper and return its index.

virtual iMeshFactoryWrapper* iMeshFactoryList::FindByName const char *    Name const [pure virtual]
 

Find a mesh factory wrapper by name.

virtual iMeshFactoryWrapper* iMeshFactoryList::Get int    n const [pure virtual]
 

Return a mesh factory wrapper by index.

virtual int iMeshFactoryList::GetCount   [pure virtual]
 

Return the number of mesh factory wrappers in this list.

virtual bool iMeshFactoryList::Remove int    n [pure virtual]
 

Remove the nth mesh factory wrapper.

virtual bool iMeshFactoryList::Remove iMeshFactoryWrapper   obj [pure virtual]
 

Remove a mesh factory wrapper.

virtual void iMeshFactoryList::RemoveAll   [pure virtual]
 

Remove all mesh factory wrappers.


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