#include <SoView2DDeformationGridView.h>

Public Member Functions | |
| SoView2DDeformationGridView (void) | |
| Creates a detail viewer for voxels. | |
| virtual void | draw (View2DSliceList *dsl, View2DSlice *dslice, int slice) |
Virtual method called by the SoView2D node. | |
Static Public Member Functions | |
| static void | initClass (void) |
| Initialization function of this class. | |
Public Attributes | |
Parameter fields. | |
| SoSFUInt32 | stepWidth |
| Step width between shown vectors. | |
| SoSFColor | gridColor |
| The grid color. | |
| SoSFColor | gridPointColor |
| The grid color. | |
| SoSFBool | drawGridPoints |
| Optional drawing of the center points. | |
| SoSFUInt32 | gridPointSegments |
| The number of grid point segments. | |
| SoSFFloat | gridPointSize |
| The scale of the grid points. | |
| SoSFBool | gridPointAbsoluteSize |
| Draw absolute grid point size? | |
Include base class from which we typically derive our new extension. SoView2DExtension for detailed voxel viewing.
Definition at line 43 of file SoView2DDeformationGridView.h.
| SoView2DDeformationGridView::SoView2DDeformationGridView | ( | void | ) |
Creates a detail viewer for voxels.
| virtual void SoView2DDeformationGridView::draw | ( | View2DSliceList * | dsl, | |
| View2DSlice * | dslice, | |||
| int | slice | |||
| ) | [virtual] |
Virtual method called by the SoView2D node.
It is called for each slices drawn in each viewer. dsl is the View2DSliceList, the list containing all information of all slices handled by the viewer. dslice is the slice currently drawn and slice the the number of the currently drawn slice.
Reimplemented from SoView2DExtension.
| static void SoView2DDeformationGridView::initClass | ( | void | ) | [static] |
Initialization function of this class.
It implements the registration of this class in the runtime type system of open Inventor and other user stuff e.g. activation of other Inventor classes (events, actions, elements) needed in this class.
Reimplemented from SoView2DExtension.
| SoSFColor SoView2DDeformationGridView::gridColor |
| SoSFUInt32 SoView2DDeformationGridView::stepWidth |
1.5.8