Vespucci  1.0.0
Vespucci::External::FileInterprocess Class Reference

#include <fileinterprocess.h>

Public Slots

void ProcessFinished ()
 

Public Member Functions

 FileInterprocess (const arma::field< std::string > invar_names, const arma::field< arma::mat > invars, const arma::field< std::string > outvar_names)
 
 ~FileInterprocess ()
 
arma::field< arma::mat > outvars ()
 
int RunR (const std::string &script, const QString &R_HOME)
 
int RunOctave (const std::string &script)
 

Detailed Description

Definition at line 7 of file fileinterprocess.h.

Constructor & Destructor Documentation

Vespucci::External::FileInterprocess::FileInterprocess ( const arma::field< std::string >  invar_names,
const arma::field< arma::mat >  invars,
const arma::field< std::string >  outvar_names 
)

Definition at line 7 of file fileinterprocess.cpp.

Vespucci::External::FileInterprocess::~FileInterprocess ( )

Definition at line 19 of file fileinterprocess.cpp.

Member Function Documentation

arma::field< arma::mat > Vespucci::External::FileInterprocess::outvars ( )

Definition at line 24 of file fileinterprocess.cpp.

void Vespucci::External::FileInterprocess::ProcessFinished ( )
slot

Definition at line 87 of file fileinterprocess.cpp.

int Vespucci::External::FileInterprocess::RunOctave ( const std::string &  script)

Definition at line 51 of file fileinterprocess.cpp.

int Vespucci::External::FileInterprocess::RunR ( const std::string &  script,
const QString &  R_HOME 
)

Definition at line 29 of file fileinterprocess.cpp.


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