Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
collision_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~collision_node () throw () |
Destroy. | |
virtual bool | modified () const |
Determine whether the node has been modified. | |
Private Attributes | |
exposedfield< sfbool > | collide_ |
collide exposedField. | |
sfnode | proxy_ |
proxy field. | |
sftime | collide_time_ |
collideTime eventOut. | |
sftime_emitter | collide_time_emitter_ |
collideTime eventOut. | |
Friends | |
class | collision_class |
Class object for Collision nodes. |
openvrml::vrml97_node::collision_node::collision_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) |
Construct.
type | the node_type associated with the node instance. | |
scope | the scope to which the node belongs. |
openvrml::vrml97_node::collision_node::~collision_node | ( | ) | throw () [virtual] |
Destroy.
bool openvrml::vrml97_node::collision_node::modified | ( | ) | const [virtual] |
Determine whether the node has been modified.
true
if the node or one of its children has been modified, false
otherwise. Reimplemented from openvrml::vrml97_node::group_node.
openvrml::vrml97_node::collision_node::collision_class [friend] |
Class object for Collision nodes.
collide exposedField.
proxy field.
collideTime eventOut.
collideTime eventOut.