#include <SoView2DHint.h>
Public Member Functions | |
| SoView2DHint () | |
| Constructor. | |
Static Public Member Functions | |
| static void | initClass () |
| Initializes this class. | |
Public Attributes | |
| SoSFBool | renderSlices3D |
| render the 2D slices in 3D | |
| SoSFBool | renderExtensions3D |
| render the 2D extensions in 3D | |
Protected Member Functions | |
| virtual void | doAction (SoAction *action) |
| virtual void | GLRender (SoGLRenderAction *action) |
| virtual void | callback (SoCallbackAction *action) |
| virtual void | handleEvent (SoHandleEventAction *action) |
| virtual void | getMatrix (SoGetMatrixAction *action) |
| virtual void | getBoundingBox (SoGetBoundingBoxAction *action) |
| virtual void | pick (SoPickAction *action) |
| virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
Definition at line 25 of file SoView2DHint.h.
| SoView2DHint::SoView2DHint | ( | ) |
Constructor.
| virtual void SoView2DHint::callback | ( | SoCallbackAction * | action | ) | [protected, virtual] |
| virtual void SoView2DHint::doAction | ( | SoAction * | action | ) | [protected, virtual] |
| virtual void SoView2DHint::getBoundingBox | ( | SoGetBoundingBoxAction * | action | ) | [protected, virtual] |
| virtual void SoView2DHint::getMatrix | ( | SoGetMatrixAction * | action | ) | [protected, virtual] |
| virtual void SoView2DHint::getPrimitiveCount | ( | SoGetPrimitiveCountAction * | action | ) | [protected, virtual] |
| virtual void SoView2DHint::GLRender | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
| virtual void SoView2DHint::handleEvent | ( | SoHandleEventAction * | action | ) | [protected, virtual] |
| static void SoView2DHint::initClass | ( | ) | [static] |
Initializes this class.
| virtual void SoView2DHint::pick | ( | SoPickAction * | action | ) | [protected, virtual] |
| SoSFBool SoView2DHint::renderExtensions3D |
| SoSFBool SoView2DHint::renderSlices3D |
1.5.8