15 #ifndef DXFTOEGGCONVERTER_H 16 #define DXFTOEGGCONVERTER_H 18 #include "pandatoolbase.h" 20 #include "somethingToEggConverter.h" 43 virtual DXFLayer *new_layer(
const string &name);
44 virtual void done_entity();
This represents a "layer" as read from the DXF file.
virtual string get_name() const
Returns the English name of the file type this converter supports.
virtual bool supports_compressed() const
Returns true if this file type can transparently load compressed files (with a .pz extension)...
A generic DXF-reading class.
The name of a file, such as a texture file or an Egg file.
virtual string get_extension() const
Returns the common extension of the file type this converter supports.
virtual bool convert_file(const Filename &filename)
Handles the reading of the input file and converting it to egg.
virtual SomethingToEggConverter * make_copy()
Allocates and returns a new copy of the converter.
This is a base class for a family of converter classes that manage a conversion from some file type t...
This class supervises the construction of an EggData structure from a DXF file.