Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for PointSet:
Public Methods | |
PointSet (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~PointSet () throw () |
Destructor. | |
virtual void | updateModified (NodePath &path, int flags=0x003) |
Propagate the bvolume dirty flag from children to parents. | |
virtual bool | isModified () const |
Determine whether the node has been modified. | |
virtual Viewer::Object | insertGeometry (Viewer &viewer, VrmlRenderContext context) |
Insert this geometry into viewer's display list. | |
virtual const BVolume * | getBVolume () const |
Get the bounding volume. | |
Private Methods | |
void | processSet_color (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_color eventIn handler. | |
void | processSet_coord (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_coord eventIn handler. | |
void | recalcBSphere () |
Recalculate the bounding volume. | |
Private Attributes | |
SFNode | color |
color exposedField. | |
SFNode | coord |
coord exposedField. | |
BSphere | bsphere |
Bounding volume. | |
Friends | |
class | PointSetClass |
Class object for PointSet instances. |
|
Constructor.
|
|
Destructor.
|
|
Get the bounding volume.
Reimplemented from Node. |
|
Insert this geometry into
Implements GeometryNode. |
|
Determine whether the node has been modified.
Reimplemented from Node. |
|
set_color eventIn handler.
|
|
set_coord eventIn handler.
|
|
Recalculate the bounding volume.
|
|
Propagate the bvolume dirty flag from children to parents.
Reimplemented from Node. |
|
Class object for PointSet instances.
|
|
Bounding volume.
|
|
color exposedField.
|
|
coord exposedField.
|