|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
| CdimeArray< T > | The dimeArray class is internal / private |
| CdimeArray< char > | |
| CdimeArray< class dimeLayer *> | |
| CdimeArray< class dimeRecord *> | |
| CdimeArray< class dimeSection *> | |
| CdimeArray< dimeBlock *> | |
| CdimeArray< dimeClass *> | |
| CdimeArray< dimeEntity *> | |
| CdimeArray< dimeObject *> | |
| CdimeArray< dimeRecord *> | |
| CdimeArray< dimeTable *> | |
| CdimeArray< dimeTableEntry *> | |
| CdimeArray< dimeVec3f > | |
| CdimeArray< int > | |
| CdimeArray< void *> | |
| ▼CdimeBase | Superclass for most classes in Dime |
| ▼CdimeRecord | Superclass of all record classes |
| CdimeDoubleRecord | Container class for double records |
| CdimeFloatRecord | Container class for float records |
| CdimeInt16Record | Container class for 16-bit integer records |
| CdimeInt32Record | Container class for 32-bit integer records |
| CdimeInt8Record | Container class for 8-bit integer records |
| ▼CdimeStringRecord | Container class for string records |
| CdimeHexRecord | Container class for hex records |
| ▼CdimeRecordHolder | Superclass for objects that store records |
| ▼CdimeClass | Superclass for all the class classes |
| CdimeUnknownClass | Reads and writes undefined classes |
| ▼CdimeEntity | Superclass of all entity classes |
| CdimeBlock | Handles a BLOCK entity |
| ▼CdimeExtrusionEntity | Superclass of all entity classes with extrusion data |
| CdimeArc | Handles an ARC entity |
| CdimeCircle | Handles a CIRCLE entity |
| CdimeEllipse | Handles an ELLIPSE entity |
| CdimeLine | Handles a LINE entity |
| CdimeLWPolyline | Handles an LWPOLYLINE entity |
| CdimePoint | Handles a POINT entity |
| CdimePolyline | Handles a POLYLINE entity |
| CdimeText | Handles a Text entity |
| ▼CdimeFaceEntity | Abstract class that handles one-face entity classes |
| Cdime3DFace | Handles a 3DFACE entity |
| CdimeSolid | Handles a SOLID entity |
| CdimeTrace | Handles a TRACE entity |
| CdimeInsert | Handles an INSERT entity |
| CdimeSpline | Handles a SPLINE entity |
| CdimeUnknownEntity | Reads and writes undefined entity classes |
| CdimeVertex | Handles a VERTEX entity |
| ▼CdimeObject | Superclass for the object classes |
| CdimeUnknownObject | Reads and writes undefined objects |
| ▼CdimeTableEntry | Superclass for all table classes |
| CdimeLayerTable | Reads and writes LAYER tables |
| CdimeUCSTable | Reads and writes UCS tables |
| CdimeUnknownTable | Reads and writes undefined tables |
| ▼CdimeSection | Superclass for all section classes |
| CdimeBlocksSection | Handles a BLOCKS section |
| CdimeClassesSection | Handles a CLASSES section |
| CdimeEntitiesSection | Handles an ENTITIES section |
| CdimeHeaderSection | Handles the HEADER section |
| CdimeObjectsSection | The dimeObjectsSection object handles an OBJECTS section |
| CdimeTablesSection | Handles a TABLES section |
| CdimeUnknownSection | Used to support unknown sections |
| CdimeTable | Stores table entries |
| CdimeBox | |
| CdimeBSPTree | Simple BSP tree implementation |
| CdimeDict | Internal / private |
| CdimeDictEntry | Internal / private |
| CdimeInput | Offers transparent file I/O for DXF and DXB |
| CdimeLayer | Handles layers |
| CdimeMatrix | For containing and operating on a four-by-four matrix |
| CdimeMemHandler | Special-purpose memory manager |
| CdimeModel | Organizes a model |
| CdimeOutput | Handles writing of DXF and DXB files |
| CdimeParam | Union of the different parameter types |
| CdimeState | Manages various state variables while the model is traversed |
| CdimeVec2f | For containing and operating on a 2D vector / coordinate |
| CdimeVec3f | For containing and operating on a 3D vector / coordinate |
| CdxfConverter | Offers a simple interface for dxf converting. It makes it possible to extract all geometry from dxf files, and store it in internal geometry sturctures, which again can be exported as vrml |
| CdxfLayerData | Handles all geometry for a given color index. DXF geometry is grouped into different colors, as this is a normal way to group geometry data, and especially vrml data |
| CdxfLineSegment | Handles lines with width and/or height. This class support several connected line segments. The line segments will then be converted to a continous mesh, without cracks, as specified in the DXF specification |