![]() |
http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
The dimeSection class is the superclass for all section classes. More...
#include <dime/sections/Section.h>
Public Member Functions | |
dimeSection (dimeMemHandler *const memhandler) | |
virtual | ~dimeSection () |
virtual const char * | getSectionName () const =0 |
virtual dimeSection * | copy (dimeModel *const model) const =0 |
virtual bool | read (dimeInput *const file)=0 |
virtual bool | write (dimeOutput *const file)=0 |
virtual int | typeId () const =0 |
virtual bool | isOfType (const int thetypeid) const |
virtual int | countRecords () const =0 |
![]() | |
dimeBase (void) | |
virtual | ~dimeBase () |
void * | operator new (size_t size, dimeMemHandler *memhandler=NULL, const int alignment=4) |
void | operator delete (void *ptr) |
Static Public Member Functions | |
static dimeSection * | createSection (const char *const sectionname, dimeMemHandler *memhandler) |
Protected Attributes | |
dimeMemHandler * | memHandler |
Additional Inherited Members | |
![]() | |
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 } |
The dimeSection class is the superclass for all section classes.
Currently supported sections are:
dimeSection::dimeSection | ( | dimeMemHandler *const | memhandler | ) |
Constructor
|
virtual |
Empty virtual destructor.
|
pure virtual |
Returns the number of records in this section.
Implemented in dimeBlocksSection, dimeClassesSection, dimeEntitiesSection, dimeHeaderSection, dimeObjectsSection, dimeTablesSection, and dimeUnknownSection.
|
static |
Static function used to create the correct section object from a text string.
Referenced by dimeModel::read().
|
virtual |
Returns true if the object is of type typeid or is inherited from it. Function in base class checks whether thetypeid equals the virtual dimeBase::typeId() value or equals dimeBaseType. Must be implemented by all subclasses that are superclasses of other classes, and should check if thetypeid equals its typeId, and then call its parent's isOfType function. Leaf-classes do not have to implement this method.
Reimplemented from dimeBase.
References dimeBase::isOfType().
|
pure virtual |
Implemented in dimeBlocksSection, and dimeTablesSection.
|
pure virtual |
Must be implemented by all subclasses, and should return an unique id for that class.
Implements dimeBase.
Implemented in dimeBlocksSection, dimeClassesSection, dimeEntitiesSection, dimeHeaderSection, dimeObjectsSection, dimeTablesSection, and dimeUnknownSection.
|
pure virtual |
Implemented in dimeBlocksSection.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Sat Jul 1 2023 19:06:44 for Dime by Doxygen 1.9.8.