![]() |
VR-Forces 4.5 Class Documentation
|
Factory for creating appearance mappers for entity types. More...
Public Member Functions | |
| virtual | ~DtEntityAppearanceMapperFactory () |
| DTOR. | |
| DtEntityAppearanceMapper * | createMapper (const DtEntityType &type) |
| Create a mapper for the entity type. | |
Protected Member Functions | |
| DtEntityAppearanceMapperFactory () | |
| CTOR. | |
| virtual DtEntityAppearanceMapper * | createPlatformMapper (const DtEntityType &type) |
| Create a mapper for a platform. | |
| virtual DtEntityAppearanceMapper * | createMunitionMapper (const DtEntityType &type) |
| Create a mapper for a munition. | |
| virtual DtEntityAppearanceMapper * | createLifeFormMapper (const DtEntityType &type) |
| Create a mapper for a life form. | |
| virtual DtEntityAppearanceMapper * | createEnvironmentalMapper (const DtEntityType &type) |
| Create a mapper for a environmental entity. | |
| virtual DtEntityAppearanceMapper * | createCulturalMapper (const DtEntityType &type) |
| Create a mapper for a environmental entity. | |
| virtual DtEntityAppearanceMapper * | createSensorMapper (const DtEntityType &type) |
| Create a mapper for a sensor entity. | |
Friends | |
| class | DtEntityAppearanceMapperFactoryCreator |
| Friend the creator. | |
Factory for creating appearance mappers for entity types.
|
virtual |
DTOR.
|
protected |
CTOR.
| DtEntityAppearanceMapper* makVrv::DtEntityAppearanceMapperFactory::createMapper | ( | const DtEntityType & | type | ) |
Create a mapper for the entity type.
|
protectedvirtual |
Create a mapper for a platform.
|
protectedvirtual |
Create a mapper for a munition.
|
protectedvirtual |
Create a mapper for a life form.
|
protectedvirtual |
Create a mapper for a environmental entity.
|
protectedvirtual |
Create a mapper for a environmental entity.
|
protectedvirtual |
Create a mapper for a sensor entity.
|
friend |
Friend the creator.