|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
The dimeInt8Record class is a container class for 8-bit integer records. More...
#include <dime/records/Int8Record.h>
Public Member Functions | |
| dimeInt8Record (const int group_code=270, const int8 val=0) | |
| virtual dimeRecord * | copy (dimeMemHandler *const mh) const |
| virtual void | setValue (const dimeParam ¶m, dimeMemHandler *const memhandler=NULL) |
| virtual void | getValue (dimeParam ¶m) const |
| int8 | getValue () const |
| void | setValue (const int8 val) |
| int | typeId () const |
| bool | read (dimeInput *const in) |
| bool | write (dimeOutput *const out) |
Public Member Functions inherited from dimeRecord | |
| dimeRecord (const int group_code) | |
| virtual | ~dimeRecord () |
| void | setGroupCode (const int group_code) |
| int | getGroupCode () const |
| virtual bool | isEndOfSectionRecord () const |
| virtual bool | isEndOfFileRecord () const |
| virtual void | print () const |
Public Member Functions inherited from dimeBase | |
| dimeBase (void) | |
| virtual | ~dimeBase () |
| virtual bool | isOfType (const int thetypeid) const |
| void * | operator new (size_t size, dimeMemHandler *memhandler=NULL, const int alignment=4) |
| void | operator delete (void *ptr) |
Additional Inherited Members | |
Public Types inherited from dimeBase | |
| enum | { dimeBaseType = 1, dimeRecordType, dimeStringRecordType, dimeFloatRecordType, dimeDoubleRecordType, dimeInt8RecordType, dimeInt16RecordType, dimeInt32RecordType, dimeHexRecordType, dimeRecordHolderType, dimeClassType, dimeUnknownClassType, dimeObjectType, dimeUnknownObjectType, dimeEntityType, dimeUnknownEntityType, dimePolylineType, dimeVertexType, dimeFaceEntityType, dimeExtrusionEntityType, dime3DFaceType, dimeSolidType, dimeTraceType, dimeLineType, dimeTextType, dimePointType, dimeBlockType, dimeInsertType, dimeCircleType, dimeArcType, dimeLWPolylineType, dimeEllipseType, dimeSplineType, dimeSectionType, dimeUnknownSectionType, dimeEntitiesSectionType, dimeBlocksSectionType, dimeTablesSectionType, dimeHeaderSectionType, dimeClassesSectionType, dimeObjectsSectionType, dimeTableType, dimeTableEntryType, dimeUnknownTableType, dimeUCSTableType, dimeLayerTableType, dimeLastTypeTag } |
Static Public Member Functions inherited from dimeRecord | |
| static bool | readRecordData (dimeInput *const in, const int group_code, dimeParam ¶m) |
| static dimeRecord * | readRecord (dimeInput *const in) |
| static dimeRecord * | createRecord (const int group_code, dimeMemHandler *const memhandler) |
| static dimeRecord * | createRecord (const int group_code, const dimeParam ¶m, dimeMemHandler *const memhandler) |
| static int | getRecordType (const int group_code) |
Protected Attributes inherited from dimeRecord | |
| int | groupCode |
The dimeInt8Record class is a container class for 8-bit integer records.
| dimeInt8Record::dimeInt8Record | ( | const int | group_code = 270, |
| const int8 | val = 0 |
||
| ) |
Constructor
|
virtual |
Returns a copy of this record.
Implements dimeRecord.
|
virtual |
Sets the value of this record. The memory handler is needed by dimeStringRecord.
Implements dimeRecord.
|
virtual |
Returns the value of this record.
Implements dimeRecord.
| int8 dimeInt8Record::getValue | ( | ) | const |
Returns the int8 value.
| void dimeInt8Record::setValue | ( | const int8 | val | ) |
Sets the value.
|
virtual |
This virtual function will return the type of the record.
Implements dimeRecord.
|
virtual |
This function will read the record from the dimeInput file.
Implements dimeRecord.
|
virtual |
This function will write the record to the dimeOutput file.
Reimplemented from dimeRecord.