g4tools
5.4.0
|
Public Member Functions | |
sf_vec2f () | |
sf_vec2f (const vec2f &a_v) | |
virtual | ~sf_vec2f () |
sf_vec2f (const sf_vec2f &a_from) | |
sf_vec2f & | operator= (const sf_vec2f &a_from) |
sf_vec2f & | operator+= (const vec2f &a_value) |
void | setValue (const vec2f &a_v) |
void | setValue (float a_0, float a_1) |
Public Member Functions inherited from tools::sg::sf_vec< vec2f, float > | |
virtual void * | cast (const std::string &a_class) const |
virtual const std::string & | s_cls () const |
virtual bool | write (io::iwbuf &a_buffer) |
virtual bool | read (io::irbuf &a_buffer) |
virtual bool | dump (std::ostream &a_out) |
virtual bool | s_value (std::string &a_s) const |
virtual bool | s2value (const std::string &a_s) |
sf_vec () | |
sf_vec (const vec2f &a_value) | |
sf_vec (const sf_vec &a_from) | |
virtual | ~sf_vec () |
sf_vec & | operator= (const sf_vec &a_from) |
sf_vec & | operator= (const vec2f &a_value) |
sf_vec & | operator+= (const vec2f &a_value) |
Public Member Functions inherited from tools::sg::bsf< vec2f > | |
bsf (const vec2f &a_value) | |
bsf (const bsf &a_from) | |
virtual | ~bsf () |
bsf & | operator= (const bsf &a_from) |
bsf & | operator= (const vec2f &a_value) |
bool | operator== (const bsf &a_from) const |
bool | operator== (const vec2f &a_value) const |
bool | operator!= (const bsf &a_from) const |
bool | operator!= (const vec2f &a_value) const |
operator const vec2f & () const | |
operator vec2f () | |
vec2f & | value () |
const vec2f & | value () const |
void | value (const vec2f &a_value) |
void | value_no_cmp (const vec2f &a_value) |
void | setValue (const vec2f &a_value) |
const vec2f & | getValue () const |
Public Member Functions inherited from tools::sg::field | |
virtual const std::string & | s_cls () const =0 |
virtual | ~field () |
void | touch () |
bool | touched () const |
void | reset_touched () |
Additional Inherited Members | |
Static Public Member Functions inherited from tools::sg::sf_vec< vec2f, float > | |
static const std::string & | s_class () |
Static Public Member Functions inherited from tools::sg::bsf< vec2f > | |
static const std::string & | s_class () |
Protected Member Functions inherited from tools::sg::bsf< vec2f > | |
bsf () | |
Protected Member Functions inherited from tools::sg::field | |
field () | |
field (const field &) | |
field & | operator= (const field &) |
Protected Attributes inherited from tools::sg::bsf< vec2f > | |
vec2f | m_value |
Protected Attributes inherited from tools::sg::field | |
bool | m_touched |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |