| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for IndexedFaceSet:

Public Methods | |
| IndexedFaceSet (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~IndexedFaceSet () throw () |
| Destructor. | |
| virtual bool | isModified () const |
| Determine whether the node has been modified. | |
| virtual void | updateModified (NodePath &path, int flags=0x003) |
| Propagate the bvolume dirty flag from children to parents. | |
| 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_normal (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_normal eventIn handler. | |
| void | processSet_normalIndex (const FieldValue &mfint32, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_normalIndex eventIn handler. | |
| void | processSet_texCoord (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_texCoord eventIn handler. | |
| void | processSet_texCoordIndex (const FieldValue &mfint32, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_texCoordIndex eventIn handler. | |
| void | recalcBSphere () |
| Recalculate the bounding volume. | |
Private Attributes | |
| SFBool | ccw |
| SFBool | convex |
| SFFloat | creaseAngle |
| SFNode | normal |
| MFInt32 | normalIndex |
| SFBool | normalPerVertex |
| SFBool | solid |
| SFNode | texCoord |
| MFInt32 | texCoordIndex |
| BSphere | bsphere |
Friends | |
| class | IndexedFaceSetClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Get the bounding volume.
Reimplemented from Node. |
|
||||||||||||
|
Insert this geometry into
Implements GeometryNode. |
|
|
Determine whether the node has been modified.
Reimplemented from AbstractIndexedSet. |
|
||||||||||||
|
set_normal eventIn handler.
|
|
||||||||||||
|
set_normalIndex eventIn handler.
|
|
||||||||||||
|
set_texCoord eventIn handler.
|
|
||||||||||||
|
set_texCoordIndex eventIn handler.
|
|
|
Recalculate the bounding volume.
|
|
||||||||||||
|
Propagate the bvolume dirty flag from children to parents.
Reimplemented from AbstractIndexedSet. |