14 #include <vlutil/vlMachineTypes.h>
45 virtual bool negated()
const;
46 virtual void setNegate(
bool negate);
54 virtual bool canBeTrue(
const DtSimObject* vrfObject);
56 virtual bool canBeFalse(
const DtSimObject* vrfObject);
58 virtual void stringRep(std::ostream& str,
int indentLevel = 0)
const;
69 virtual bool eval(
const DtSimObject* vrfObject)
const = 0;
92 virtual void typeSpecificStringRep(std::ostream& str,
int indentLevel)
const;
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
virtual bool canEvalFalse(const DtSimObject *vrfObject) const
Definition: vrfObjectPredicate.h:89
Contains the DtVrfObjectPredicate class declaration.
Definition: vrfObjectPredicate.h:20
virtual bool canEvalTrue(const DtSimObject *vrfObject) const
Definition: vrfObjectPredicate.h:85
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
bool myNegated
Definition: vrfObjectPredicate.h:96
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)