Definition at line 16 of file sf_rotf.
◆ sf_rotf() [1/3]
tools::sg::sf_rotf::sf_rotf |
( |
| ) |
|
|
inline |
◆ sf_rotf() [2/3]
tools::sg::sf_rotf::sf_rotf |
( |
const rotf & |
a_value | ) |
|
|
inline |
◆ ~sf_rotf()
virtual tools::sg::sf_rotf::~sf_rotf |
( |
| ) |
|
|
inlinevirtual |
◆ sf_rotf() [3/3]
tools::sg::sf_rotf::sf_rotf |
( |
const sf_rotf & |
a_from | ) |
|
|
inline |
◆ dump()
virtual bool tools::sg::sf_rotf::dump |
( |
std::ostream & |
| ) |
|
|
inlinevirtual |
◆ operator=() [1/2]
sf_rotf& tools::sg::sf_rotf::operator= |
( |
const rotf & |
a_value | ) |
|
|
inline |
◆ operator=() [2/2]
◆ read()
virtual bool tools::sg::sf_rotf::read |
( |
io::irbuf & |
a_buffer | ) |
|
|
inlinevirtual |
Implements tools::sg::field.
Definition at line 24 of file sf_rotf.
28 if(!a_buffer.read_vec(n,v))
return false;
32 mem::decrement(s_new().c_str());
36 for(
uint32 index=0;index<n;index++) vec[index] = v[index];
39 mem::decrement(s_new().c_str());
◆ s2value()
virtual bool tools::sg::sf_rotf::s2value |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
◆ s_value()
virtual bool tools::sg::sf_rotf::s_value |
( |
std::string & |
a_s | ) |
const |
|
inlinevirtual |
◆ setValue() [1/2]
void tools::sg::sf_rotf::setValue |
( |
const rotf & |
a_value | ) |
|
|
inline |
◆ setValue() [2/2]
void tools::sg::sf_rotf::setValue |
( |
const vec3f & |
a_axis, |
|
|
float |
a_angle |
|
) |
| |
|
inline |
Definition at line 65 of file sf_rotf.
66 value(rotf(a_axis,a_angle));
◆ write()
virtual bool tools::sg::sf_rotf::write |
( |
io::iwbuf & |
a_buffer | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/sf_rotf