#include <FiletoPolyFactory.h>
Public Member Functions | |
FiletoPolyFactory () | |
Ctor. | |
FiletoPoly * | newSource (const char *filename) |
Produce a FiletoPoly object based upon the given file. | |
void | DebugOn () |
Set debbugging to on. | |
void | DebugOff () |
Set debbugging to off. | |
unsigned int | GetDebug () const |
Give the debugging state. |
Definition at line 16 of file FiletoPolyFactory.h.
FiletoPolyFactory::FiletoPolyFactory | ( | ) |
Ctor.
FiletoPoly* FiletoPolyFactory::newSource | ( | const char * | filename | ) |
Produce a FiletoPoly object based upon the given file.
filename | The file to use as the data source. |
void FiletoPolyFactory::DebugOn | ( | ) |
Set debbugging to on.
void FiletoPolyFactory::DebugOff | ( | ) |
Set debbugging to off.
unsigned int FiletoPolyFactory::GetDebug | ( | ) | const |
Give the debugging state.