|
| | visible_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) |
| |
| virtual | ~visible_action () |
| |
| | visible_action (const visible_action &a_from) |
| |
| visible_action & | operator= (const visible_action &a_from) |
| |
| void | reset () |
| |
| void | increment () |
| |
| unsigned int | count () 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 12 of file visible_action.
◆ visible_action() [1/2]
| tools::sg::visible_action::visible_action |
( |
std::ostream & |
a_out, |
|
|
unsigned int |
a_ww, |
|
|
unsigned int |
a_wh |
|
) |
| |
|
inline |
◆ ~visible_action()
| virtual tools::sg::visible_action::~visible_action |
( |
| ) |
|
|
inlinevirtual |
◆ visible_action() [2/2]
| tools::sg::visible_action::visible_action |
( |
const visible_action & |
a_from | ) |
|
|
inline |
◆ count()
| unsigned int tools::sg::visible_action::count |
( |
| ) |
const |
|
inline |
◆ increment()
| void tools::sg::visible_action::increment |
( |
| ) |
|
|
inline |
◆ operator=()
◆ reset()
| void tools::sg::visible_action::reset |
( |
| ) |
|
|
inline |
◆ m_count
| unsigned int tools::sg::visible_action::m_count |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/visible_action