SBIFileExporter Class Reference

This class is the base class for exporters.

Constructors and destructors

virtual ~SBIFileExporter ()
 

User interface

virtual std::string getFilter () const
 Returns the filter, e.g. "Protein Data Bank (*.pdb)" (Qt format)
 
virtual std::string getExtension () const
 Returns the extension, e.g. "pdb".
 
SBGFileExporter * getPropertyDialog () const
 Returns the property dialog of the exporter.
 
void setPropertyDialog (SBGFileExporter *g)
 Sets the property dialog of the exporter.
 

Exporting functions

virtual bool exportToFile (const SBNodeIndexer &nodeIndexer, const std::string &fileName, const SBList< std::string > *parameters=0)