Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iMeshFactoryList Struct Reference

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.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000