#include <dime/records/DoubleRecord.h>
Inheritance diagram for dimeDoubleRecord:
Public Member Functions | |
dimeDoubleRecord (const int group_code=10, const dxfdouble val=0.0f) | |
virtual dimeRecord * | copy (dimeMemHandler *const mh) const |
virtual void | setValue (const dimeParam ¶m, dimeMemHandler *const memhandler=NULL) |
virtual void | getValue (dimeParam ¶m) const |
dxfdouble | getValue () const |
void | setValue (const dxfdouble val) |
int | typeId () const |
bool | read (dimeInput *const in) |
bool | write (dimeOutput *const out) |
|
Constructor. |
|
Returns a copy of this record. Implements dimeRecord. |
|
Returns the floating point value of this record. |
|
Returns the value of this record. Implements dimeRecord. |
|
This function will read the record from the dimeInput file. Implements dimeRecord. |
|
Sets the floating point value. |
|
Sets the value of this record. The memory handler is needed by dimeStringRecord. Implements dimeRecord. |
|
This virtual function will return the type of the record. Implements dimeRecord. |
|
This function will write the record to the dimeOutput file. Reimplemented from dimeRecord. |