SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GenericWriter< HType > Class Template Reference

#include <GenericWriter.h>

Inheritance diagram for GenericWriter< HType >:

Public Member Functions

 GenericWriter (const std::string &name, GuiContext *ctx, const std::string &category, const std::string &package)
 
virtual ~GenericWriter ()
 
virtual void execute ()
 

Protected Member Functions

virtual bool overwrite ()
 
virtual bool call_exporter (const std::string &filename)
 

Protected Attributes

HType handle_
 
GuiFilename filename_
 
GuiString filetype_
 
GuiInt confirm_
 
GuiInt confirm_once_
 
bool exporting_
 

Constructor & Destructor Documentation

GenericWriter ( const std::string &  name,
GuiContext *  ctx,
const std::string &  category,
const std::string &  package 
)
virtual ~GenericWriter ( )
inlinevirtual

Member Function Documentation

bool call_exporter ( const std::string &  filename)
protectedvirtual
void execute ( )
virtual
bool overwrite ( )
protectedvirtual

Member Data Documentation

GuiInt confirm_
protected
GuiInt confirm_once_
protected
bool exporting_
protected
GuiFilename filename_
protected
GuiString filetype_
protected
HType handle_
protected

The documentation for this class was generated from the following file: