CrystalSpace

Public API Reference

iMeshObjectType Struct Reference
[Mesh plugins]

This plugin describes a specific type of mesh objects. More...

#include <imesh/object.h>

Inheritance diagram for iMeshObjectType:

List of all members.

Public Member Functions

virtual csPtr< iMeshObjectFactoryNewFactory ()=0
 Create an instance of iMeshObjectFactory.

Detailed Description

This plugin describes a specific type of mesh objects.

Through this plugin the user can create instances of mesh object factories which can then be used to create instances of mesh objects.

Main creators of instances implementing this interface:

Main ways to get pointers to this interface:

Main users of this interface:

Definition at line 420 of file object.h.


Member Function Documentation

virtual csPtr<iMeshObjectFactory> iMeshObjectType::NewFactory (  )  [pure virtual]

Create an instance of iMeshObjectFactory.

Implemented in csMeshType.


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

Generated for Crystal Space 2.0 by doxygen 1.6.1