| VHTK::ComposedScalarVolume | This filter composes two or more scalar image volumes |
| VHTK::ComposedScalarVolume::SFImage | SFImage is overridden to update the value |
| VHTK::ConstantFunction | The constant function is a transfer function that simply returns a constant value for any input |
| VHTK::GradientKernel | This class is primarily used by other parts of the toolkit and should generally not be accessed directly |
| VHTK::IsoSurface | IsoSurface creates an isosurface from the specified volume |
| VHTK::LocalInfo | A node providing local position information |
| VHTK::MagnitudeExtractorField | This is a scalar volume that represents the magnitude of a property in another volume |
| VHTK::MagnitudeFilter | This filter extracts the magnitude of some feature of a scalar or vector image |
| VHTK::ManipImageLoader | This is a manipulating image loader |
| VHTK::NelderMeadSolver | This is a general case volume haptics solver based on the numerical Nelder-Mead/Amoeba/Simplex method |
| VHTK::NewtonSolver | This is a general case volume haptics solver based on the numerical Newton method |
| VHTK::OrthogonalConstraintsSolver | This is a volume haptics solver that takes care of the special case where all primitives produce orthogonal constraints |
| VHTK::PiecewiseFunction | A piecewise linear transfer function implementation |
| VHTK::primitive | Haptic primitive |
| VHTK::PrimitivesMode | This haptic mode renders haptic primitives from specified parameters, i e position, primitive type, strength and orientation |
| VHTK::SampledFunction | A sampled transfer function implementation |
| VHTK::SampledScalarVolume | This node provides sampling, resampling and conversion capabilities |
| VHTK::SampledScalarVolume::SFImage | SFImage is overridden to update the value |
| VHTK::ScalarCompositionFilter | This filter composes two or more scalar image volumes |
| VHTK::ScalarConstantField | An analythical scalar field providing a constant value |
| VHTK::ScalarElectroPotentialField | An analythical vector volume simulating the electropotential field generated from a number of source singularities distributed in space |
| VHTK::ScalarGradientForceMode | The scalar gradient force mode generates a force based on the gradient vector direction and the material property of the volume |
| VHTK::ScalarImageFilter | A helper class that aids the implementation of image volume filter nodes |
| VHTK::ScalarImageObjectVolume | The ScalarImageObjectVolume uses any node that implements the H3DImageObject interface to use the data from that image |
| VHTK::ScalarImageObjectVolume::SFImageObject | The SFImageObject class contains an H3DImageObject and maintains a route from the contained object's image field to the image field of the ScalarImageObjectVolume it resides in |
| VHTK::ScalarSurfaceFrictionMode | The scalar surface friction mode generates surfaces with friction from a scalar volume |
| VHTK::ScalarViscosityMode | The scalar viscosity mode generates viscosity throughout a scalar volume |
| VHTK::ScalarVolume | The ScalarVolume node defines an scalar field by specifying an image file and loaders to read this file |
| VHTK::ScalarVolume::SFImage | SFImage is overridden to update the value from the url and imageLoader fields of the ScalarVolume |
| VHTK::ScalarVolumeSwitch::SFImage | The switching image |
| VHTK::state | The state of the volume haptics loop |
| VHTK::StreamRibbons | Creates stream ribbons from a vector volume |
| VHTK::StreamTubes | Creates stream tubes from a vector volume |
| VHTK::Texture3DVolume | Samples a scalar property of an unsampled data node into a 3D texture that can be used with the volume renderer |
| VHTK::Texture3DVolume::SFImage | The image class of this texture |
| VHTK::VectorConstantField | This is an analythical vector volume providing a constant value |
| VHTK::VectorElectroPotentialField | An analythical vector volume simulating the electropotential field generated from a number of source singularities distributed in space |
| VHTK::VectorFollowMode | The vector follow-mode give a tube like feeling when moving the haptic instrument through a vector field |
| VHTK::VectorForceMode | The vector force mode adds a force in the direction of the vector |
| VHTK::VectorFrontShapeMode | This mode uses the vector field to represent a flow front surface that gives a haptic representation of how the vectors fluctuates over a cross section of the flow |
| VHTK::VectorImageObjectVolume | The VectorImageObjectVolume uses any node that implements the H3DImageObject interface to use the data from that image |
| VHTK::VectorImageObjectVolume::SFImageObject | The SFImageObject class contains an H3DImageObject and maintains a route from the contained object's image field to the image field of the VectorImageObjectVolume it resides in |
| VHTK::VectorVolume | The VectorVolume node defines an vector field by specifying an image file and loaders to read this file |
| VHTK::VectorVolume::SFImage | SFImage is overridden to update the value from the url and imageLoader fields of the VectorVolume |
| VHTK::VectorVolumeSwitch::SFImage | The switching image |
| VHTK::VectorVortexForceMode | This mode provides a force pushing the haptic instrument towards the core of vortices in vector data |
| VHTK::VectorVortexMode | The vector vortex-mode give a tube like feeling from the vorticity in vector fields |
| VHTK::VHTKDataNode | This is the abstract base class for all nodes containing data in the Volume Haptics Toolkit(VHTK) |
| VHTK::VHTKHapticModeNode | The haptic mode provides primitives to the volume haptics generator (VolumeHaptics) |
| VHTK::VHTKPrimitivesSolverNode | This is the base type for a solver that determines the new position for the proxy point from a list of haptic primitives |
| VHTK::VHTKScalarDataNode | This is the abstract base class for all nodes containing scalar data in the Volume Haptics Toolkit(VHTK) |
| VHTK::VHTKScalarFieldNode | The abstract base for all analytical scalar fields |
| VHTK::VHTKScalarImageNode | This is the abstract base class nodes that contains an Image object that specifies the scalar field |
| VHTK::VHTKScalarImageNode::SFImage | The SFImage class is specialized to hold a separate reference for use by the haptics loop in order for Image objects not be deleted in the scenegraph loop while still being used in the haptics loop |
| VHTK::VHTKScalarModeNode | The abstract base class for all VHTKHapticModeNode classes that use a scalar volume as input data |
| VHTK::VHTKTransferFunctionNode | The base type for all transfer functions |
| VHTK::VHTKVectorDataNode | This is the abstract base class for all nodes containing vector data in the Volume Haptics Toolkit(VHTK) |
| VHTK::VHTKVectorFieldNode | The abstract base for all analytical vector fields |
| VHTK::VHTKVectorImageNode | This is the abstract base class nodes that contains an Image object the specifies the vector field |
| VHTK::VHTKVectorImageNode::SFImage | The SFImage class is specialized to hold a separate reference for use by the haptics loop in order for Image objects not be deleted in the scenegraph loop while still being used in the haptics loop |
| VHTK::VHTKVectorModeNode | The abstract base class for all VHTKHapticModeNode classes that use a vector volume as input data |
| VHTK::VolumeHaptics | The VolumeHaptics node takes care of generating haptic feedback from any number of haptic modes (VHTKHapticModeNode) for volumetric data |
| VHTK::VolumeHapticsEffect | The force effect generating the volume haptic feedback |
| VHTK::VolumeProbe | Utility to probe the values of scalar and vector volumes |
| VHTK::VolumeRenderer | The volume renderer node visually renders a 3D texture |
| VHTK::WindowFunction | The window function is a transfer function controlled through level, width and gamma |
1.4.5