15 #ifndef combatIdentificationLevelTable_H_
16 #define combatIdentificationLevelTable_H_
19 #include <vlutil/vlMachineTypes.h>
45 parentRegistry = NULL);
48 parentRegistry = NULL);
53 parentRegistry = NULL);
57 parentRegistry = NULL);
71 virtual void putSelf(std::string& fp,
int indentLevel = 0,
72 bool writeUnspecified =
false,
const DtFilename& path =
73 DtFilename::nullFilename())
override;
83 virtual int getIdentificationLevel(DtReal& appSig, DtReal & detInterval)
const;
87 double & appSig,
bool needmatch =
false)
const;
DtCombatIdentificationEntryList myCombatIdentificationEntries
Definition: combatIdentificationLevelTable.h:114
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
File: csvReaderWriter.h.
Definition: cSVReaderWriter.h:36
virtual void putSelf(std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) override
Top level call to write itself to file. If write unspecified is true, will write entries that are uns...
std::vector< DtCombatIdentificationLevelTableEntry * > DtCombatIdentificationEntryList
Definition: combatIdentificationLevelTable.h:38
Definition: combatIdentificationLevelTableEntry.h:29
Definition: readerWriterRegistry.h:39
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
virtual void getSelf(FILE *fp)
Top level to read itself from an input stream. searchPath is passed down to all DtCSVReaderWriter mem...
DtCombatIdentificationLevelTable represents a look up table for the level identification possible fo...
Definition: combatIdentificationLevelTable.h:34
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtCSVReaderWriter & operator=(const DtCSVReaderWriter &orig)
assignment operator