VR-Forces 4.0.4 Class Documentation
Public Member Functions
DtRwDcm Class Reference

File: rwvlDcm.h. More...

Inheritance diagram for DtRwDcm:
Inheritance graph
[legend]

List of all members.

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
DtRwDcmoperator= (const DtRwDcm &orig)
 Assign to DtRwDcm. Assigns value only.
DtRwDcmoperator= (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.

Detailed Description

File: rwvlDcm.h.

Class: DtRwDcm Description: Readable, Writable DtDcm


Constructor & Destructor Documentation

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


Member Function Documentation

DtRwDcm& DtRwDcm::operator= ( const DtRwDcm orig)

Assign to DtRwDcm. Assigns value only.

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)