PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is our own Panda specialization on the default STL map.
This represents a "layer" as read from the DXF file.
A generic DXF-reading class.
DXFLayer * get_layer(const std::string &name, DXFFile *dxffile)
Looks up the layer name in the map, and returns a pointer to the associated DXFLayer.
A map of string (layer name) to DXFLayer: that is, the layers of a file ordered by name.