dime  0.9.1
Portable DXF file library
Loading...
Searching...
No Matches
dimeObjectsSection Class Reference

The dimeObjectsSection object handles an OBJECTS section. More...

#include <dime/sections/ObjectsSection.h>

Inheritance diagram for dimeObjectsSection:
dimeSection dimeBase

Public Member Functions

 dimeObjectsSection (dimeMemHandler *const memhandler=NULL)
 
virtual ~dimeObjectsSection ()
 
virtual dimeSectioncopy (dimeModel *const model) const
 
virtual int countRecords () const
 
int getNumObjects () const
 
class dimeObjectgetObject (const int idx)
 
virtual const char * getSectionName () const
 
void insertObject (dimeObject *const object, const int idx=-1)
 
virtual bool read (dimeInput *const file)
 
void removeObject (const int idx)
 
virtual int typeId () const
 
virtual bool write (dimeOutput *const file)
 
- Public Member Functions inherited from dimeSection
 dimeSection (dimeMemHandler *const memhandler)
 
virtual ~dimeSection ()
 
virtual bool isOfType (const int thetypeid) const
 
- Public Member Functions inherited from dimeBase
 dimeBase (void)
 
virtual ~dimeBase ()
 
void operator delete (void *ptr)
 
void * operator new (size_t size, dimeMemHandler *memhandler=NULL, const int alignment=4)
 

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 dimeSection
static dimeSectioncreateSection (const char *const sectionname, dimeMemHandler *memhandler)
 
- Protected Attributes inherited from dimeSection
dimeMemHandlermemHandler
 

Detailed Description

The dimeObjectsSection object handles an OBJECTS section.

Constructor & Destructor Documentation

◆ dimeObjectsSection()

dimeObjectsSection::dimeObjectsSection ( dimeMemHandler *const memhandler = NULL)

Constructor.

◆ ~dimeObjectsSection()

dimeObjectsSection::~dimeObjectsSection ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

dimeSection * dimeObjectsSection::copy ( dimeModel *const model) const
virtual

Implements dimeSection.

◆ countRecords()

int dimeObjectsSection::countRecords ( ) const
virtual

Returns the number of records in this section.

Implements dimeSection.

◆ getNumObjects()

int dimeObjectsSection::getNumObjects ( ) const

Returns the number of objects in this section.

◆ getObject()

dimeObject * dimeObjectsSection::getObject ( const int idx)

Returns the object at index idx.

◆ getSectionName()

const char * dimeObjectsSection::getSectionName ( ) const
virtual

Implements dimeSection.

◆ insertObject()

void dimeObjectsSection::insertObject ( dimeObject *const object,
const int idx = -1 )

Inserts a new object at index idx. If idx is negative, the object will be inserted at the end of the list of objects.

◆ read()

bool dimeObjectsSection::read ( dimeInput *const file)
virtual

Implements dimeSection.

◆ removeObject()

void dimeObjectsSection::removeObject ( const int idx)

Removes (and deletes if no memory handler is used) the object at index idx.

◆ typeId()

int dimeObjectsSection::typeId ( ) const
virtual

Must be implemented by all subclasses, and should return an unique id for that class.

Implements dimeSection.

◆ write()

bool dimeObjectsSection::write ( dimeOutput *const file)
virtual

Implements dimeSection.


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