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

This module reads a matrix from file. More...

Inheritance diagram for ReadMatrix:
GenericReader< MatrixHandle >

Public Member Functions

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

Protected Member Functions

virtual bool call_importer (const std::string &filename, MatrixHandle &fHandle)
 

Protected Attributes

GuiString gui_types_
 
GuiString gui_filetype_
 
- Protected Attributes inherited from GenericReader< MatrixHandle >
GuiFilename gui_filename_
 
GuiString gui_from_env_
 
time_t old_filemodification_
 
bool importing_
 

Detailed Description

This module reads a matrix from file.

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

Constructor & Destructor Documentation

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

Member Function Documentation

bool call_importer ( const std::string &  filename,
MatrixHandle fHandle 
)
protectedvirtual

Reimplemented from GenericReader< MatrixHandle >.

void execute ( )
virtual

Reimplemented from GenericReader< MatrixHandle >.

Member Data Documentation

GuiString gui_filetype_
protected
GuiString gui_types_
protected

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