24 const DtString& rwName = DtString::nullString(),
29 const DtString& rwName = DtString::nullString(),
40 const DtString& rwName = DtString::nullString(),
47 virtual void setZoomLevel(
double zoom);
48 virtual double zoomLevel()
const;
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
DtRwReal myZoomLevel
Definition: signatureObjectSensorPSR.h:58
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
static DtVrfProcessStateRepository * creator(const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
Returns a newly created instance of this class.
DtObjectSensorPSR & operator=(const DtObjectSensorPSR &orig)
assignment operator - not implemented
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
class DtSignatureObjectSensorPSR:
Definition: signatureObjectSensorPSR.h:18
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
virtual DtString type() const
Returns the string type of the repository, as defined in procSRTypes.h.
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const
returns a newly created copy of this object
Definition: objectSensorPSR.h:30