14 #include <vlutil/vlMachineTypes.h>
15 #include <vl/hostStructs.h>
40 parentRegistry = NULL);
42 parentRegistry = NULL);
48 parentRegistry = NULL);
51 parentRegistry = NULL);
76 virtual bool removeDetectionProbabilityEntry(
const DtEntityType&);
80 virtual bool ammunitionCanBeUsedBy(
const DtAmmunitionParamsEntry*,
const DtEntityType& checkType = DtEntityType())
const;
85 virtual DtRangeProbEntry* changeEntityType(
const DtEntityType& oldType,
const DtEntityType& newType);
88 virtual double getMaximumRange(
const DtEntityType&)
const;
95 virtual bool getProbabilities(
const DtEntityType& entityType, DtReal range,
107 return !(*
this == rhs);
111 virtual bool hasEntityType(
const DtEntityType&)
const;
114 virtual bool isValid()
const;
121 virtual void setIsOptional(
bool);
122 bool isOptional()
const;
131 virtual DtListItem * lookupDetectProbEntry(
const DtEntityType& entityType)
const;
133 virtual void emptyList();
DtRangeProbEntry is an abstract class whose deriving classes will have one of the two forms of DtPrbD...
Definition: rangeProbEntry.h:19
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
bool operator!=(const DtRangeProbabilityTable &rhs) const
Definition: rangeProbabilityTable.h:105
DtRwBoolean myIsOptional
Parameter Name: is-optional Parameter Description: This is for the simulation object editor to let it...
Definition: rangeProbabilityTable.h:141
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual void postGetSelf()
Called after either version of getSelf (mtl or environment). Default is no-op.
Definition: readerWriterRegistry.h:39
DtRangeProbabilityTable is a readable/writable list of DtRangeProbEntrys. It's sorted by the entity t...
Definition: rangeProbabilityTable.h:31
DtPrbValueList.
Definition: prbValueList.h:19
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
Definition: ammunitionParamsEntry.h:24
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
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...
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.