#include <WWWInline.hh>
Public Member Functions | |
WWWInline () | |
void | setName (string name) |
string | name () const |
void | setBboxSize (SFVec3f bboxSize) |
SFVec3f | bboxSize () const |
void | setBboxCenter (SFVec3f bboxCenter) |
SFVec3f | bboxCenter () const |
virtual void | setAttribute (Attribute *A) |
Private Attributes | |
string | m_name |
SFVec3f | m_bboxSize |
SFVec3f | m_bboxCenter |
vrml1::WWWInline::WWWInline | ( | ) |
void vrml1::WWWInline::setName | ( | string | name | ) |
Reimplemented from vrml1::Node.
string vrml1::WWWInline::name | ( | ) | const |
void vrml1::WWWInline::setBboxSize | ( | SFVec3f | bboxSize | ) |
SFVec3f vrml1::WWWInline::bboxSize | ( | ) | const |
void vrml1::WWWInline::setBboxCenter | ( | SFVec3f | bboxCenter | ) |
SFVec3f vrml1::WWWInline::bboxCenter | ( | ) | const |
void vrml1::WWWInline::setAttribute | ( | Attribute * | A | ) | [virtual] |
Reimplemented from vrml1::Node.
string vrml1::WWWInline::m_name [private] |
SFVec3f vrml1::WWWInline::m_bboxSize [private] |
SFVec3f vrml1::WWWInline::m_bboxCenter [private] |