|
http://www.sim.no http://www.coin3d.org |
#include <dime/tables/LayerTable.h>
Inheritance diagram for dimeLayerTable:

Public Member Functions | |
| dimeLayerTable () | |
| void | setLayerName (const char *name, dimeMemHandler *const memhandler) |
| const char * | getLayerName (void) const |
| void | setColorNumber (const int16 colnum) |
| int16 | getColorNumber (void) const |
| void | registerLayer (dimeModel *model) |
| virtual dimeTableEntry * | copy (dimeModel *const model) const |
| virtual const char * | getTableName () const |
| virtual bool | read (dimeInput *const in) |
| virtual bool | write (dimeOutput *const out) |
| virtual int | typeId () const |
| virtual int | countRecords () const |
Protected Member Functions | |
| virtual bool | handleRecord (const int groupcode, const dimeParam ¶m, dimeMemHandler *const memhandler) |
| dimeLayerTable::dimeLayerTable | ( | ) |
Constructor.
| int dimeLayerTable::countRecords | ( | ) | const [virtual] |
Returns the number of records for this table. Tables overloading this function should first count the number of records they will write, then add the return value of this function to get the total number of records.
Reimplemented from dimeTableEntry.
| int16 dimeLayerTable::getColorNumber | ( | void | ) | const |
Returns the color number.
| const char * dimeLayerTable::getLayerName | ( | void | ) | const |
Returns the layer name.
| bool dimeLayerTable::handleRecord | ( | const int | groupcode, | |
| const dimeParam & | param, | |||
| dimeMemHandler *const | memhandler | |||
| ) | [protected, virtual] |
Must be overloaded by entities that directly supports a record type. During dimeRecordHolder::read(), dimeRecordHolder::setRecord and dimeRecordHolder::setRecords, this function is called for every record found, and it is up to the subclass if the record should be stored internally, or if a generic record should be created and stored in this superclass. A subclass should return when it will handle the record, false otherwise. Default function does nothing, and returns false.
For entities, records with group codes 8 (layer name) and 62 (color number) are automatically handled by the dimeEntity class.
Reimplemented from dimeTableEntry.
| bool dimeLayerTable::read | ( | dimeInput *const | in | ) | [virtual] |
Reads records from in until the separator groupcode (specified in constructor) is found. Can be overloaded by subclasses, but in most cases this will not be necessary as dimeRecordHolder::handleRecord() is called for each record found in the stream.
Reimplemented from dimeTableEntry.
| void dimeLayerTable::registerLayer | ( | dimeModel * | model | ) |
Should be called _once_ after you've finished setting up your layer (name and color number). Calling this method more than once for a layer might lead to hard-to-find bugs. After calling this method, the layer information (color number) will be available to entities using this layer.
| void dimeLayerTable::setColorNumber | ( | const int16 | colnum | ) |
Sets the color number.
| void dimeLayerTable::setLayerName | ( | const char * | name, | |
| dimeMemHandler *const | memhandler | |||
| ) |
Sets the layer name.
| int dimeLayerTable::typeId | ( | ) | const [virtual] |
Must be implemented by all subclasses, and should return an unique id for that class.
Implements dimeTableEntry.
| bool dimeLayerTable::write | ( | dimeOutput *const | out | ) | [virtual] |
Will write the records to file.
Reimplemented from dimeTableEntry.
Copyright © 1998-2005 by Systems in Motion AS. All rights reserved.
Generated on Tue Dec 2 23:27:14 2008 for DIME by Doxygen. 1.4.7