TuttleOFX
1
|
#include <CTLPlugin.hpp>
Data Fields | |
EParamChooseInput | _inputType |
std::vector< std::string > | _paths |
std::string | _module |
std::string | _code |
Definition at line 13 of file CTLPlugin.hpp.
std::string tuttle::plugin::ctl::CTLProcessParams< Scalar >::_code |
Definition at line 18 of file CTLPlugin.hpp.
EParamChooseInput tuttle::plugin::ctl::CTLProcessParams< Scalar >::_inputType |
Definition at line 15 of file CTLPlugin.hpp.
Referenced by tuttle::plugin::ctl::CTLPlugin::getProcessParams().
std::string tuttle::plugin::ctl::CTLProcessParams< Scalar >::_module |
Definition at line 17 of file CTLPlugin.hpp.
std::vector<std::string> tuttle::plugin::ctl::CTLProcessParams< Scalar >::_paths |
Definition at line 16 of file CTLPlugin.hpp.