|
| get_matrix_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~get_matrix_action () |
|
| get_matrix_action (const get_matrix_action &a_from) |
|
get_matrix_action & | operator= (const get_matrix_action &a_from) |
|
void | reset () |
|
void | set_found_model (const mat4f &a_m) |
|
const mat4f & | found_model () const |
|
void | set_done (bool a_value) |
|
bool | done () const |
|
void | set_node (sg::node *a_v) |
|
sg::node * | node () const |
|
| matrix_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~matrix_action () |
|
| matrix_action (const matrix_action &a_from) |
|
matrix_action & | operator= (const matrix_action &a_from) |
|
void | push_matrices () |
|
void | pop_matrices () |
|
mat4f & | projection_matrix () |
|
mat4f & | model_matrix () |
|
bool | end () const |
|
int | cur () const |
|
bool | project_point (float &a_x, float &a_y, float &a_z, float &a_w) |
|
void | model_point (float &a_x, float &a_y, float &a_z, float &a_w) |
|
void | projected_origin (float &a_x, float &a_y, float &a_z) |
|
| win_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~win_action () |
|
unsigned int | ww () const |
|
unsigned int | wh () const |
|
virtual void * | cast (const std::string &a_class) const |
|
virtual const std::string & | s_cls () const =0 |
|
| action (std::ostream &a_out) |
|
virtual | ~action () |
|
std::ostream & | out () const |
|
| states (unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~states () |
|
const sg::state & | state () const |
|
sg::state & | state () |
|
void | pop_state () |
|
void | push_state () |
|
void | save_state (const sg::state &a_state) |
|
const sg::state & | saved_state () const |
|
sg::state & | saved_state () |
|
Definition at line 17 of file get_matrix_action.
◆ get_matrix_action() [1/2]
tools::sg::get_matrix_action::get_matrix_action |
( |
std::ostream & |
a_out, |
|
|
unsigned int |
a_ww, |
|
|
unsigned int |
a_wh |
|
) |
| |
|
inline |
◆ ~get_matrix_action()
virtual tools::sg::get_matrix_action::~get_matrix_action |
( |
| ) |
|
|
inlinevirtual |
◆ get_matrix_action() [2/2]
◆ done()
bool tools::sg::get_matrix_action::done |
( |
| ) |
const |
|
inline |
◆ found_model()
const mat4f& tools::sg::get_matrix_action::found_model |
( |
| ) |
const |
|
inline |
◆ node()
sg::node* tools::sg::get_matrix_action::node |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ reset()
void tools::sg::get_matrix_action::reset |
( |
| ) |
|
|
inline |
◆ set_done()
void tools::sg::get_matrix_action::set_done |
( |
bool |
a_value | ) |
|
|
inline |
◆ set_found_model()
void tools::sg::get_matrix_action::set_found_model |
( |
const mat4f & |
a_m | ) |
|
|
inline |
◆ set_node()
void tools::sg::get_matrix_action::set_node |
( |
sg::node * |
a_v | ) |
|
|
inline |
◆ m_done
bool tools::sg::get_matrix_action::m_done |
|
protected |
◆ m_found_model
mat4f tools::sg::get_matrix_action::m_found_model |
|
protected |
◆ m_node
sg::node* tools::sg::get_matrix_action::m_node |
|
protected |
The documentation for this class was generated from the following file: