#include <dime/classes/UnknownClass.h>
Inheritance diagram for dimeUnknownClass::
Public Methods | |
dimeUnknownClass (const char *const name, dimeMemHandler *const memhandler) | |
virtual | ~dimeUnknownClass () |
virtual dimeClass * | copy (dimeModel *const model) const |
virtual const char * | getDxfClassName () const |
virtual bool | write (dimeOutput *const out) |
virtual int | typeId () const |
virtual int | countRecords () const |
|
Constructor. |
|
Destructor. Should only be called if no memhandler is used. |
|
Must be implemented by subclasses to return a copy of the class. Reimplemented from dimeClass. |
|
Returns the number of records in the record holder. Should be overloaded by subclasses which should count their records, and then call the parent's method. This method is used to precalculate the number of records to be written. Very useful when progress information is needed during write(). Reimplemented from dimeClass. |
|
Must be implemented by subclasses to return the dxf name of the class. Reimplemented from dimeClass. |
|
Must be implemented by all subclasses, and should return an unique id for that class. Reimplemented from dimeBase. |
|
Writes common and unknown class records to file. Reimplemented from dimeClass. |