Class List
Here are the classes, structs, unions and interfaces with brief descriptions:| AboutBox | |
| AbstractSerializable | AbstractSerializable is a marker interface to prevent instance creation using the defaults constructor during deserialization process for abstract classes |
| Action | An Action can be executed by a Property when a Condition is met |
| AggregationMetaData | |
| AggregationMetaDataContainer | |
| AnalyzeVolumeReader | |
| AnimatedProcessor | This class manages all animations for one processor |
| Animation | Mainclass to create an animation |
| AnimationEditor | Global Container for all Animation specific Widgets |
| AnimationExportWidget | This Class creates a widget for Animation to Video or Screencapture |
| AnimationObserver | Abstract class for an observer of the animationclass |
| AnimationState | Class to organize all animationsettings to a certain processornetwork |
| AnnotationGrammar | |
| AnnotationLexer | |
| AnnotationNode | |
| AnnotationNodeTypes | |
| AnnotationParser | |
| AnnotationTagName | |
| AnnotationTags | |
| AnnotationTagValues | |
| AnnotationTerminals | |
| AnnotationToken | |
| AnnotationVisitor | |
| ArithmeticExpression | |
| Background | Adds a background to the image |
| BalancedBrickResolutionCalculator | This class calculates balanced resolutions for the bricks |
| BaseModule | |
| BasicFloatInterpolation | This class offers a set of basic interpolation functions for float-values |
| BasicIntInterpolation | This class offers a set of basic interpolation functions for int-values |
| BezierPatch | A bezier surface with arbitrary dimensions |
| BinaryExpression | |
| BinaryImageProcessor | |
| BinaryOperatorCondition< T, S > | |
| Bitmap< T > | Template class representing a bitmap |
| BoolEndInterpolationFunction | This class offers an interpolation function for bool-values |
| BoolMetaData | Holds a single boolean value to be stored as serialization meta data |
| BoolProperty | |
| BoolPropertyWidget | |
| BoolStartEndInterpolationFunction | This class offers an interpolation function for bool-values |
| BoolStartInterpolationFunction | This class offers an interpolation function for bool-values |
| BoundingBoxRenderer | Draws bounding box around the data set |
| BoxBrickingRegion | This class defines a box inside the volume |
| BoxObject | The BoxObject is a variant type |
| Brick | Struct Brick |
| Brick | A Brick holds a certain amount of data at a certain position in a larger volume |
| BrickedVolume | BrickedVolumes are used when rendering large volumes with bricking |
| BrickedVolumeGL | BrickedVolumeGls are used when rendering large volumes with bricking |
| BrickedVolumeReader | |
| BrickedVolumeWriter | This writer writes a bricked volume into a single file |
| BrickingInformation | This struct holds all the information needed during the different steps of bricking |
| BrickingManager< T > | The BrickingManager is the central organizer for bricking |
| BrickingRegion | This class defines a region inside a bricked volume and returns all bricks inside it |
| BrickingRegionManager | This class manages the BrickingRegions |
| BrickLodSelector | This class is the superclass to all classes that implement the selection of lods (level of details) for the VolumeBricks |
| BrickResolutionCalculator | This class is the superclass to all classes that implement the calculation of the brick resolutions used in the bricking of large volumes |
| Buffer | |
| ButtonProperty | |
| ButtonPropertyWidget | |
| Cache< T > | Class for loading, storing and finding cached objects |
| CacheBase | This class hold all functions and member which are common to all derived cache classes and do not depend on the concretely cached objects and are therefore independed from template parameters |
| CacheIndex | Class for managing files for cache entries and storing/loading a database-like representation into/from a XML-file 'cacheindex.xml' |
| CacheObject< S > | Wrapper class to manage deletion of objects which have been loaded by the cache and which therefore need to be deleted by the cache |
| CacheObject< int > | Specialized template currently used by RenderTargetCache |
| Call1ParMemberAction< T, P > | This Action can call a member function of an Object with signature void mem(P param) |
| CallMemberAction< T > | This Action can call a member function of an Object with signature void mem() |
| CameraCatmullRomInterpolationFunction | |
| CameraCubicSplineInterpolationFunction | |
| CameraEndInterpolationFunction | |
| CameraInteractionHandler | Interaction handler for camera interactions providing two navigation modes: trackball and first-person |
| CameraLinearInterpolationFunction | |
| CameraLodSelector | This class assigns the levels of detail based on the distance of the VolumeBricks to the current camera position |
| CameraPositionRenderer | |
| CameraProperty | Property encapsulating a tgt::Camera object |
| CameraPropertyTimelineState | Special implementation of the timeline for tgt::Camera*-property because of the fact that the template-variable is a pointer |
| CameraPropertyWidget | |
| CameraSphericalLinearInterpolationFunction | |
| CameraSquadInterpolationFunction | |
| CameraStartEndInterpolationFunction | |
| CameraStartInterpolationFunction | |
| CameraWidget | |
| Canny | |
| CanvasRenderer | A CanvasRenderer is a terminating element in a network |
| CanvasRendererWidget | |
| ChangeAction | Handles the ChangeListener issues to inform PropertyLinks about value changes if the set-function was called |
| ChangeData | This class encapsulates property values that has changed |
| ChoiceListComboBox | |
| ClickableColorLabel | |
| ClickableLabel | |
| ClippingPlaneWidget | Renders 3D control elements to manipulate axis-aligned clipping planes |
| ClockProcessor | A Processor class which performs clocking by generating TimeEvents which are handled by the processor itself |
| ClVersion | Specifies the version of the OpenCL implementation |
| CmpVqVectors< T_i, S_i > | |
| CodeEdit | |
| colComp | |
| ColorDepth | Performs a color filtering which encodes depth information |
| ColorLuminancePicker | A widget that allows the user to selected a luminance for a given color |
| ColorPicker | A widget that allows the user to select a color |
| ColorProperty | |
| ColorPropertyWidget | |
| Command | A command is a functionality which can be called via commandline on program startup |
| Command_Benchmark | This command is used for toggling a benchmark in the application |
| Command_Height | This command is used for setting a height |
| Command_LoadDatasetMultiple | This command is used for loading a dataset file |
| Command_LoadDatasetSingle | This command is used for loading a dataset file |
| Command_LoadNetworkMultiple | This command is used for loading a network file but can be called multiple times It simply calls the SingleCommandOneArgument ctor and sets the values: name = --network shortName = -n parameterList = <network file> |
| Command_LoadNetworkSingle | This command is used for loading a network file |
| Command_LoadSegmentation | This command is used for loading a segmentation |
| Command_LoadTransferFunction | This command is used for loading a transfer function |
| Command_LogFile | This command is used for pointing out a logfile for writing |
| Command_LogLevel | Sets the loglevel to one of the values "debug, warning, info, error or fatal" and writes this back to the passed pointer |
| Command_Size | This command is used for setting a size |
| Command_Width | This command is used for setting a width |
| CommandlineParser | |
| CommandQueue | |
| Compositor | Composites the the images at the two inports using the selected blending method |
| Condition | A Condition can check any Condition and trigger Actions if the condition is met |
| ConditionalDirective | |
| ConnectedComponents2D | Detects connected components in a 2D image and luminance-codes the assigned labels in a 16 bit output image |
| ConnectedComponents3D | Detects connected components in a volume data set and intensity-codes the assigned labels in a 16 bit output volume of the same dimensions |
| ConnectedComponentsModule | |
| ConsolePlugin | |
| ConstantToken | |
| Context | |
| ContextProperty | |
| Convolution | |
| CoordinateTransformation | |
| CoProcessorPort | |
| CPURaycaster | Performs a simple raycasting on the CPU |
| CubeMeshProxyGeometry | Provides a cube mesh proxy geometry with axis-aligned clipping |
| CubeProxyGeometry | Provides a simple cube proxy with clipping |
| CurrentFrameGraphicsItem | |
| CurvatureRaycaster | |
| Curve2D | Superclass for 2-dimensional space curves: f(t) = ( x(t), y(t) ) |
| Curve2DPolynomial | Implementation of Curve2D |
| Curve3D | Superclass for 3-dimensional space curves |
| Curve3DPolynomial | Implementation of Curve3D |
| CustomLabel | |
| DatVolumeReader | Reader for .dat files |
| DatVolumeWriter | Writes the volume into a .dat and a .raw file |
| DefineDirective | |
| DefinedOperator | |
| DepthDarkening | Performs depth darkening as presented by Luft et al |
| DepthPeelingProcessor | Implementation of the 'Order-Independent Transparency' approach by Cass Everitt |
| Device | |
| DicomDirDialog | Dicom-Dir main dialog |
| DicomSecurityOptions | Security options for a Dicom network connection |
| DicomSeriesInfo | Attributes of a Dicom series |
| DicomVolumeReader | Loader for Dicom datasets |
| Dilation | Performs a dilation operation with fixed 3x3 kernel size |
| DistanceMeasure | |
| DoubleSlider | DoubleSlider is a QWidget providing two sliders on one ridge to define a range |
| DoubleSliderSpinBoxWidget | |
| DownloadThread | The dicom download runs in this thread while the gui thread refreshes the progressdialog |
| ECGframe | |
| EdgeDetect | Performs an edge detection |
| EEPGeometryIntegrator | |
| EllMatrix< T > | |
| EntryComparator | Functor used to sort the CacheIndexEntry objects in ascending order via std::priority_queue taking pointers |
| EntryExitPoints | Calculates the entry and exit points for GPU raycasting |
| EqualCondition< T > | |
| Erosion | Performs an erosion operation with fixed 3x3 kernel size |
| ErrorDirective | |
| ErrorLodSelector | The level of detail selector assigns a level of detail to the VolumeBricks based on the error of their low resolution bricks compared to their high resolution versions |
| ErrorStruct | A structure holding information about how to best improve the LOD of a brick |
| Event | |
| EventProperty< T > | EventProperties are the usual way of accessing user-generated events in Voreen |
| EventPropertyBase | Abstract, non-template base class of EventProperty |
| EventPropertyWidget | |
| ExpandableHeaderButton | |
| ExplosionCompositor | Composites the partial renderings of an exploded view |
| ExplosionProxyGeometry | Provides a ray casting proxy geometry that can be sectioned into bricks for exploded views |
| Expression | |
| ExpressionList | |
| ExtensionDirective | |
| FaceGeometry | Represents a face geometry containing a list of vertex geometries |
| Fade | Performs a fading |
| FileDialogProperty | |
| FileDialogPropertyWidget | |
| FirstHitBitmap | A specialization of Bitmap for first hit positions |
| FirstPersonNavigation | A class that makes it possible to navigate freely through datasets like in first-person games |
| FloatCatmullRomInterpolationFunction | This class offers an interpolation function for float-values |
| FloatEndInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInCircInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInCubicInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInExponentInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutCircInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutCubicInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutExponentInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutQuadInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutQuartInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutQuintInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInOutSineInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInQuadInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInQuartInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInQuintInterpolationFunction | This class offers an interpolation function for float-values |
| FloatInSineInterpolationFunction | This class offers an interpolation function for float-values |
| FloatLinearInterpolationFunction | This class offers an interpolation function for float-values |
| FloatMat2Property | |
| FloatMat2PropertyWidget | |
| FloatMat3Property | |
| FloatMat3PropertyWidget | |
| FloatMat4Property | |
| FloatMat4PropertyWidget | |
| FloatMetaData | Holds a single float value to be stored as serialization meta data |
| FloatOutCircInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutCubicInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutExponentInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInCircInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInCubicInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInExponentInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInQuadInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInQuartInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInQuintInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutInSineInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutQuadInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutQuartInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutQuintInterpolationFunction | This class offers an interpolation function for float-values |
| FloatOutSineInterpolationFunction | This class offers an interpolation function for float-values |
| FloatProperty | |
| FloatPropertyWidget | |
| FloatStartEndInterpolationFunction | This class offers an interpolation function for float-values |
| FloatStartInterpolationFunction | This class offers an interpolation function for float-values |
| FloatVec2Property | |
| FloatVec2PropertyWidget | |
| FloatVec3Property | |
| FloatVec3PropertyWidget | |
| FloatVec4Property | |
| FloatVec4PropertyWidget | |
| Flow2D | |
| Flow3D | |
| FlowMagnitudes3D | A volume pre-processor which takes a volume containing flow data for input and calculates an output volume containing only the flow magnitudes |
| FlowMath | |
| FlowOrthogonalSliceRenderer | |
| FlowreenModule | |
| FlowreenProcessor | |
| FlowStreamlinesTexture3D | |
| FlythroughNavigation | A class that makes it possible to use a trackball-metaphor to rotate a dataset |
| FormatClashException | Thrown when a VolumeReader or VolumeWriter was tried to register for an extension/extensions that has/have a handler/handlers |
| Gabor | |
| Gaussian | Performs a convolution with a Gaussian filter mask |
| GenericCoProcessorPort< T > | |
| GenericPort< T > | Template port class to store points to type T |
| GenericPortTypeCheck< T > | |
| GenericToken< T > | |
| Geometry | |
| GeometryProcessor | Renders GeometryRenderer objects |
| GeometryRenderer | Basic processor for rendering arbitrary geometry, simply taking a Geometry object through its inport und calling render() on it |
| GeometryRendererBase | Abstract base class for rendering Geometry onto images |
| GeometrySource | Reads a point list or point segment list from a text file and provides it as geometry through its outport |
| GLSLAnnotation | |
| GLSLArrayOperation | |
| GLSLAssignmentExpression | |
| GLSLBinaryExpression | |
| GLSLConditionalExpression | |
| GLSLDeclaration | |
| GLSLDeclarationList | |
| GLSLExpression | |
| GLSLExpressionList | |
| GLSLFieldDeclaration | |
| GLSLFieldSelection | |
| GLSLFunctionCall | |
| GLSLFunctionDeclaration | |
| GLSLGrammar | |
| GLSLHighlighter | |
| GLSLInterpolationQualifier | |
| GLSLLayoutQualifier | |
| GLSLLexer | |
| GLSLNode | |
| GLSLNodeTypes | |
| GLSLParameter | |
| GLSLParameterQualifier | |
| GLSLParenthesisExpression | |
| GLSLParser | |
| GLSLPostfixOperation | |
| GLSLPrecisionQualifier | |
| GLSLProgram | |
| GLSLQualifier | |
| GLSLRaycaster | Performs a simple single pass raycasting which can be modified by changing the shader property |
| GLSLStorageQualifier | |
| GLSLStructDeclaratorList | |
| GLSLStructSpecifier | |
| GLSLSymbol | |
| GLSLTerminals | |
| GLSLTypeQualifier | |
| GLSLTypeSpecifier | |
| GLSLUnaryExpression | |
| GLSLVariable | |
| GLSLVariableSymbol | |
| GLSLVisitor | |
| Grammar | |
| GrammarSymbol | |
| GraphNodeComparator | Comparator class allowing to compare the content of the passed GraphNode pointers instead of only comporing the pointers with each other |
| Grayscale | Simple color to grayscale image processor |
| GrayscaleCL | Simple color to grayscale image processor |
| GreaterCondition< T > | |
| GreaterEqualCondition< T > | |
| HalfAngleSlicer | |
| HelpBrowser | A simple HTML browser |
| highlightRule_s | |
| Histogram | Histogram base class |
| HistogramIntensity | 1D Intensity Histogram |
| HistogramIntensityGradient | 2D histogram using intensity and gradient length |
| HistogramPainter | This class draws a polygon that shows the histogram of a volume dataset |
| HistogramThread | Background thread for calculating a histogram |
| HPMCModule | |
| IdentifierList | |
| IDManager | IDManager class for picking |
| IDRaycaster | Writes color coded regions of a segmented dataset to the alpha channel of the rendering target |
| IfdefDirective | |
| IfDirective | |
| IfndefDirective | |
| ImageAbstraction | |
| ImageMasking | Masks the input by a mask color |
| ImageOverlay | Overlays an image on top of the rendering |
| ImageProcessor | Base class for fragment shader based post processors |
| ImageProcessorDepth | Base class for post processors that analyze the depth buffer |
| ImageSelector | Selects a single volume out of an input image sequence |
| ImageSequence | |
| ImageSequenceLoopFinalizer | Defines an image-processing loop in combination with ImageSequenceLoopInitiator |
| ImageSequenceLoopInitiator | Defines an image-processing loop in combination with ImageSequenceLoopFinalizer |
| ImageSequenceSource | Loads all image files from a directory and puts them out as ImageSequence containing one OpenGL texture per image |
| ImageSource | Loads an image file from disk and supplies it as rendering |
| ImageThreshold | Performs a thresholding |
| IncludeDirective | |
| InCondition< T > | |
| InputMappingDialog | |
| IntCatmullRomInterpolationFunction | This class offers an interpolation function for int-values |
| IntConstant | |
| IntEndInterpolationFunction | This class offers an interpolation function for int-values |
| IntensityMeasure | |
| InteractionHandler | Abstract base class for interaction handlers that can be attached to processors and react to user events |
| InteractionHandlerFactory | The InteractionHandlerFactory class is responsible for the creation of InteractionHandler objects during serialization process |
| InterfileVolumeReader | |
| InterpolationFunction< T > | This class represents an interpolation function between two values |
| InterpolationFunctionBase | This class is an non-templated interface for interpolation functions |
| InterpolationFunctionFactory< T > | Manages all possible interpolation functions for a given InterpolationFunction<T> |
| IntInCircInterpolationFunction | This class offers an interpolation function for int-values |
| IntInCubicInterpolationFunction | This class offers an interpolation function for int-values |
| IntInExponentInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutCircInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutCubicInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutExponentInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutQuadInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutQuartInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutQuintInterpolationFunction | This class offers an interpolation function for int-values |
| IntInOutSineInterpolationFunction | This class offers an interpolation function for int-values |
| IntInQuadInterpolationFunction | This class offers an interpolation function for int-values |
| IntInQuartInterpolationFunction | This class offers an interpolation function for int-values |
| IntInQuintInterpolationFunction | This class offers an interpolation function for int-values |
| IntInSineInterpolationFunction | This class offers an interpolation function for int-values |
| IntLinearInterpolationFunction | This class offers an interpolation function for int-values |
| IntMetaData | Holds a single int value to be stored as serialization meta data |
| IntOutCircInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutCubicInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutExponentInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInCircInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInCubicInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInExponentInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInQuadInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInQuartInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInQuintInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutInSineInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutQuadInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutQuartInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutQuintInterpolationFunction | This class offers an interpolation function for int-values |
| IntOutSineInterpolationFunction | This class offers an interpolation function for int-values |
| IntProperty | |
| IntPropertyWidget | |
| IntStartEndInterpolationFunction | This class offers an interpolation function for int-values |
| IntStartInterpolationFunction | This class offers an interpolation function for int-values |
| IntVec2Property | |
| IntVec2PropertyWidget | |
| IntVec3Property | |
| IntVec3PropertyWidget | |
| IntVec4Property | |
| IntVec4PropertyWidget | |
| IOProgress | Base class for GUI toolkit specific progress bars |
| IOProgressDialog | A class for a small dialog indicating the progress of loading a file by using a QProgressDialog |
| IsosurfaceExtractor | |
| ItemSet< T > | |
| IVec2EndInterpolationFunction | This class offers an interpolation function for ivec2-values |
| IVec2InCircInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InCubicInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InExponentInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutCircInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutCubicInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutExponentInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutQuadInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutQuartInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutQuintInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InOutSineInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InQuadInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InQuartInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InQuintInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2InSineInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2LinearInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutCircInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutCubicInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutExponentInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInCircInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInCubicInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInExponentInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInQuadInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInQuartInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInQuintInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutInSineInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutQuadInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutQuartInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutQuintInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2OutSineInterpolationFunction | This class offers an interpolation function for ivec2 |
| IVec2StartEndInterpolationFunction | This class offers an interpolation function for ivec2-values |
| IVec2StartInterpolationFunction | This class offers an interpolation function for ivec2-values |
| IVec3EndInterpolationFunction | This class offers an interpolation function for ivec3-values |
| IVec3InCircInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InCubicInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InExponentInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutCircInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutCubicInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutExponentInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutQuadInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutQuartInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutQuintInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InOutSineInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InQuadInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InQuartInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InQuintInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3InSineInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3LinearInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutCircInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutCubicInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutExponentInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInCircInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInCubicInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInExponentInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInQuadInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInQuartInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInQuintInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutInSineInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutQuadInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutQuartInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutQuintInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3OutSineInterpolationFunction | This class offers an interpolation function for ivec3 |
| IVec3StartEndInterpolationFunction | This class offers an interpolation function for ivec3-values |
| IVec3StartInterpolationFunction | This class offers an interpolation function for ivec3-values |
| IVec4EndInterpolationFunction | This class offers an interpolation function for ivec4-values |
| IVec4InCircInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InCubicInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InExponentInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutCircInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutCubicInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutExponentInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutQuadInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutQuartInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutQuintInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InOutSineInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InQuadInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InQuartInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InQuintInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4InSineInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4LinearInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutCircInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutCubicInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutExponentInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInCircInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInCubicInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInExponentInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInQuadInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInQuartInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInQuintInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutInSineInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutQuadInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutQuartInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutQuintInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4OutSineInterpolationFunction | This class offers an interpolation function for ivec4 |
| IVec4StartEndInterpolationFunction | This class offers an interpolation function for ivec4-values |
| IVec4StartInterpolationFunction | This class offers an interpolation function for ivec4-values |
| Kernel | |
| KeyDetectorWidget | |
| KeyframeGraphicsItem | QGraphicsItem representing a KeyFrame |
| KeyValueFactory | |
| Labeling | Performs an interactive illustration of the volume rendering |
| LabelingWidget | Abstraction layer for GUI access |
| LabelingWidgetQt | |
| LargeVolumeManager | This class is just a wrapper for the BrickingManager |
| LessCondition< T > | |
| LessEqualCondition< T > | |
| Lexer | |
| LightProperty | |
| LightPropertyWidget | |
| LightWidget | |
| LightWidgetRenderer | Draws a yellow sphere that indicates the position of the light source and can be moved |
| LineDirective | |
| LineEditResetWidget | |
| LinkEvaluatorBase | An object of this type is assigned to each PropertyLink, which uses it for the actual link execution |
| LinkEvaluatorBoolInvert | Propagates an inverted boolean value |
| LinkEvaluatorFactory | |
| LinkEvaluatorId | Propagates the unmodified source value to the destination property |
| LinkEvaluatorIdNormalized | Propagates the normalized source value to the destination property |
| LinkEvaluatorPython | Modifies the source value by an arbitrary Python scripts and assigns the result to the destination property |
| LinkingScriptManager | This class manages simple editing, loading and saving of python scripts used for Property Links /sa CodeEdit |
| LogicalBinaryExpression | |
| LogicalExpression | |
| LoopCompositor | |
| LoopPortTypeCheck | |
| LR0Item | [A -> B.C] |
| LR1Item | [A -> B.C, x] |
| Macro | |
| MarchingCubes< T > | |
| MarchingCubesRenderer | |
| Mat2EndInterpolationFunction | This class offers an interpolation function for mat2-values |
| Mat2InCircInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InCubicInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InExponentInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutCircInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutCubicInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutExponentInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutQuadInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutQuartInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutQuintInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InOutSineInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InQuadInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InQuartInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InQuintInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2InSineInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2LinearInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutCircInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutCubicInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutExponentInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInCircInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInCubicInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInExponentInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInQuadInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInQuartInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInQuintInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutInSineInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutQuadInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutQuartInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutQuintInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2OutSineInterpolationFunction | This class offers an interpolation function for mat2 |
| Mat2StartEndInterpolationFunction | This class offers an interpolation function for mat2-values |
| Mat2StartInterpolationFunction | This class offers an interpolation function for mat2-values |
| Mat3EndInterpolationFunction | This class offers an interpolation function for mat3-values |
| Mat3InCircInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InCubicInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InExponentInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutCircInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutCubicInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutExponentInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutQuadInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutQuartInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutQuintInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InOutSineInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InQuadInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InQuartInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InQuintInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3InSineInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3LinearInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutCircInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutCubicInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutExponentInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInCircInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInCubicInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInExponentInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInQuadInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInQuartInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInQuintInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutInSineInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutQuadInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutQuartInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutQuintInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3OutSineInterpolationFunction | This class offers an interpolation function for mat3 |
| Mat3StartEndInterpolationFunction | This class offers an interpolation function for mat3-values |
| Mat3StartInterpolationFunction | This class offers an interpolation function for mat3-values |
| Mat4EndInterpolationFunction | This class offers an interpolation function for mat4-values |
| Mat4InCircInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InCubicInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InExponentInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutCircInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutCubicInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutExponentInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutQuadInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutQuartInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutQuintInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InOutSineInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InQuadInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InQuartInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InQuintInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4InSineInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4LinearInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutCircInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutCubicInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutExponentInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInCircInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInCubicInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInExponentInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInQuadInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInQuartInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInQuintInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutInSineInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutQuadInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutQuartInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutQuintInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4OutSineInterpolationFunction | This class offers an interpolation function for mat4 |
| Mat4StartEndInterpolationFunction | This class offers an interpolation function for mat4-values |
| Mat4StartInterpolationFunction | This class offers an interpolation function for mat4-values |
| MatrixPropertyWidget | |
| MaximumBrickResolutionCalculator | This class calculates maximum resolutions for the bricks |
| Mean | Performs a mean filtering |
| Median | Performs a median filtering |
| MemoryObject | |
| MeshClipping | Provides clipping a list of mesh geometries against an arbitrarily oriented clipping plane |
| MeshClippingWidget | Renders 3D-control elements to manipulate an arbitrary oriented clipping plane using linking to propagate property changes to MeshClipping processors |
| MeshEntryExitPoints | Calculates the entry and exit points for GPU raycasting and stores them in textures |
| MeshGeometry | Represents a mesh geometry containing a list of face geometries |
| MeshListGeometry | Represents a mesh geometry containing a list of mesh geometries |
| MeshSlabClipping | Cuts a slab of arbitrary orientation and thickness out of the input MeshListGeometry by clipping it against two parallel planes |
| MetaDataBase | The MetaDataBase class is used to associate data from outside the core with core data for serialization and deserialization |
| MetaDataContainer | MetaDataContainer stores meta data |
| Modality | |
| ModifierDetectorWidget | |
| MultiplanarSliceRenderer | |
| MultipleCommand< T, U, V, W > | This class represents a command which can be called multiple times in a given commandline and can have 1-4 arguments of types T, U, V and U |
| MultipleCommandZeroArguments | This class represents a command with zero arguments which can be called multiple times in a given commandline |
| MultiPointInterpolationFunction< T > | |
| MultiScale | Performs a scaling |
| MultiSurfaceRenderer | |
| MultiVolumeProxyGeometry | Provides a cube mesh proxy geometry for multi-volume raycasting |
| MultiVolumeRaycaster | Performs a single-pass multi-volume raycasting of up to four volumes, providing several shading and compositing modes |
| MultiVolumeReader | Reader for simple text files (.mv) that specify multiple volume files to load, one file per line |
| MWheelNumPropInteractionHandler< T > | |
| NameChangeDialog | |
| NetworkConverter | This abstract class serves as the base of several incrementally working NetworkConverters |
| NetworkConverter4to5 | The NetworkConverter4to5 converts the serialized XML data for a version 4 ProcessorNetwork to XML data for a version 5 ProcessorNetwork |
| NetworkConverter5to6 | The NetworkConverter4to5 converts the serialized XML data for a version 4 ProcessorNetwork to XML data for a version 5 ProcessorNetwork |
| NetworkEvaluator | |
| NetworkGraph | Class for representing processor networks as directed graphs |
| NetworkSerializer | Serializes the data structure of processors to an XML file |
| NoAction | This Action does nothing |
| NodeChainInterpolationItem | |
| NodeChainItem | |
| NodeChainScene | |
| NodeChainView | |
| NonMinMaxSuppression | Performs a non-maximum suppression |
| NrrdVolumeReader | Reader for .nrrd volume files (nearly raw raster data) |
| NrrdVolumeWriter | Writer for .nrrd volume files (nearly raw raster data) |
| NumericProperty< T > | |
| NumericPropertyValidation< T > | |
| Observable< T > | Base class for Observable classes, takes care of relationship management between observers and observed objects |
| ObservableBase | Base class for Observable classes |
| Observer | Quite general implementation of the observer design pattern, takes care of relationship management between observers and observed objects |
| OpenCL | |
| OpenCLModule | |
| Option< T > | |
| OptionProperty< T > | Generic option property allowing the user to select one out of multiple options |
| OptionPropertyBase | Non-generic base type for option properties |
| OptionPropertyValidation< T > | |
| OptionPropertyWidget | |
| OrientationOverlay | Renders an orientation cube over the input rendering and optionally draws a tripod |
| OverviewView | The View for the Overviewwidget |
| OverviewWidget | Displays a timeline for global animationorientation and intuitiv framechanges |
| PackingBrick< T > | This class is used for the purpose of packing several bricks of (maybe downsampled) volume data into one volume |
| PackingBrickAssigner< T > | Assigns VolumeBricks to PackingBricks |
| ParenthesisExpression | |
| Parser | |
| ParserAction | |
| ParserActionAccept | |
| ParserActionError | |
| ParserActionReduce | |
| ParserActionTransition | |
| ParserSymbol | |
| ParserTable | |
| ParserTableRow | |
| ParseTreeNode | |
| ParseTreeVisitor | |
| PerformanceRecord | Holds profiling info for an object |
| PerformanceSample | |
| PhilipsUSVolumeReader | Reader for Philips Sonos 7500 .dcm files |
| PickableObject | |
| PickingManager | |
| Platform | |
| PointGeometry< T > | Used to store a single point in the geometry container |
| PointListGeometry< T > | |
| PointListGeometryVec3 | |
| PointListRenderer | Renders a PointListGeometry<tgt::vec3> or PointSegmentListGeometry<tgt::vec3> which is passed through a geometry inport |
| PointSegmentListGeometry< T > | |
| PointSegmentListRenderer | Renders a PointSegmentListGeometry<tgt::vec3> which is passed through a geometry inport |
| Polynomial | Specifies a polynomial by its degree and coefficients: poly(x) = coeff[0] + coeff[1]*x + |
| Port | This class describes a port of a Processor |
| PortGroup | This class groups RenderPorts to allow easy rendering to multiple targets |
| PortTypeCheck | |
| PortTypeCheckReject | |
| PositionMetaData | The PositionMetaData class stores position information of GUI widgets |
| PragmaDirective | |
| PreprocessorGrammar | |
| PreprocessorLexer | |
| PreprocessorNodeTypes | A struct to facilitate the runtime-identification of different ParseTreeNode sub-classes for the visitor design pattern |
| PreprocessorParser | |
| PreprocessorSymbol | |
| PreprocessorTerminals | |
| PreprocessorVisitor | |
| PrimitiveMetaDataBase< T > | Generic abstract base class for meta data of primitive types |
| Processor | The base class for all processor classes used in Voreen |
| ProcessorFactory | |
| ProcessorListItem | |
| ProcessorListTreeWidget | |
| ProcessorListWidget | |
| ProcessorNetwork | Manages a network of processors |
| ProcessorNetworkObserver | Interface for network observers |
| ProcessorPropertiesWidget | Widget containing each processor's property widgets |
| ProcessorTimelineWidget | |
| ProcessorWidget | |
| ProcessorWidgetFactory | |
| ProcessWrapper | Wrapper around the process() calls |
| Production | A -> B C D |
| ProductionStub | |
| ProfilingBlock | The constructor/destructor of this class is used to time blocks |
| Program | |
| Property | Base class for processor properties |
| PropertyKeyValue< T > | Class for creating an animation |
| PropertyKeyValueBase | Non-templated base class for generic PropertyKeyValues |
| PropertyLink | This class establishes a link between two properties |
| PropertyListWidget | This class displays a list of ProcessorPropertiesWidgets representing the processors' properties in a network |
| PropertyOwner | |
| PropertyTimeline | Interface for the templated PropertyTimelines |
| PropertyTimelineFactory | |
| PropertyTimelineView | |
| PropertyTimelineWidget | Graphical representation of a PropertyTimeline in the animationcore |
| PropertyVector | |
| PropertyVectorWidget | |
| PropertyWidget | A PropertyWidget is a graphical Representation for a Property |
| PropertyWidgetFactory | A PropertyWidgetFactory creates Widgets for every Property |
| ProxyGeometry | Abstract base class for all proxy geometries |
| PVMModule | |
| PVMVolumeReader | Reads a volume dataset from a file in Stefan Roettger's PVM file format |
| PythonHighlighter | |
| QProcessorWidget | |
| QProcessorWidgetFactory | |
| QPropertyWidget | |
| QPropertyWidgetFactory | Creates Qt PropertyWidgets |
| QPropertyWidgetWithEditorWindow | |
| QRCTreeWidget | |
| QuadHidacVolumeReader | Reads a volume dataset from a file produced by the quadHIDAC small-animal PET |
| QuadView | |
| QuatEndInterpolationFunction | This class offers an interpolation function for quat-values |
| QuatLinearInterpolationFunction | This class offers an interpolation function for quat |
| QuatSphericalLinearInterpolationFunction | This class offers an interpolation function for quat |
| QuatStartEndInterpolationFunction | This class offers an interpolation function for quat-values |
| QuatStartInterpolationFunction | This class offers an interpolation function for quat-values |
| RamManager< T > | Manages the RAM while bricking large datasets that wouldn't fit into the RAM otherwise |
| Raw2FlowConverter | |
| RawVolumeReader | Reads a raw volume dataset |
| RawVolumeWidget | |
| RaytracingEntryExitPoints | Calculates the entry and exit points for GPU raycasting |
| ReadHints | Contains hints about the volume dataset |
| RegionOfInterest2D | Allows the user to sketch arbitrarily shaped 2D regions of interest: points, line strip, spline curve, free-form patch |
| RegionOfInterestGeometry | Geometry representing one region of interest (ROI) |
| RenderLoopFinalizer | In combination with RenderLoopInitiator, this class is used to define render loops |
| RenderLoopInitiator | In combination with RenderLoopFinalizer, this class is used to define render loops |
| RenderPort | |
| RenderProcessor | The base class for all processor classes that render to RenderPorts |
| RenderStore | A RenderStore stores a copy of its input image and makes it available to other processors via a render outport |
| RenderTarget | |
| RenderTargetViewer | Show currently used RenderTargets for debugging purposes |
| RGBRaycaster | Performs raycasting of an RGB volume by applying a hue-based transfer function |
| Sampler | |
| ScalarGeometry | |
| ScalingProcessor | Performs a scaling |
| ScriptManagerLinking | |
| SegmentationRaycaster | Raycasting of a segmented data set |
| SegmentationValidation | Measures the quality of a volume segmentation by comparing it against a reference segmentation |
| SelectionMetaData< T > | The SelectionMetaData class stores a vector of selected entities (e.g |
| Serializable | Serializable declares the interface for user defined data types which should allow (de-)serialization |
| SerializableFactory | The SerializableFactory is an interface for realizing classes which are supposed to create Serializable objects according to a given type string |
| SerializationException | Base class of all serialization exceptions |
| SeriesListWidget | Lists dicom series. Provides find-as-you-type search field |
| ServerConfig | Holds all infos for server bookmark |
| ServerConfigDialog | This Dialog allows editing of server bookmarks |
| ServerDialog | Dicom-Download main dialog |
| ShaderPlugin | |
| ShaderProperty | |
| ShaderPropertyWidget | |
| ShaderSource | |
| ShaderSourceEndInterpolationFunction | This class offers an interpolation function for ShaderSources |
| ShaderSourceStartEndInterpolationFunction | This class offers an interpolation function for ShaderSources |
| ShaderSourceStartInterpolationFunction | This class offers an interpolation function for ShaderSources |
| SharedTexture | |
| SimpleBrickingRegion | This simplest region of them all |
| SimpleRaycaster | Performs a simple single pass raycasting with only some capabilites |
| SimpleTexture< T > | |
| SingleCommand< T, U, V, W > | This class represents a command which can occur only once in a given commandline and can have 1-4 arguments of types T, U, V and U |
| SingleCommandZeroArguments | This class represents a command with zero arguments which can only occur once in a given commandline |
| SingleScale | |
| SingleVolumeRaycaster | This is the standard raycaster within Voreen |
| SingleVolumeSlicer | Slicing-based volume renderer using view plane aligned slices |
| SlicePositionRenderer | |
| SliceRendererBase | Base class for all SliceRendering sub classes |
| SliceViewer | Performs slice rendering of a single or multiple slices along one of the three main axis of the volume |
| SliderSpinBoxWidget | |
| SnapshotPlugin | |
| StandardBrickResolutionCalculator | This class calculates the brick resolutions so that at all bricks have either one of two resolutions, and that at least half of the bricks have the higher one of those two resolutions |
| Statement | |
| StatusArea | |
| StreamlineTexture< T > | |
| StreamlineTextureElement | |
| StringEndInterpolationFunction | This class offers an interpolation function for strings |
| StringMetaData | Holds a single string value to be stored as serialization meta data |
| StringOptionProperty | |
| StringProperty | |
| StringPropertyWidget | |
| StringStartEndInterpolationFunction | This class offers an interpolation function for strings |
| StringStartInterpolationFunction | This class offers an interpolation function for strings |
| StringUtility | |
| SubEntryComparator | Functor used to sort CacheIndexSubEntry object in ascending order via std::priority_queue which takes CacheIndexSubEntry* |
| Symbol | |
| SymbolTable< T > | |
| SyntaxHighlighter | |
| TargetAction< T > | Inherit from a TagetAction<YourTarget> and you will get an action that acts on a target |
| TemplateProperty< T > | Stores a parameter value and additional information regarding the parameter |
| TemplatePropertyCondition< T, S > | Base for Conditions that observe a TemplateProperty and exec actions depending on that Property's value |
| TemplatePropertyTimeline< T > | This class organizes all animationsettings of one property of the type T |
| TemplatePropertyTimelineState< T > | This class organizes all animationsettings of one property of the type T |
| TemplatePropertyTimelineStateFactory | |
| TemplatePropertyTimelineWidget< T > | |
| TemporaryNodeChanger | This is a helper class to ensure correct state of the XML node for inserting or reading data |
| TemporaryUsePointerContentSerializationChanger | This is a helper class to ensure correct use pointer content serialization state |
| TerminalsMap | Class to setup a grammar and finally the tables for a parser for that grammar |
| TextFileReader | Helper for parsing simple text files as used by the .dat file format |
| TextNode | |
| TextOverlay | Overlays text on top of the input image |
| TextPort | |
| TextSource | Provides a textport output with content defined by the corresponding property |
| TexturedGeometryRenderer | Renders a geometry with a texture applied to it |
| TGTVec3PointGeometry | Used to store a single tgt::vec3 in the geometry container |
| TGTVec4PointGeometry | Used to store a single tgt::vec4 in the geometry container |
| TiffVolumeReader | Reads a multi-image TIFF file into a volume dataset |
| TimelineObserver | An abstract class for an observer of the animationclass |
| TimelineWidget | |
| Token | |
| TokenList | |
| TrackballNavigation | A class that makes it possible to use a trackball-metaphor to rotate, zoom, shift, roll a dataset |
| TransFunc | Base class for transfer functions |
| TransFuncBanana | A banana primitive |
| TransFuncEditor | Abstract base class for all transfer function widgets |
| TransFuncEditorIntensity | TransFuncEditorIntensity is an editor widget for an intensity transfer function |
| TransFuncEditorIntensityGradient | TransFuncEditorIntensityGradient is an editor widget for 2D transfer functions |
| TransFuncEditorIntensityPet | TransFuncEditorIntensityPet is an editor widget for transfer functions with focus on PET data |
| TransFuncEditorIntensityRamp | TransFuncEditorIntensityRamp is an editor widget for an intensity transfer function |
| TransFuncEndInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncFactory | The TransFuncFactory class is responsible for transfer function creation during serialization process |
| TransFuncIntensity | One dimensional, piece-wise linear transfer function based on key values |
| TransFuncIntensityGradient | This class represents a two-dimensional intensity-gradient based transfer function |
| TransFuncIntensityGradientPainter | Painter implementation for drawing onto a tgt::QtCanvas for editing 2D transfer functions |
| TransFuncKeyWiseCircInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCircInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCircOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCircOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCubicInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCubicInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCubicOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseCubicOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseExponentInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseExponentInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseExponentOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseExponentOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuadInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuadInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuadOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuadOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuartInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuartInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuartOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuartOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuintInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuintInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuintOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseQuintOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseSineInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseSineInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseSineOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncKeyWiseSineOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncMappingCanvas | A widget that provides a canvas to edit the keys of an intensity transfer function |
| TransFuncMappingCanvasRamp | A widget that provides a canvas to edit an intensity transfer function |
| TransFuncMappingKey | One of multiple keys that define a TransfuncIntensity |
| TransFuncPlugin | Container class for transfer function editors |
| TransFuncPrimitive | Abstract base class for all primitives that are used in 2D transfer functions |
| TransFuncProperty | Property for transfer functions |
| TransFuncPropertyTimelineState | Special implementation of the timeline for transfunc-property, because of the fact that the template-variable is a pointer |
| TransFuncPropertyWidget | |
| TransFuncQuad | A quad primitive |
| TransFuncStartEndInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncStartInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCircInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCircInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCircOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCircOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCubicInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCubicInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCubicOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureCubicOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureExponentInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureExponentInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureExponentOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureExponentOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureLinearInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTexturePainter | A class for painting the texture of a transfer function onto a given canvas |
| TransFuncTextureQuadInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuadInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuadOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuadOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuartInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuartInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuartOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuartOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuintInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuintInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuintOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureQuintOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureSineInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureSineInOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureSineOutInInterpolationFunction | This class offers an interpolation function for transfer functions |
| TransFuncTextureSineOutInterpolationFunction | This class offers an interpolation function for transfer functions |
| Triangle | |
| TrueCondition | This Condition is always met() and thus always execs its Actions when check()ed |
| TUVVolumeReader | This is a reader for the dat files provided by TU Vienna |
| UnaryExpression | |
| UnaryImageProcessor | |
| UndefineDirective | |
| UndoableAnimation | An abstract class for undo- and redo-functions in the animation core |
| ValidationFailed | Exception thrown when validation of the Condition failed |
| Vec2EndInterpolationFunction | This class offers an interpolation function for vec2-values |
| Vec2InCircInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InCubicInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InExponentInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutCircInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutCubicInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutExponentInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutQuadInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutQuartInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutQuintInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InOutSineInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InQuadInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InQuartInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InQuintInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2InSineInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2LinearInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutCircInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutCubicInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutExponentInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInCircInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInCubicInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInExponentInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInQuadInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInQuartInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInQuintInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutInSineInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutQuadInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutQuartInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutQuintInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2OutSineInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2SphericalLinearInterpolationFunction | This class offers an interpolation function for vec2 |
| Vec2StartEndInterpolationFunction | This class offers an interpolation function for vec2-values |
| Vec2StartInterpolationFunction | This class offers an interpolation function for vec2-values |
| Vec3CatmullRomInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3EndInterpolationFunction | This class offers an interpolation function for vec3-values |
| Vec3InCircInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InCubicInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InExponentInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutCircInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutCubicInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutExponentInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutQuadInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutQuartInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutQuintInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InOutSineInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InQuadInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InQuartInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InQuintInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3InSineInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3LinearInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutCircInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutCubicInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutExponentInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInCircInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInCubicInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInExponentInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInQuadInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInQuartInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInQuintInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutInSineInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutQuadInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutQuartInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutQuintInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3OutSineInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3SphericalCubicInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3SphericalLinearInterpolationFunction | This class offers an interpolation function for vec3 |
| Vec3StartEndInterpolationFunction | This class offers an interpolation function for vec3-values |
| Vec3StartInterpolationFunction | This class offers an interpolation function for vec3-values |
| Vec4EndInterpolationFunction | This class offers an interpolation function for vec4-values |
| Vec4InCircInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InCubicInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InExponentInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutCircInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutCubicInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutExponentInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutQuadInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutQuartInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutQuintInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InOutSineInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InQuadInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InQuartInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InQuintInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4InSineInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4LinearInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutCircInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutCubicInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutExponentInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInCircInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInCubicInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInExponentInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInQuadInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInQuartInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInQuintInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutInSineInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutQuadInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutQuartInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutQuintInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4OutSineInterpolationFunction | This class offers an interpolation function for vec4 |
| Vec4StartEndInterpolationFunction | This class offers an interpolation function for vec4-values |
| Vec4StartInterpolationFunction | This class offers an interpolation function for vec4-values |
| VecPropertyWidget< WIDGETTYPE, VECTORPROP, ELEMTYPE > | |
| VectorMagnitude | |
| VersionDirective | |
| VertexGeometry | Represents a vertex geometry containing vertex coordinates, texture coordinates and vertex color |
| VevoFrame | |
| VevoInfoFile | |
| VevoVolumeReader | An image data reader class that handles loading ultrasound image data acquired from the VisualSonics Vevo Ultrasound Imaging System |
| VisibleHumanReader | |
| Volume | OpenGL-independent base class for volumetric data sets |
| VolumeAtomic< T > | |
| VolumeBrick< T > | VolumeBricks are used to divide a large volume into several smaller ones |
| VolumeBrickCreator< T > | Creates VolumeBricks |
| VolumeCache | Class for handling caching of volumes |
| VolumeCollection | Collection of volume handles that can be serialized and observed |
| VolumeCollectionEndInterpolationFunction | This class offers an interpolation function for volumecollections |
| VolumeCollectionModalityFilter | Permits to select one specific modality among those of all VolumeHandles within the incoming VolumeCollection |
| VolumeCollectionObserver | Interface for volume collection observers |
| VolumeCollectionProperty | Property encapsulating a VolumeCollection object |
| VolumeCollectionPropertyWidget | |
| VolumeCollectionSource | Loads multiple volumes and provides them as VolumeCollection through its outport |
| VolumeCollectionStartEndInterpolationFunction | This class offers an interpolation function for volumecollections |
| VolumeCollectionStartInterpolationFunction | This class offers an interpolation function for volumecollections |
| VolumeCombine | |
| VolumeContainer | Extension of the VolumeCollection that performs memory management, i.e., the volume container takes ownership of passed volume handles and deletes them on removal or its own destruction |
| VolumeContainerWidget | |
| VolumeConvert | |
| VolumeCreate | |
| VolumeCubify | |
| VolumeCurvature | |
| VolumeDecomposer | Decomposes a volume into slices that are put out as image sequence |
| VolumeDistanceTransform | |
| VolumeElement< T > | Helper class for getting sth like the maximum value |
| VolumeElement< tgt::Vector2< T > > | |
| VolumeElement< tgt::Vector3< T > > | |
| VolumeElement< tgt::Vector4< T > > | |
| VolumeFiltering | |
| VolumeFusion< T, N > | This class handles several VolumeAtomic objects of the same type as one merged multichannel Volume |
| VolumeGL | This class is the OpenGL interface for volume objects |
| VolumeGradient | |
| VolumeGradientCL | |
| VolumeHalfsample | |
| VolumeHandle | Class for handling different types and needs for volumes |
| VolumeHandleEndInterpolationFunction | This class offers an interpolation function for volumehandles |
| VolumeHandleObserver | Interface for volume handle observers |
| VolumeHandleProperty | Property encapsulating a VolumeHandle object |
| VolumeHandlePropertyWidget | |
| VolumeHandleStartEndInterpolationFunction | This class offers an interpolation function for volumehandles |
| VolumeHandleStartInterpolationFunction | This class offers an interpolation function for volumehandles |
| VolumeInformation | Computes some properties such as the min, max, average voxel intensity of the input volume and displays them by read-only properties |
| VolumeInversion | Inverts the incoming volume |
| VolumeLoadButton | |
| VolumeMasking | Masks the incoming volume based on a masking function |
| VolumeMetaData | Encapsulates the meta data of a Volume object |
| VolumeMirrorZ | |
| VolumeMorphology | Provides the basic morphologic operators dilation and erosion |
| VolumeOperatorAddValue< S > | Add the value to all voxels in the volume |
| VolumeOperatorBinary< Derived > | Parent class of volume operators for two volumes |
| VolumeOperatorCalcError | Calculates the root mean square error between the two volumes |
| VolumeOperatorDecrease | Decreases all voxel values in the volume by one |
| VolumeOperatorDilation | The morphologic operator dilation |
| VolumeOperatorErosion | |
| VolumeOperatorFlowMagnitude | |
| VolumeOperatorIncrease | Increase all voxel values in the volume by one |
| VolumeOperatorIntensityMask | A VolumeOperator which returns all voxel positions having values within the thresholds being passed to the ctor |
| VolumeOperatorInvert | |
| VolumeOperatorIsUniform | Checks if all voxels in the volume have the same value |
| VolumeOperatorMaxValue | Returns the maximum voxel value in the volume |
| VolumeOperatorMedian | |
| VolumeOperatorMinValue | Returns the minimum voxel value in the volume |
| VolumeOperatorMirrorZ | Mirrors the volume on the Z axis |
| VolumeOperatorNumSignificant | Returns the number of significant voxels, i.e., the number of voxels with a value greater than the smallest possible value that can be stored by the volume |
| VolumeOperatorSubtractValue< S > | Subtracts the value from all voxels in the volume |
| VolumeOperatorUnary< Derived > | Parent class of volume operators for one volume |
| VolumeOperatorUnsupportedTypeException | Thrown by a VolumeOperator is the type of the passed Volume is not supported |
| VolumeOrigin | Stores the source where the Volume is loaded from |
| VolumePort | |
| VolumeProcessor | Base class for all processors operating on volumes |
| VolumeRaycaster | Abstract base class for GPU-based raycasters |
| VolumeReader | Reads a volume dataset |
| VolumeRenderer | All classes which render volumes should inherit from this class |
| VolumeResample | Resizes the input volume to the specified dimensions by using a selectable filtering mode |
| VolumeSave | |
| VolumeSelector | Selects a single volume out of a input collection |
| VolumeSerializer | You can register several VolumeReader and VolumeWriter instances in this class |
| VolumeSerializerPopulator | This class creates a VolumeSerializer and registers all known VolumeReader and VolumeWriter objects |
| VolumeSlicer | A VolumeRenderer that uses slicing to produce pictures |
| VolumeSource | Volume data set supplier in the network |
| VolumeStreamProperty | |
| VolumeStruct | This struct contains information about a volume |
| VolumeSubSet | Crops the input volume by axis-aligned clipping planes |
| VolumeTexture | This class is basically a tgt::Texture with some Voreen specific extensions used for splitting and NPOT support |
| VolumeTransformation | |
| VolumeViewHelper | |
| VolumeWriter | Reads a volume dataset |
| VoreenApplication | Represents basic properties of a Voreen application |
| VoreenApplicationQt | |
| VoreenBlas | |
| VoreenException | |
| VoreenModule | |
| VoreenPainter | Specialized painter for voreen |
| VoreenToolWindow | |
| VoreenToolWindowTitle | |
| VoreenTrackball | This class implements a Trackball which can be used to freely rotate an object around a given center |
| VoreenVersion | |
| VoreenVersionQt | |
| vqCodebook< T, S > | |
| vqVector< T, S > | |
| WindowStateMetaData | The WindowStateMetaData class stores window state information |
| Workspace | |
| XmlDeserializer | XmlDeserializer is responsible for deserializing XML documents to memory data |
| XmlProcessor | XmlProcessor declares the interface for pre- or post-processing of Xml documents during serialization or deserialization |
| XmlSerializationAttributeNamingException | A XmlSerializationAttributeNamingException is raised in case of multiple XML attributes sharing the same name or using a reserved attribute name |
| XmlSerializationConstants | The XmlSerializationConstants class defines serialization constants, which are shared by XmlSerializer and XmlDeserializer |
| XmlSerializationDuplicateIdException | A XmlSerializationDuplicateIdException is raised in case of multiple XML nodes share the same id attribute |
| XmlSerializationException | Base class of all serialization exceptions concerning reading and writing XML |
| XmlSerializationFormatException | A XmlSerializationFormatException is raised when XML nodes does not fulfill expected format |
| XmlSerializationInvalidOperationException | A XmlSerializationInvalidOperationException is raised in case of a method-call in an invalid, respectively unsupported way |
| XmlSerializationMemoryAllocationException | A XmlSerializationMemoryAllocationException is raised in case of trying to allocate memory for an AbstractSerializable |
| XmlSerializationNoSuchDataException | A XmlSerializationNoSuchDataException is raised in case of searching for a XML node by key that does not exists |
| XmlSerializationReferenceResolvingException | A XmlSerializationReferenceResolvingException is raised in case of problems concerning the reference resolving process |
| XmlSerializationVersionMismatchException | A XmlSerializationVersionMismatchException is raised in case of a version mismatch among the XML document and the used XmlSerializer or XmlDeserializer |
| XmlSerializer | XmlSerializer is responsible for serializing memory data to XML documents |
| XmlSerializerBase | The XmlSerializerBase class encapsulates functions that are common to XmlSerializer and XmlDeserializer |
| ZipVolumeReader | Reads multiple raw-volumes stored in a container .zip-file |
| ZoomMetaData | The ZoomMetaData class stores some zoom properties like zoom factor or focus position |