#include <Inventor/VRMLnodes/SoVRMLGeometry.h>
Inheritance diagram for SoVRMLGeometry:
Public Member Functions | |
virtual void | search (SoSearchAction *action) |
virtual void | copyContents (const SoFieldContainer *from, SbBool copyConn) |
Static Public Member Functions | |
void | initClass (void) |
Protected Member Functions | |
SoVRMLGeometry (void) | |
virtual | ~SoVRMLGeometry () |
void | setupShapeHints (SoState *state, const SbBool ccw, const SbBool solid) |
virtual SbBool | shouldGLRender (SoGLRenderAction *action) |
virtual SoChildList * | getChildren (void) const |
virtual void | notify (SoNotList *list) |
|
Constructor. |
|
Destructor. |
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoShape. Reimplemented in SoVRMLBox, SoVRMLCone, SoVRMLCylinder, SoVRMLElevationGrid, SoVRMLExtrusion, SoVRMLIndexedFaceSet, SoVRMLIndexedLine, SoVRMLIndexedLineSet, SoVRMLIndexedShape, SoVRMLPointSet, SoVRMLSphere, SoVRMLText, SoVRMLVertexLine, SoVRMLVertexPoint, and SoVRMLVertexShape. |
|
Action method for SoSearchAction. Compares the search criteria from the action to see if this node is a match. Searching is done by matching up all criteria set up in the SoSearchAction -- if any of the requested criteria is a miss, the search is not deemed successful for the node.
Reimplemented from SoNode. |
|
Makes a deep copy of all data of from into this instance, except external scenegraph references if copyconnections is This is the protected method that should be overridden by extension node / engine / dragger / whatever subclasses which needs to account for internal data that are not handled automatically. Note that for simply copying e.g. a node from application code, it should be sufficient to do:
Make sure that when you override the copyContents() method in your extension class that you also make it call upwards to it's parent superclass in the inheritance hierarchy, as copyContents() in for instance SoNode and SoFieldContainer does important work. It should go something like this:
Reimplemented from SoNode. |
|
Convenience method that updates the shape hints element. |
|
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. Reimplemented from SoShape. Reimplemented in SoVRMLVertexLine, SoVRMLVertexPoint, and SoVRMLVertexShape. |
|
Returns list of children for this node. Reimplemented from SoNode. Reimplemented in SoVRMLText. |
|
Notifies all auditors for this instance when changes are made. Reimplemented from SoShape. Reimplemented in SoVRMLElevationGrid, SoVRMLExtrusion, SoVRMLIndexedLine, SoVRMLIndexedShape, SoVRMLText, SoVRMLVertexLine, SoVRMLVertexPoint, and SoVRMLVertexShape. |