8 #include <matrix/vlVector.h>
36 virtual bool reinitialize();
45 virtual bool loadParametersFromFile(
const DtFilename&
filename);
54 virtual void resetParameters();
61 virtual bool parametersLoaded()
const;
64 virtual const DtFilename& parametersFile()
const;
The DtAmmunitionManager is a clas that will maintain ammunition (that which is not published...
Definition: ammunitionManager.h:17
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Readable-writable class holding all parameters to configure the DtAmmunitionManager.
Definition: ammunitionParams.h:20
DtFilename myParametersFile
Definition: ammunitionManager.h:88
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
DtAmmunitionParams * myParameters
Parameters for this ammunition manager.
Definition: ammunitionManager.h:91
static DtAmmunitionManager * theAmmunitionManager
The global instance that can be referened by other classes. This must be set in order to be used...
Definition: ammunitionManager.h:96