18 #include "pandatoolbase.h" This is our own Panda specialization on the default STL map.
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.
A map of string (layer name) to DXFLayer: that is, the layers of a file ordered by name...