15 #include "dxfLayerMap.h" 39 DXFLayer *layer = dxffile->new_layer(name);
40 (*this)[name] = layer;
This represents a "layer" as read from the DXF file.
DXFLayer * get_layer(const string &name, DXFFile *dxffile)
Looks up the layer name in the map, and returns a pointer to the associated DXFLayer.
A generic DXF-reading class.