![]() |
Public API Reference |
![]() |
This plugin describes a specific type of mesh objects. More...
#include <imesh/object.h>
Public Member Functions | |
virtual csPtr< iMeshObjectFactory > | NewFactory ()=0 |
Create an instance of iMeshObjectFactory. |
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:
virtual csPtr<iMeshObjectFactory> iMeshObjectType::NewFactory | ( | ) | [pure virtual] |
Create an instance of iMeshObjectFactory.
Implemented in csMeshType.