SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
MatlabFiles_Plugin.cc File Reference
#include <Core/ImportExport/Matrix/MatrixIEPlugin.h>
#include <Core/ImportExport/Field/FieldIEPlugin.h>
#include <Core/ImportExport/Nrrd/NrrdIEPlugin.h>
#include <Core/Matlab/matlabfile.h>
#include <Core/Matlab/matlabarray.h>
#include <Core/Matlab/matlabconverter.h>

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

MatrixHandle MatlabMatrix_reader (ProgressReporter *pr, const char *filename)
 
bool MatlabMatrix_writer (ProgressReporter *pr, MatrixHandle mh, const char *filename)
 
NrrdDataHandle MatlabNrrd_reader (ProgressReporter *pr, const char *filename)
 
bool MatlabNrrd_writer (ProgressReporter *pr, NrrdDataHandle mh, const char *filename)
 
FieldHandle MatlabField_reader (ProgressReporter *pr, const char *filename)
 
bool MatlabField_writer (ProgressReporter *pr, FieldHandle mh, const char *filename)