#include <stroke_converter_base.h>
Definition at line 36 of file stroke_converter_base.h.
seed_converter::StrokeConverter::StrokeConverter |
( |
| ) |
|
seed_converter::StrokeConverter::~StrokeConverter |
( |
| ) |
|
virtual void seed_converter::StrokeConverter::Angle2Stroke |
( |
std::vector< int16_t > & |
_strokes, |
|
|
const std::vector< double > & |
_angles |
|
) |
| |
|
pure virtual |
void seed_converter::StrokeConverter::makeInvTable |
( |
std::vector< StrokeMap > & |
_inv_table, |
|
|
const std::vector< StrokeMap > & |
_table |
|
) |
| |
|
protected |
bool seed_converter::StrokeConverter::makeTable |
( |
std::vector< StrokeMap > & |
_table, |
|
|
const std::string |
_file_name |
|
) |
| |
|
protected |
virtual void seed_converter::StrokeConverter::makeTables |
( |
| ) |
|
|
pure virtual |
float seed_converter::StrokeConverter::setAngleToStroke |
( |
const float |
_angle, |
|
|
const std::vector< StrokeMap > & |
_table |
|
) |
| |
|
protected |
seed_converter::DiffJoint seed_converter::StrokeConverter::setDualAngleToStroke |
( |
const float |
_r_angle, |
|
|
const float |
_p_angle, |
|
|
const std::vector< StrokeMap > & |
_r_table, |
|
|
const std::vector< StrokeMap > & |
_p_table, |
|
|
const bool |
_is_pitch = false |
|
) |
| |
|
protected |
float seed_converter::StrokeConverter::setStrokeToAngle |
( |
const float |
_stroke, |
|
|
const std::vector< StrokeMap > & |
_inv_table |
|
) |
| |
|
protected |
virtual void seed_converter::StrokeConverter::Stroke2Angle |
( |
std::vector< double > & |
_angles, |
|
|
const std::vector< int16_t > & |
_strokes |
|
) |
| |
|
pure virtual |
std::string seed_converter::StrokeConverter::file_path_ |
|
protected |
The documentation for this class was generated from the following files: