List of all members.
Public Member Functions |
| | DtRwVector (const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) |
| | real constructor
|
| | DtRwVector (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) |
| | DtRwVector (double x, double y, double z, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) |
| | Real constructor from 3 doubles.
|
| | DtRwVector (double x, double y, double z, const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) |
| | DtRwVector (const DtVector &fromVec, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) |
| | Real constructor from DtVector.
|
| | DtRwVector (const DtVector &fromVec, const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) |
| | DtRwVector (const DtRwVector &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| | copy constructor
|
| DtRwVector & | operator= (const DtRwVector &orig) |
| | Assign to DtRwVector. Assigns value only.
|
| DtRwVector & | operator= (const DtVector &orig) |
| virtual | ~DtRwVector () |
| 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 double | distSquaredTo (const DtVector &point) const |
| virtual const char * | readerWriterType () const |
| | Used to supply a string type that this reader writer type is.
|
Constructor & Destructor Documentation
Real constructor from 3 doubles.
Real constructor from DtVector.
Member Function Documentation
Deriving class overrides these to get/put class specific data.
Reimplemented from DtReaderWriter.
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.
The documentation for this class was generated from the following file: