GPLIB++
|
#include <IsoJointConf.h>
Public Member Functions | |
void | GetData (std::ifstream &instream) |
IsoJointConf () | |
virtual | ~IsoJointConf () |
Public Attributes | |
bool | verbose |
std::string | outputbase |
double | poisson |
bool | usevrefmodel |
std::string | vrefmodel |
std::vector< double > | thickbase |
std::vector< double > | thickstep |
std::vector< int > | thicksizes |
std::vector< double > | resbase |
std::vector< double > | resstep |
std::vector< int > | ressizes |
std::vector< double > | svelbase |
std::vector< double > | svelstep |
std::vector< int > | svelsizes |
std::vector< double > | weights |
Definition at line 19 of file IsoJointConf.h.
gplib::IsoJointConf::IsoJointConf | ( | ) |
Definition at line 22 of file IsoJointConf.cpp.
|
virtual |
Definition at line 27 of file IsoJointConf.cpp.
void gplib::IsoJointConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 31 of file IsoJointConf.cpp.
Referenced by main().
std::string gplib::IsoJointConf::outputbase |
Definition at line 23 of file IsoJointConf.h.
Referenced by main().
double gplib::IsoJointConf::poisson |
Definition at line 24 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::resbase |
Definition at line 30 of file IsoJointConf.h.
Referenced by main().
std::vector<int> gplib::IsoJointConf::ressizes |
Definition at line 32 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::resstep |
Definition at line 31 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::svelbase |
Definition at line 33 of file IsoJointConf.h.
Referenced by main().
std::vector<int> gplib::IsoJointConf::svelsizes |
Definition at line 35 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::svelstep |
Definition at line 34 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::thickbase |
Definition at line 27 of file IsoJointConf.h.
Referenced by main().
std::vector<int> gplib::IsoJointConf::thicksizes |
Definition at line 29 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::thickstep |
Definition at line 28 of file IsoJointConf.h.
Referenced by main().
bool gplib::IsoJointConf::usevrefmodel |
Definition at line 25 of file IsoJointConf.h.
Referenced by main().
bool gplib::IsoJointConf::verbose |
Definition at line 22 of file IsoJointConf.h.
Referenced by main().
std::string gplib::IsoJointConf::vrefmodel |
Definition at line 26 of file IsoJointConf.h.
Referenced by main().
std::vector<double> gplib::IsoJointConf::weights |
Definition at line 36 of file IsoJointConf.h.
Referenced by main().