... More...
#include <export_matlab_integrator.hpp>
Public Member Functions | |
returnValue | configure (const uint firstOrder, const uint online, const uint debugMode, const uint timingCalls, const uint numStages) |
ExportMatlabIntegrator (const std::string &_templateName, const std::string &_fileName, const std::string &_commonHeaderName="", const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16, const std::string &_commentString="") | |
ExportMatlabIntegrator (const ExportMatlabIntegrator &arg) | |
ExportMatlabIntegrator & | operator= (const ExportMatlabIntegrator &arg) |
virtual | ~ExportMatlabIntegrator () |
ExportMatlabIntegrator::ExportMatlabIntegrator | ( | const std::string & | _templateName, |
const std::string & | _fileName, | ||
const std::string & | _commonHeaderName = "" , |
||
const std::string & | _realString = "real_t" , |
||
const std::string & | _intString = "int" , |
||
int | _precision = 16 , |
||
const std::string & | _commentString = "" |
||
) |
Default constructor.
[in] | _templateName | Name of a template. |
[in] | _fileName | Name of exported file. |
[in] | _commonHeaderName | Name of common header file to be included. |
[in] | _realString | std::string to be used to declare real variables. |
[in] | _intString | std::string to be used to declare integer variables. |
[in] | _precision | Number of digits to be used for exporting real values. |
[in] | _commentString | std::string to be used for exporting comments. |
Definition at line 46 of file export_matlab_integrator.cpp.
Copy constructor (deep copy).
[in] | arg | Right-hand side object. |
Definition at line 57 of file export_matlab_integrator.cpp.
ExportMatlabIntegrator::~ExportMatlabIntegrator | ( | ) | [virtual] |
Destructor.
Definition at line 62 of file export_matlab_integrator.cpp.
returnValue ExportMatlabIntegrator::configure | ( | const uint | firstOrder, |
const uint | online, | ||
const uint | debugMode, | ||
const uint | timingCalls, | ||
const uint | numStages | ||
) |
Configure the template
Definition at line 77 of file export_matlab_integrator.cpp.
ExportMatlabIntegrator & ExportMatlabIntegrator::operator= | ( | const ExportMatlabIntegrator & | arg | ) |
Assignment operator (deep copy).
[in] | arg | Right-hand side object. |
Definition at line 66 of file export_matlab_integrator.cpp.