g4tools
5.4.0
|
Public Member Functions | |
sf_vec4f () | |
sf_vec4f (const vec4f &a_v) | |
virtual | ~sf_vec4f () |
sf_vec4f (const sf_vec4f &a_from) | |
sf_vec4f & | operator= (const sf_vec4f &a_from) |
sf_vec4f & | operator+= (const vec4f &a_value) |
void | set_value (float a_0, float a_1, float a_2, float a_3) |
Public Member Functions inherited from tools::sg::sf_vec< vec4f, 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 vec4f &a_value) | |
sf_vec (const sf_vec &a_from) | |
virtual | ~sf_vec () |
sf_vec & | operator= (const sf_vec &a_from) |
sf_vec & | operator= (const vec4f &a_value) |
sf_vec & | operator+= (const vec4f &a_value) |
Public Member Functions inherited from tools::sg::bsf< vec4f > | |
bsf (const vec4f &a_value) | |
bsf (const bsf &a_from) | |
virtual | ~bsf () |
bsf & | operator= (const bsf &a_from) |
bsf & | operator= (const vec4f &a_value) |
bool | operator== (const bsf &a_from) const |
bool | operator== (const vec4f &a_value) const |
bool | operator!= (const bsf &a_from) const |
bool | operator!= (const vec4f &a_value) const |
operator const vec4f & () const | |
operator vec4f () | |
vec4f & | value () |
const vec4f & | value () const |
void | value (const vec4f &a_value) |
void | value_no_cmp (const vec4f &a_value) |
void | setValue (const vec4f &a_value) |
const vec4f & | 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< vec4f, float > | |
static const std::string & | s_class () |
Static Public Member Functions inherited from tools::sg::bsf< vec4f > | |
static const std::string & | s_class () |
Protected Member Functions inherited from tools::sg::bsf< vec4f > | |
bsf () | |
Protected Member Functions inherited from tools::sg::field | |
field () | |
field (const field &) | |
field & | operator= (const field &) |
Protected Attributes inherited from tools::sg::bsf< vec4f > | |
vec4f | m_value |
Protected Attributes inherited from tools::sg::field | |
bool | m_touched |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |