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

Public Member Functions | |
| DtRwDcm () | |
| default constructor | |
| DtRwDcm (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| real constructor | |
| DtRwDcm (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwDcm (const DtString &name, double a, double b, double c, double d, double e, double f, double g, double h, double i, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor from 9 doubles. | |
| DtRwDcm (const DtSymbolString &name, double a, double b, double c, double d, double e, double f, double g, double h, double i, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwDcm (const DtString &name, DtConstVector a, DtConstVector b, DtConstVector c, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor from 3 DtVectors. | |
| DtRwDcm (const DtSymbolString &name, DtConstVector a, DtConstVector b, DtConstVector c, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwDcm (const DtString &name, const DtDcm &fromDcm, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| Constructor from a DtDcm. | |
| DtRwDcm (const DtSymbolString &name, const DtDcm &fromDcm, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwDcm (const DtRwDcm &orig) | |
| copy constructor | |
| DtRwDcm (const DtString &name, const DtRwDcm &fromRwDcm, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| More useful moral equivalent of copy constructor. | |
| DtRwDcm (const DtSymbolString &name, const DtRwDcm &fromRwDcm, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| virtual | ~DtRwDcm () |
| destructor | |
| DtRwDcm & | operator= (const DtRwDcm &orig) |
| Assign to DtRwDcm. Assigns value only. | |
| DtRwDcm & | operator= (const DtDcm &orig) |
| virtual void | putData (FILE *fp, int indentLevel=0) |
| Deriving class overrides these to get/put class specific data. | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
File: rwvlDcm.h.
Class: DtRwDcm Description: Readable, Writable DtDcm
| DtRwDcm::DtRwDcm | ( | ) |
default constructor
| DtRwDcm::DtRwDcm | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructor
| DtRwDcm::DtRwDcm | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwDcm::DtRwDcm | ( | const DtString & | name, |
| double | a, | ||
| double | b, | ||
| double | c, | ||
| double | d, | ||
| double | e, | ||
| double | f, | ||
| double | g, | ||
| double | h, | ||
| double | i, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor from 9 doubles.
| DtRwDcm::DtRwDcm | ( | const DtSymbolString & | name, |
| double | a, | ||
| double | b, | ||
| double | c, | ||
| double | d, | ||
| double | e, | ||
| double | f, | ||
| double | g, | ||
| double | h, | ||
| double | i, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwDcm::DtRwDcm | ( | const DtString & | name, |
| DtConstVector | a, | ||
| DtConstVector | b, | ||
| DtConstVector | c, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor from 3 DtVectors.
| DtRwDcm::DtRwDcm | ( | const DtSymbolString & | name, |
| DtConstVector | a, | ||
| DtConstVector | b, | ||
| DtConstVector | c, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwDcm::DtRwDcm | ( | const DtString & | name, |
| const DtDcm & | fromDcm, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
Constructor from a DtDcm.
| DtRwDcm::DtRwDcm | ( | const DtSymbolString & | name, |
| const DtDcm & | fromDcm, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwDcm::DtRwDcm | ( | const DtRwDcm & | orig | ) |
copy constructor
| DtRwDcm::DtRwDcm | ( | const DtString & | name, |
| const DtRwDcm & | fromRwDcm, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
More useful moral equivalent of copy constructor.
| DtRwDcm::DtRwDcm | ( | const DtSymbolString & | name, |
| const DtRwDcm & | fromRwDcm, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| virtual DtRwDcm::~DtRwDcm | ( | ) | [virtual] |
destructor
| DtRwDcm& DtRwDcm::operator= | ( | const DtDcm & | orig | ) |
| virtual void DtRwDcm::putData | ( | FILE * | fp, |
| int | indentLevel = 0 |
||
| ) | [virtual] |
Deriving class overrides these to get/put class specific data.
Reimplemented from DtReaderWriter.
| virtual DtlObjPtr DtRwDcm::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
| virtual const char* DtRwDcm::readerWriterType | ( | ) | const [virtual] |
Used to supply a string type that this reader writer type is.
This can be used in place of dynamic-casting. Also used by the opd editor to determine which type of control to create
Reimplemented from DtReaderWriter.