|
http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
The SoCoordinate3 class is a node for providing coordinates to shape nodes.When encountering nodes of this type during traversal, the coordinates it contains will be put on the state stack for later use by shape nodes of types which needs coordinate sets (like SoFaceSet nodes or SoPointSet nodes). More...
#include <Inventor/nodes/SoCoordinate3.h>
Public Member Functions | |
| SoCoordinate3 (void) | |
| virtual void | doAction (SoAction *action) |
| virtual void | GLRender (SoGLRenderAction *action) |
| virtual void | callback (SoCallbackAction *action) |
| virtual void | getBoundingBox (SoGetBoundingBoxAction *action) |
| virtual void | pick (SoPickAction *action) |
| virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
Static Public Member Functions | |
| static void | initClass (void) |
| Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. | |
Public Attributes | |
| SoMFVec3f | point |
Protected Member Functions | |
| virtual | ~SoCoordinate3 () |
The SoCoordinate3 class is a node for providing coordinates to shape nodes.
When encountering nodes of this type during traversal, the coordinates it contains will be put on the state stack for later use by shape nodes of types which needs coordinate sets (like SoFaceSet nodes or SoPointSet nodes).
Note that an SoCoordinate3 node will replace the coordinates already present in the state (if any).
FILE FORMAT/DEFAULTS:
Coordinate3 {
point 0 0 0
}
| SoCoordinate3::SoCoordinate3 | ( | void | ) |
Constructor.
| SoCoordinate3::~SoCoordinate3 | ( | ) | [protected, virtual] |
Destructor.
Coordinate set of 3D points.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Mon Nov 7 20:01:56 2011 for Coin by Doxygen 1.6.3.