CrystalSpace

Public API Reference

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

csMeshFactory Class Reference

This is the abstract implementation of iMeshObjectFactory. More...

#include <cstool/meshobjtmpl.h>

Inheritance diagram for csMeshFactory:

iMeshObjectFactory iBase List of all members.

Public Member Functions

 csMeshFactory (iEngine *engine, iObjectRegistry *object_reg, iMeshObjectType *parent)
 Constructor.
iObjectRegistryGetObjectRegistry ()
 Get the object registry.
virtual ~csMeshFactory ()
 destructor
virtual csFlagsGetFlags ()
 See imesh/object.h for specification.
virtual csPtr< iMeshObjectNewInstance ()=0
 See imesh/object.h for specification.
virtual void HardTransform (const csReversibleTransform &t)
 See imesh/object.h for specification.
virtual bool SupportsHardTransform () const
 See imesh/object.h for specification.
virtual void SetLogicalParent (iBase *logparent)
 See imesh/object.h for specification.
virtual iBaseGetLogicalParent () const
 See imesh/object.h for specification.
virtual iMeshObjectTypeGetMeshObjectType () const
 Get the ObjectType for this mesh factory.
virtual iObjectModelGetObjectModel ()
 See imesh/object.h for specification.

Protected Attributes

iBaseLogParent
 Logical parent (usually the wrapper object from the engine).
iMeshObjectTypemesh_type
 Pointer to the MeshObjectType.
iEngineEngine
 Pointer to the engine if available (@ temporary).
iObjectRegistryobject_reg
 Object registry.
csFlags flags
 Flags.

Detailed Description

This is the abstract implementation of iMeshObjectFactory.

Like csMeshObject, it stores a pointer to the "logical parent".

Definition at line 264 of file meshobjtmpl.h.


Constructor & Destructor Documentation

csMeshFactory::csMeshFactory iEngine engine,
iObjectRegistry object_reg,
iMeshObjectType parent
 

Constructor.

virtual csMeshFactory::~csMeshFactory  )  [virtual]
 

destructor


Member Function Documentation

virtual csFlags& csMeshFactory::GetFlags  )  [inline, virtual]
 

See imesh/object.h for specification.

Implements iMeshObjectFactory.

Definition at line 298 of file meshobjtmpl.h.

virtual iBase* csMeshFactory::GetLogicalParent  )  const [virtual]
 

See imesh/object.h for specification.

This function is handled completely in csMeshObject.

Implements iMeshObjectFactory.

virtual iMeshObjectType* csMeshFactory::GetMeshObjectType  )  const [virtual]
 

Get the ObjectType for this mesh factory.

Implements iMeshObjectFactory.

virtual iObjectModel* csMeshFactory::GetObjectModel  )  [inline, virtual]
 

See imesh/object.h for specification.

Implements iMeshObjectFactory.

Definition at line 338 of file meshobjtmpl.h.

iObjectRegistry* csMeshFactory::GetObjectRegistry  )  [inline]
 

Get the object registry.

Definition at line 290 of file meshobjtmpl.h.

virtual void csMeshFactory::HardTransform const csReversibleTransform t  )  [virtual]
 

See imesh/object.h for specification.

The default implementation does nothing.

Implements iMeshObjectFactory.

virtual csPtr<iMeshObject> csMeshFactory::NewInstance  )  [pure virtual]
 

See imesh/object.h for specification.

There is no default implementation for this method.

Implements iMeshObjectFactory.

virtual void csMeshFactory::SetLogicalParent iBase logparent  )  [virtual]
 

See imesh/object.h for specification.

This function is handled completely in csMeshObject.

Implements iMeshObjectFactory.

virtual bool csMeshFactory::SupportsHardTransform  )  const [virtual]
 

See imesh/object.h for specification.

The default implementation returns false.

Implements iMeshObjectFactory.


Member Data Documentation

iEngine* csMeshFactory::Engine [protected]
 

Pointer to the engine if available (@ temporary).

@

Definition at line 274 of file meshobjtmpl.h.

csFlags csMeshFactory::flags [protected]
 

Flags.

Definition at line 280 of file meshobjtmpl.h.

iBase* csMeshFactory::LogParent [protected]
 

Logical parent (usually the wrapper object from the engine).

Definition at line 268 of file meshobjtmpl.h.

iMeshObjectType* csMeshFactory::mesh_type [protected]
 

Pointer to the MeshObjectType.

Definition at line 271 of file meshobjtmpl.h.

iObjectRegistry* csMeshFactory::object_reg [protected]
 

Object registry.

Definition at line 277 of file meshobjtmpl.h.


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