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
WriteMatrix Class Reference

This module writes a matrix to file. More...

Inheritance diagram for WriteMatrix:
GenericWriter< MatrixHandle >

Public Member Functions

 WriteMatrix (GuiContext *ctx)
 
virtual ~WriteMatrix ()
 
virtual void execute ()
 
- Public Member Functions inherited from GenericWriter< MatrixHandle >
 GenericWriter (const std::string &name, GuiContext *ctx, const std::string &category, const std::string &package)
 
virtual ~GenericWriter ()
 

Protected Member Functions

virtual bool call_exporter (const std::string &filename)
 
- Protected Member Functions inherited from GenericWriter< MatrixHandle >
virtual bool overwrite ()
 

Protected Attributes

GuiString gui_types_
 
GuiString gui_exporttype_
 
GuiInt split_
 
- Protected Attributes inherited from GenericWriter< MatrixHandle >
MatrixHandle handle_
 
GuiFilename filename_
 
GuiString filetype_
 
GuiInt confirm_
 
GuiInt confirm_once_
 
bool exporting_
 

Detailed Description

This module writes a matrix to file.

(a SCIRun .mat file and various other file formats using a plugin system).

Constructor & Destructor Documentation

WriteMatrix ( GuiContext *  ctx)
virtual ~WriteMatrix ( )
inlinevirtual

Member Function Documentation

bool call_exporter ( const std::string &  filename)
protectedvirtual

Reimplemented from GenericWriter< MatrixHandle >.

void execute ( )
virtual

Reimplemented from GenericWriter< MatrixHandle >.

Member Data Documentation

GuiString gui_exporttype_
protected
GuiString gui_types_
protected
GuiInt split_
protected

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