![]() |
VR-Forces 4.8 Class Documentation
|
Factory for creating appearance mappers for entity types. More...
Public Member Functions | |
| virtual | ~DtEntityAppearanceMapperFactory () |
| DTOR. More... | |
| DtEntityAppearanceMapper * | createMapper (const DtEntityType &type) |
| Create a mapper for the entity type. More... | |
Protected Member Functions | |
| DtEntityAppearanceMapperFactory () | |
| CTOR. More... | |
| virtual DtEntityAppearanceMapper * | createPlatformMapper (const DtEntityType &type) |
| Create a mapper for a platform. More... | |
| virtual DtEntityAppearanceMapper * | createMunitionMapper (const DtEntityType &type) |
| Create a mapper for a munition. More... | |
| virtual DtEntityAppearanceMapper * | createLifeFormMapper (const DtEntityType &type) |
| Create a mapper for a life form. More... | |
| virtual DtEntityAppearanceMapper * | createEnvironmentalMapper (const DtEntityType &type) |
| Create a mapper for a environmental entity. More... | |
| virtual DtEntityAppearanceMapper * | createCulturalMapper (const DtEntityType &type) |
| Create a mapper for a environmental entity. More... | |
| virtual DtEntityAppearanceMapper * | createSensorMapper (const DtEntityType &type) |
| Create a mapper for a sensor entity. More... | |
| virtual DtEntityAppearanceMapper * | createSupplyMapper (const DtEntityType &type) |
| Create a mapper for a supply entity. More... | |
| virtual DtEntityAppearanceMapper * | createExpendableMapper (const DtEntityType &type) |
| Create a mapper for a expendable entity. More... | |
Friends | |
| class | DtEntityAppearanceMapperFactoryCreator |
| Friend the creator. More... | |
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.
|
protectedvirtual |
Create a mapper for a supply entity.
|
protectedvirtual |
Create a mapper for a expendable entity.
|
friend |
Friend the creator.