![]() |
VR-Forces 4.0.4 Class Documentation
|
File: lasingCtlrDesc.h. More...

Public Member Functions | |
| DtLaserDetectorDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| real constructor | |
| DtLaserDetectorDescriptor (const DtLaserDetectorDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtLaserDetectorDescriptor & | operator= (const DtLaserDetectorDescriptor &orig) |
| assignment | |
| virtual | ~DtLaserDetectorDescriptor () |
| virtual DtString | type () const |
| Returns the type of descriptor. | |
| virtual DtComponentDescriptor * | clone (DtReaderWriterRegistry *parentRegistry=0) const |
Static Public Member Functions | |
| static DtComponentDescriptor * | creator () |
Protected Member Functions | |
| DtLaserDetectorDescriptor () | |
| default constructor, not implemented | |
File: lasingCtlrDesc.h.
Class: DtLasingControllerDescriptor A DtComponentDescriptor that has additional information needed for providing parameters to a generic ballistic gun controller. In contains load time, unload time, and an ammo selection table.
| DtLaserDetectorDescriptor::DtLaserDetectorDescriptor | ( | ) | [protected] |
default constructor, not implemented
| DtLaserDetectorDescriptor::DtLaserDetectorDescriptor | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
real constructor
| DtLaserDetectorDescriptor::DtLaserDetectorDescriptor | ( | const DtLaserDetectorDescriptor & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtLaserDetectorDescriptor::~DtLaserDetectorDescriptor | ( | ) | [virtual] |
| DtLaserDetectorDescriptor& DtLaserDetectorDescriptor::operator= | ( | const DtLaserDetectorDescriptor & | orig | ) |
assignment
| virtual DtString DtLaserDetectorDescriptor::type | ( | ) | const [virtual] |
Returns the type of descriptor.
This will be used to create the descriptor on read from an mtl file.
Reimplemented from DtComponentDescriptor.
| virtual DtComponentDescriptor* DtLaserDetectorDescriptor::clone | ( | DtReaderWriterRegistry * | parentRegistry = 0 | ) | const [virtual] |
Reimplemented from DtComponentDescriptor.
| static DtComponentDescriptor* DtLaserDetectorDescriptor::creator | ( | ) | [static] |
Reimplemented from DtComponentDescriptor.