#include <SoView2DVoxelValue.h>

Public Member Functions | |
| SoView2DVoxelValue () | |
| Constructor. | |
| bool | evalEvent (SoView2D *view2d, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase) |
| reimplemented from SoView2DExtension | |
Static Public Member Functions | |
| static void | initClass () |
| inventor runtime type system | |
Public Attributes | |
| SoSFVec3f | voxelPosition |
| the current voxel position | |
| SoSFVec3f | worldPosition |
| the current world position | |
| SoSFVec3f | integerPosition |
| the current voxel position rounded to integer | |
| SoSFFloat | storedValue |
| the real value that is stored in the image | |
| SoSFFloat | outputValue |
| the medical adjusted image value | |
| SoSFInt32 | maxPrecision |
| SoSFString | storedValueString |
| SoSFString | outputValueString |
Definition at line 26 of file SoView2DVoxelValue.h.
| SoView2DVoxelValue::SoView2DVoxelValue | ( | ) |
Constructor.
| bool SoView2DVoxelValue::evalEvent | ( | SoView2D * | view2d, | |
| View2DSliceList * | slicelist, | |||
| View2DEvent * | ec, | |||
| View2DEventPhase | phase | |||
| ) | [virtual] |
| static void SoView2DVoxelValue::initClass | ( | ) | [static] |
| SoSFVec3f SoView2DVoxelValue::integerPosition |
| SoSFInt32 SoView2DVoxelValue::maxPrecision |
Definition at line 45 of file SoView2DVoxelValue.h.
| SoSFFloat SoView2DVoxelValue::outputValue |
| SoSFString SoView2DVoxelValue::outputValueString |
Definition at line 47 of file SoView2DVoxelValue.h.
| SoSFFloat SoView2DVoxelValue::storedValue |
| SoSFString SoView2DVoxelValue::storedValueString |
Definition at line 46 of file SoView2DVoxelValue.h.
| SoSFVec3f SoView2DVoxelValue::voxelPosition |
| SoSFVec3f SoView2DVoxelValue::worldPosition |
1.5.8