Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
_cl_image_format
ml::AllTypes
macx::AppleScriptAppleScript support
macx::ApplicationApplication related functions
ml::ApplicationPropertiesStatic class that defines an interface to access properties of the host application
macx::AppSelfUpdateApplication self-updating functionality
ml::ArgumentList0Empty argument to allow running with 0 arguments
ml::ArgumentList1< Arg1 >ArgumentList with 1 argument
ml::ArgumentList2< Arg1, Arg2 >ArgumentList with 2 arguments
ml::ArgumentList3< Arg1, Arg2, Arg3 >ArgumentList with 3 arguments
ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >ArgumentList with 4 arguments
ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >ArgumentList with 5 arguments
macx::AuthorizationAuthorization framework encapsulation
ml::BackgroundTaskBase class for a task that is started in an extra thread
ml::BackgroundTask::BackgroundTask::ObserverAbstract interface to observe the BackgroundTask
ml::BackgroundTaskBaseModuleBaseclass for ML modules that use background tasks
ml::BackgroundTaskFinishedMessage
ml::BackgroundTaskHandleA handle to a task that has been created by the background task manager
ml::BackgroundTaskHandleAccessorThis class offers direct access to the contained background task
ml::BackgroundTaskIdleProcessing_Qt
ml::BackgroundTaskManagerBackgroundTaskManager is the central singleton that manages running background tasks
ml::BackgroundTaskManager::BackgroundTaskManager::ObserverAbstract interface to observe the BackgroundTaskManager
ml::BackgroundTaskMessage
ml::BackgroundTaskMessageQueue
ml::BackgroundTaskMethodCallMessage< Object, Method, ArgumentList >Generic message that allows to call the member function method on a given object, passing the arguments args (ArgumentList is copied using the copy constructor of each argument)
ml::BackgroundTaskMLGetTileBaseMessage
ml::BackgroundTaskMLGetTileMessage
ml::BackgroundTaskMLGetTileResultMessage
ml::BackgroundTaskMLProcessAllPagesMessage
ml::BackgroundTaskMLProcessAllPagesResultMessage
ml::BackgroundTaskStatusInformationBackgroundTaskStatusInformation creates a snapshot of the status of a given BackgroundTask, to allow later read access without races or even destruction of the background task (copyable)
ml::BackgroundTaskTileProcessorA BackgroundTaskTileProcessor can be used as a base class for processing an input image tile-by-tile without handling the details of an asynchronous request queue yourself
ml::BackgroundTaskTileProcessorBaseBackgroundTaskTileProcessorBase is the base class for processors that request an input image tile-by-tile
macx::BackupBackup related functions
ml::BarrierA barrier class that handles synchronization of multiple threads Thread-safety: This class is thread-safe
ml::BaseClass representing general ML objects that support import/export via strings (setPersistentState() and getPersistentState()) or arbitrary tree structures (using addStateToTree() and readStateFromTree())
Base64CoderBase64Coder
ml::BaseContainerItemBase object class BaseContainerItem encapsulates a pointer to a Base object as a list item
ml::BaseFieldField to encapsulate a pointer to an ML base object
ml::BaseItemGeneral Base object class for list items that have an id and a name
ml::BaseItemParserParser class for BaseItem strings, containing an object's id and name
ml::BaseListBase object class BaseList which stores a list of BaseContainerItem entries
ml::BaseListSortParametersClass that is designed to hold custom list sorting parameters (such as sort mode)
ml::BaseListTemplate< T >Base object template list class for list item classes derived from BaseItem
ml::BaseOp
ml::BitImageClass to manage a binary image
ml::BitMorphologyFilterThe class to apply BitMorphology based kernel filters to images
ml::BoolFieldField to encapsulate a boolean value
broken_VC_ptr_traits< T, ValueType >Since the correct std::iterator_traits rely on partial template specialization which is not supported by VC6 we must use a special traits class to get value_type correct
macx::BundleBundle information
macx::ByteDataByte data container with reference counting (Helper class)
ml::CalculateOutputImageHandlerBase class for the calculation of pages of an output image (PagedImage) of a Module
ml::CloseGapFilterThe class to apply CloseGap based kernel filters to images
ml::ColorFieldField to encapsulate a vector of 3 float values representing an (rgb) color with all properties of Vector3Field
ml::CompassFilterA class implementing different compass filters
ml::CompilerInfo
ml::ComposeBaseListEngine module ComposeBaseList composing two base objects
ml::ComputerModelInfo
ml::ConstTSubImageCursor< DATATYPE >Cursor to access const data of a TSubImage
ml::ConvolutionFilterThis class implements convolutions with fixed kernel sizes
ml::CopyBase< BASE_DERIVED_CLASS >Engine template module CopyBase to copy any Base-derived object that provides a virtual assignment operator which allows to copy from Base
ml::CopyListEngine module class for copying ListBase derived classes, which is ok because lists have an assignment operator
ml::CorrelationCorrelation of image with kernel image
macx::CPUInfoCPU information
ml::CPUInfoSingleton class that provides hardware specific information
ml::CSOThe CSO represents a contour segmentation object
ml::CSOAttributesThis class comprises some attributes that are common for a CSO and a CSOGroup
ml::CSOBaseModuleBase class for CSOModules
ml::CSOBoundingBoxThe CSOBoundingBox defines an axis parallel bounding box with double precision
ml::CSOBulgeProcessorModule which allows for an interactive bulging of CSOs of all types
ml::CSOCmdAddCSOClass for undo/redo of adding a new CSO to the CSOList
ml::CSOCmdAddCSOGroupClass for undo/redo of adding a CSOGroup to the CSOList
ml::CSOCmdAddCSOListClass for undo/redo of adding multiple CSOs to the CSOList
ml::CSOCmdAddCSOSetClass for undo/redo of of adding a set of CSOs to the CSOList
ml::CSOCmdAddCSOtoGroupClass for undo/redo of adding a CSO to a Group
ml::CSOCmdInsertRemoveSeedPointClass for undo/redo of the insertion/removal of a single seed point
ml::CSOCmdModifySetClass for undo/redo of modifying a set of CSOs
ml::CSOCmdMoveContourClass for undo/redo of the moving of a contour
ml::CSOCmdMoveSeedPointClass for undo/redo of the moving of a single seed point
ml::CSOCmdRemoveCSOClass for undo/redo of removing a CSO from the CSOList
ml::CSOCmdRemoveCSOfromGroupClass for undo/redo of removing a CSO from a Group
ml::CSOCmdRemoveCSOGroupClass for undo/redo of removing a CSOGroup from the CSOList
ml::CSOCmdRemoveCSOSetClass for undo/redo of removing a set of CSOs from the CSOList
ml::CSOCommandBase class for a CSOCommand for the undo/redo mechanism
ml::CSOConvertorBase class for modules that convert CSOs to voxel images
ml::CSOFreehandProcessorModule which allows for an interactive generation of freehand contours with linear or spline interpolation, and the editing of existing freehand contours
ml::CSOFunctionBase class for distance functions for application in the marching cubes algorithm
ml::CSOGeneratePathPointsOffers interpolation methods (computing path points between seed points) as a linear interpolation, a spline interpolation and a spline approximation
ml::CSOGeneratorThe CSOGenerator is the base class for all modules that generate CSOs, be it automatically or interactive
ml::CSOGeometryOffers some common methods for various geometric problems, e.g., determining whether a CSO lies in a plane, if a CSO is self-intersection, computing the center of gravity, thinning out path points or applying Boolean operations
ml::CSOGroupA CSOGroup comprises a number of CSOs, which themselves can be in a number of different CSOGroups
ml::CSOGroupRulesThis handles rules like the maximum number of CSOs in a group and applies them
CSOHeapObjectCSOHeapObject: base class for objects to be used with the heap
ml::CSOInterpolate3DFunctionThe CSOInterpolate3DFunction holds the interpolation function which is a smooth thin-plate spline surface
ml::CSOInterpolate3DFunctionSettingsThis class encapsulates the settings for CSOInterpolate3DFunction
ml::CSOIsoProcessorThe CSOIsoProcessor interactively finds an iso contour on the slice being displayed by the SoView2D module or on the optional input image
ml::CSOListA CSOList comprises a number of CSOs and CSOGroups and is the central object for contour segmentation objects
ml::CSOList::CSOList::CSONotificationCBDataThis struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism
ml::CSOListRulesControls how the CSOList should treat CSOGroups if their CSOs are removed
ml::CSOLiveWireGraphThe class maintains a graph for applying a shortest path algorithm on
ml::CSOLiveWireNodeStructure holding a live wire node for the shortest path algorithm
ml::CSOLiveWireProcessorModule which allows for an half-automatic generation of contours along image edges, based on the live wire algorithm
ml::CSOManagerThe CSOManager allows for storing and iterating CSOs, and implements an undo/redo mechanism
ml::CSOMarchingSquaresThis class implements the Marching Squares algorithm to find isolines on 2D image slices
ml::CSOMarchingSquares::CSOMarchingSquares::AmbiguousCellThis structure stores an ambiguous cell for a later resolving
ml::CSOMarchingSquaresCellMarching squares cell
ml::CSOMathOffers some common methods for various problems, e.g., computing the area, mapping from voxel to world or computing numerical problems real fast
ml::CSOModificatorBase class for performing modifications on the CSOs of a CSOList
ml::CSOModifyProcessorModule which allows for a modification of CSOs of all types
ml::CSOObjectHeap< T >Heap structure with property i>2*i+1 and i>2*i+2 Parent i has children 2*i+1 and 2*i+2 Smallest values are stored closer to root of tree Elements are sorted while inserting them in the heap
ml::CSOObjectVector< T >Dynamic templated vector For speed and better memory handling, the vector is an array within an array The base blocks have a BLOCKSIZE of 65535 This allows for quick expanding
ml::CSOPathPointConstIterator
ml::CSOPathPointIterator
ml::CSOPathPointsThe CSOPathPoints is a list of world coordinates which are interpolated by a certain interpolation scheme between seed points of a CSO
ml::CSOPointInPolygonCheckerChecks if a point is inside a planar, closed polygon in an arbitrary plane
ml::CSOPrimitiveProcessorModule which enables interactive generation of primitive contours such as ellipses and rectangles
ml::CSOProcessorBase class for processor modules; those provide mechanisms for an interactive generation of seed points and for an automatic computation of path points
ml::CSOProcessorDataThe CSOProcesorData provides the network data interchange object for processing interaction events and contour interpolation
ml::CSOSeedPointThe CSOSeedPoint can be interactively set and modified and is the framework for contours
ml::CSOSmoothing
ml::CSOUndoRedoManagerManager class for maintaining the undo and the redo stacks
ml::CSOVoxelSetThe CSOVoxelSet represents a contour segmentation object in discrete voxel coordinates
ml::CSOVoxelSetGroup
ml::CSOVoxelSetList
ml::CSOVoxelSetPoint
ml::CurveDataBase object class representing a single curve object, consisting of zero or one X- and any number of Y-data series
ml::CurveDataBaseListBase object class list as alternative implementation for CurveData, essentially a container for Base objects
ml::CurveListBase object class CurveList with a list of CurveData object pointers
ml::DataCompressorAbstract base class for ML data compression algorithms
ml::DataCompressorFactoryFactory for ML data compression algorithms
DCMTree::DateDate class for DCMTree library
ml::DateTimeClass for performing date/time arithmetics, comparisons and formatting
ml::DcmApprovalModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmCalculatedDoseReferenceRecordModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmCineModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmClinicalTrialSeriesModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmClinicalTrialStudyModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmClinicalTrialSubjectModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmContrastBolusModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmDeviceModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmDRTAdditionalDrugSequenceBaseOpInterfaceThis class provides MLABFields for the DRTAdditionalDrugSequence
ml::DcmDRTAdditionalDrugSequenceInterfaceClass to provide access to DRTAdditionalDrugSequence
ml::DcmDRTAdmittingDiagnosesCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTAdmittingDiagnosesCodeSequence
ml::DcmDRTAdmittingDiagnosesCodeSequenceInterfaceClass to provide access to DRTAdmittingDiagnosesCodeSequence
ml::DcmDRTApplicationSetupSequenceBaseOpInterfaceThis class provides MLABFields for the DRTApplicationSetupSequence
ml::DcmDRTApplicationSetupSequenceInterfaceClass to provide access to DRTApplicationSetupSequence
ml::DcmDRTApplicatorSequenceBaseOpInterfaceThis class provides MLABFields for the DRTApplicatorSequence
ml::DcmDRTApplicatorSequenceInterfaceClass to provide access to DRTApplicatorSequence
ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBeamLimitingDeviceLeafPairsSequence
ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterfaceClass to provide access to DRTBeamLimitingDeviceLeafPairsSequence
ml::DcmDRTBeamLimitingDevicePositionSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBeamLimitingDevicePositionSequence
ml::DcmDRTBeamLimitingDevicePositionSequenceInterfaceClass to provide access to DRTBeamLimitingDevicePositionSequence
ml::DcmDRTBeamLimitingDeviceSequenceInRTImageIODBaseOpInterfaceThis class provides MLABFields for the DRTBeamLimitingDeviceSequenceInRTImageIOD
ml::DcmDRTBeamLimitingDeviceSequenceInRTImageIODInterfaceClass to provide access to DRTBeamLimitingDeviceSequenceInRTImageIOD
ml::DcmDRTBeamLimitingDeviceSequenceInRTPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTBeamLimitingDeviceSequenceInRTPlanIOD
ml::DcmDRTBeamLimitingDeviceSequenceInRTPlanIODInterfaceClass to provide access to DRTBeamLimitingDeviceSequenceInRTPlanIOD
ml::DcmDRTBeamLimitingDeviceToleranceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBeamLimitingDeviceToleranceSequence
ml::DcmDRTBeamLimitingDeviceToleranceSequenceInterfaceClass to provide access to DRTBeamLimitingDeviceToleranceSequence
ml::DcmDRTBeamSequenceInRTPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTBeamSequenceInRTPlanIOD
ml::DcmDRTBeamSequenceInRTPlanIODInterfaceClass to provide access to DRTBeamSequenceInRTPlanIOD
ml::DcmDRTBlockSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBlockSequence
ml::DcmDRTBlockSequenceInterfaceClass to provide access to DRTBlockSequence
ml::DcmDRTBrachyAccessoryDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBrachyAccessoryDeviceSequence
ml::DcmDRTBrachyAccessoryDeviceSequenceInterfaceClass to provide access to DRTBrachyAccessoryDeviceSequence
ml::DcmDRTBrachyControlPointSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBrachyControlPointSequence
ml::DcmDRTBrachyControlPointSequenceInterfaceClass to provide access to DRTBrachyControlPointSequence
ml::DcmDRTBrachyReferencedDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBrachyReferencedDoseReferenceSequence
ml::DcmDRTBrachyReferencedDoseReferenceSequenceInterfaceClass to provide access to DRTBrachyReferencedDoseReferenceSequence
ml::DcmDRTBreedRegistrationSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBreedRegistrationSequence
ml::DcmDRTBreedRegistrationSequenceInterfaceClass to provide access to DRTBreedRegistrationSequence
ml::DcmDRTBreedRegistryCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTBreedRegistryCodeSequence
ml::DcmDRTBreedRegistryCodeSequenceInterfaceClass to provide access to DRTBreedRegistryCodeSequence
ml::DcmDRTCalculatedDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTCalculatedDoseReferenceSequence
ml::DcmDRTCalculatedDoseReferenceSequenceInterfaceClass to provide access to DRTCalculatedDoseReferenceSequence
ml::DcmDRTChannelSequenceBaseOpInterfaceThis class provides MLABFields for the DRTChannelSequence
ml::DcmDRTChannelSequenceInterfaceClass to provide access to DRTChannelSequence
ml::DcmDRTChannelShieldSequenceBaseOpInterfaceThis class provides MLABFields for the DRTChannelShieldSequence
ml::DcmDRTChannelShieldSequenceInterfaceClass to provide access to DRTChannelShieldSequence
ml::DcmDRTChannelSourceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTChannelSourceSequence
ml::DcmDRTChannelSourceSequenceInterfaceClass to provide access to DRTChannelSourceSequence
ml::DcmDRTCodingSchemeIdentificationSequenceBaseOpInterfaceThis class provides MLABFields for the DRTCodingSchemeIdentificationSequence
ml::DcmDRTCodingSchemeIdentificationSequenceInterfaceClass to provide access to DRTCodingSchemeIdentificationSequence
ml::DcmDRTCompensatorSequenceBaseOpInterfaceThis class provides MLABFields for the DRTCompensatorSequence
ml::DcmDRTCompensatorSequenceInterfaceClass to provide access to DRTCompensatorSequence
ml::DcmDRTConceptCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTConceptCodeSequence
ml::DcmDRTConceptCodeSequenceInterfaceClass to provide access to DRTConceptCodeSequence
ml::DcmDRTConceptNameCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTConceptNameCodeSequence
ml::DcmDRTConceptNameCodeSequenceInterfaceClass to provide access to DRTConceptNameCodeSequence
ml::DcmDRTContentItemModifierSequenceBaseOpInterfaceThis class provides MLABFields for the DRTContentItemModifierSequence
ml::DcmDRTContentItemModifierSequenceInterfaceClass to provide access to DRTContentItemModifierSequence
ml::DcmDRTContourImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTContourImageSequence
ml::DcmDRTContourImageSequenceInterfaceClass to provide access to DRTContourImageSequence
ml::DcmDRTContourSequenceBaseOpInterfaceThis class provides MLABFields for the DRTContourSequence
ml::DcmDRTContourSequenceInterfaceClass to provide access to DRTContourSequence
ml::DcmDRTContrastBolusAdministrationRouteSequenceBaseOpInterfaceThis class provides MLABFields for the DRTContrastBolusAdministrationRouteSequence
ml::DcmDRTContrastBolusAdministrationRouteSequenceInterfaceClass to provide access to DRTContrastBolusAdministrationRouteSequence
ml::DcmDRTContrastBolusAgentSequenceBaseOpInterfaceThis class provides MLABFields for the DRTContrastBolusAgentSequence
ml::DcmDRTContrastBolusAgentSequenceInterfaceClass to provide access to DRTContrastBolusAgentSequence
ml::DcmDRTContributingEquipmentSequenceBaseOpInterfaceThis class provides MLABFields for the DRTContributingEquipmentSequence
ml::DcmDRTContributingEquipmentSequenceInterfaceClass to provide access to DRTContributingEquipmentSequence
ml::DcmDRTControlPointSequenceBaseOpInterfaceThis class provides MLABFields for the DRTControlPointSequence
ml::DcmDRTControlPointSequenceInterfaceClass to provide access to DRTControlPointSequence
ml::DcmDRTCorrectedParameterSequenceBaseOpInterfaceThis class provides MLABFields for the DRTCorrectedParameterSequence
ml::DcmDRTCorrectedParameterSequenceInterfaceClass to provide access to DRTCorrectedParameterSequence
ml::DcmDRTDeidentificationMethodCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDeidentificationMethodCodeSequence
ml::DcmDRTDeidentificationMethodCodeSequenceInterfaceClass to provide access to DRTDeidentificationMethodCodeSequence
ml::DcmDRTDerivationCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDerivationCodeSequence
ml::DcmDRTDerivationCodeSequenceInterfaceClass to provide access to DRTDerivationCodeSequence
ml::DcmDRTDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDeviceSequence
ml::DcmDRTDeviceSequenceInterfaceClass to provide access to DRTDeviceSequence
ml::DcmDRTDigitalSignaturePurposeCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDigitalSignaturePurposeCodeSequence
ml::DcmDRTDigitalSignaturePurposeCodeSequenceInterfaceClass to provide access to DRTDigitalSignaturePurposeCodeSequence
ml::DcmDRTDigitalSignaturesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDigitalSignaturesSequence
ml::DcmDRTDigitalSignaturesSequenceInterfaceClass to provide access to DRTDigitalSignaturesSequence
ml::DcmDRTDoseIODInterfaceClass to provide access to DRTDoseIOD
ml::DcmDRTDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDoseReferenceSequence
ml::DcmDRTDoseReferenceSequenceInterfaceClass to provide access to DRTDoseReferenceSequence
ml::DcmDRTDVHReferencedROISequenceBaseOpInterfaceThis class provides MLABFields for the DRTDVHReferencedROISequence
ml::DcmDRTDVHReferencedROISequenceInterfaceClass to provide access to DRTDVHReferencedROISequence
ml::DcmDRTDVHSequenceBaseOpInterfaceThis class provides MLABFields for the DRTDVHSequence
ml::DcmDRTDVHSequenceInterfaceClass to provide access to DRTDVHSequence
ml::DcmDRTEncryptedAttributesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTEncryptedAttributesSequence
ml::DcmDRTEncryptedAttributesSequenceInterfaceClass to provide access to DRTEncryptedAttributesSequence
ml::DcmDRTExposureSequenceInRTImageIODBaseOpInterfaceThis class provides MLABFields for the DRTExposureSequenceInRTImageIOD
ml::DcmDRTExposureSequenceInRTImageIODInterfaceClass to provide access to DRTExposureSequenceInRTImageIOD
ml::DcmDRTFixationDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTFixationDeviceSequence
ml::DcmDRTFixationDeviceSequenceInterfaceClass to provide access to DRTFixationDeviceSequence
ml::DcmDRTFluenceMapSequenceBaseOpInterfaceThis class provides MLABFields for the DRTFluenceMapSequence
ml::DcmDRTFluenceMapSequenceInterfaceClass to provide access to DRTFluenceMapSequence
ml::DcmDRTFractionGroupSequenceInRTIonPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTFractionGroupSequenceInRTIonPlanIOD
ml::DcmDRTFractionGroupSequenceInRTIonPlanIODInterfaceClass to provide access to DRTFractionGroupSequenceInRTIonPlanIOD
ml::DcmDRTFractionGroupSequenceInRTPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTFractionGroupSequenceInRTPlanIOD
ml::DcmDRTFractionGroupSequenceInRTPlanIODInterfaceClass to provide access to DRTFractionGroupSequenceInRTPlanIOD
ml::DcmDRTFractionGroupSummarySequenceBaseOpInterfaceThis class provides MLABFields for the DRTFractionGroupSummarySequence
ml::DcmDRTFractionGroupSummarySequenceInterfaceClass to provide access to DRTFractionGroupSummarySequence
ml::DcmDRTFractionStatusSummarySequenceBaseOpInterfaceThis class provides MLABFields for the DRTFractionStatusSummarySequence
ml::DcmDRTFractionStatusSummarySequenceInterfaceClass to provide access to DRTFractionStatusSummarySequence
ml::DcmDRTFrameOfReferenceRelationshipSequenceBaseOpInterfaceThis class provides MLABFields for the DRTFrameOfReferenceRelationshipSequence
ml::DcmDRTFrameOfReferenceRelationshipSequenceInterfaceClass to provide access to DRTFrameOfReferenceRelationshipSequence
ml::DcmDRTHL7StructuredDocumentReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTHL7StructuredDocumentReferenceSequence
ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterfaceClass to provide access to DRTHL7StructuredDocumentReferenceSequence
ml::DcmDRTIconImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIconImageSequence
ml::DcmDRTIconImageSequenceInterfaceClass to provide access to DRTIconImageSequence
ml::DcmDRTImageIODInterfaceClass to provide access to DRTImageIOD
ml::DcmDRTInstitutionCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTInstitutionCodeSequence
ml::DcmDRTInstitutionCodeSequenceInterfaceClass to provide access to DRTInstitutionCodeSequence
ml::DcmDRTIonBeamLimitingDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonBeamLimitingDeviceSequence
ml::DcmDRTIonBeamLimitingDeviceSequenceInterfaceClass to provide access to DRTIonBeamLimitingDeviceSequence
ml::DcmDRTIonBeamSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonBeamSequence
ml::DcmDRTIonBeamSequenceInterfaceClass to provide access to DRTIonBeamSequence
ml::DcmDRTIonBeamsTreatmentRecordIODInterfaceClass to provide access to DRTIonBeamsTreatmentRecordIOD
ml::DcmDRTIonBlockSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonBlockSequence
ml::DcmDRTIonBlockSequenceInterfaceClass to provide access to DRTIonBlockSequence
ml::DcmDRTIonControlPointDeliverySequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonControlPointDeliverySequence
ml::DcmDRTIonControlPointDeliverySequenceInterfaceClass to provide access to DRTIonControlPointDeliverySequence
ml::DcmDRTIonControlPointSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonControlPointSequence
ml::DcmDRTIonControlPointSequenceInterfaceClass to provide access to DRTIonControlPointSequence
ml::DcmDRTIonPlanIODInterfaceClass to provide access to DRTIonPlanIOD
ml::DcmDRTIonRangeCompensatorSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonRangeCompensatorSequence
ml::DcmDRTIonRangeCompensatorSequenceInterfaceClass to provide access to DRTIonRangeCompensatorSequence
ml::DcmDRTIonToleranceTableSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonToleranceTableSequence
ml::DcmDRTIonToleranceTableSequenceInterfaceClass to provide access to DRTIonToleranceTableSequence
ml::DcmDRTIonWedgePositionSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonWedgePositionSequence
ml::DcmDRTIonWedgePositionSequenceInterfaceClass to provide access to DRTIonWedgePositionSequence
ml::DcmDRTIonWedgeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTIonWedgeSequence
ml::DcmDRTIonWedgeSequenceInterfaceClass to provide access to DRTIonWedgeSequence
ml::DcmDRTLateralSpreadingDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTLateralSpreadingDeviceSequence
ml::DcmDRTLateralSpreadingDeviceSequenceInterfaceClass to provide access to DRTLateralSpreadingDeviceSequence
ml::DcmDRTLateralSpreadingDeviceSettingsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTLateralSpreadingDeviceSettingsSequence
ml::DcmDRTLateralSpreadingDeviceSettingsSequenceInterfaceClass to provide access to DRTLateralSpreadingDeviceSettingsSequence
ml::DcmDRTMACParametersSequenceBaseOpInterfaceThis class provides MLABFields for the DRTMACParametersSequence
ml::DcmDRTMACParametersSequenceInterfaceClass to provide access to DRTMACParametersSequence
ml::DcmDRTMeasuredDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTMeasuredDoseReferenceSequence
ml::DcmDRTMeasuredDoseReferenceSequenceInterfaceClass to provide access to DRTMeasuredDoseReferenceSequence
ml::DcmDRTMeasurementUnitsCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTMeasurementUnitsCodeSequence
ml::DcmDRTMeasurementUnitsCodeSequenceInterfaceClass to provide access to DRTMeasurementUnitsCodeSequence
ml::DcmDRTModalityLUTSequenceBaseOpInterfaceThis class provides MLABFields for the DRTModalityLUTSequence
ml::DcmDRTModalityLUTSequenceInterfaceClass to provide access to DRTModalityLUTSequence
ml::DcmDRTModifiedAttributesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTModifiedAttributesSequence
ml::DcmDRTModifiedAttributesSequenceInterfaceClass to provide access to DRTModifiedAttributesSequence
ml::DcmDRTMotionSynchronizationSequenceBaseOpInterfaceThis class provides MLABFields for the DRTMotionSynchronizationSequence
ml::DcmDRTMotionSynchronizationSequenceInterfaceClass to provide access to DRTMotionSynchronizationSequence
ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTMultiplexedAudioChannelsDescriptionCodeSequence
ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterfaceClass to provide access to DRTMultiplexedAudioChannelsDescriptionCodeSequence
ml::DcmDRTOriginalAttributesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTOriginalAttributesSequence
ml::DcmDRTOriginalAttributesSequenceInterfaceClass to provide access to DRTOriginalAttributesSequence
ml::DcmDRTOtherPatientIDsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTOtherPatientIDsSequence
ml::DcmDRTOtherPatientIDsSequenceInterfaceClass to provide access to DRTOtherPatientIDsSequence
ml::DcmDRTOverrideSequenceBaseOpInterfaceThis class provides MLABFields for the DRTOverrideSequence
ml::DcmDRTOverrideSequenceInterfaceClass to provide access to DRTOverrideSequence
ml::DcmDRTPatientBreedCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPatientBreedCodeSequence
ml::DcmDRTPatientBreedCodeSequenceInterfaceClass to provide access to DRTPatientBreedCodeSequence
ml::DcmDRTPatientSetupSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPatientSetupSequence
ml::DcmDRTPatientSetupSequenceInterfaceClass to provide access to DRTPatientSetupSequence
ml::DcmDRTPatientSpeciesCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPatientSpeciesCodeSequence
ml::DcmDRTPatientSpeciesCodeSequenceInterfaceClass to provide access to DRTPatientSpeciesCodeSequence
ml::DcmDRTPerformedProtocolCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPerformedProtocolCodeSequence
ml::DcmDRTPerformedProtocolCodeSequenceInterfaceClass to provide access to DRTPerformedProtocolCodeSequence
ml::DcmDRTPersonIdentificationCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPersonIdentificationCodeSequence
ml::DcmDRTPersonIdentificationCodeSequenceInterfaceClass to provide access to DRTPersonIdentificationCodeSequence
ml::DcmDRTPhysiciansOfRecordIdentificationSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPhysiciansOfRecordIdentificationSequence
ml::DcmDRTPhysiciansOfRecordIdentificationSequenceInterfaceClass to provide access to DRTPhysiciansOfRecordIdentificationSequence
ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPhysiciansReadingStudyIdentificationSequence
ml::DcmDRTPhysiciansReadingStudyIdentificationSequenceInterfaceClass to provide access to DRTPhysiciansReadingStudyIdentificationSequence
ml::DcmDRTPlanIODInterfaceClass to provide access to DRTPlanIOD
ml::DcmDRTPlannedVerificationImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPlannedVerificationImageSequence
ml::DcmDRTPlannedVerificationImageSequenceInterfaceClass to provide access to DRTPlannedVerificationImageSequence
ml::DcmDRTProcedureCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTProcedureCodeSequence
ml::DcmDRTProcedureCodeSequenceInterfaceClass to provide access to DRTProcedureCodeSequence
ml::DcmDRTProtocolContextSequenceBaseOpInterfaceThis class provides MLABFields for the DRTProtocolContextSequence
ml::DcmDRTProtocolContextSequenceInterfaceClass to provide access to DRTProtocolContextSequence
ml::DcmDRTPurposeOfReferenceCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTPurposeOfReferenceCodeSequence
ml::DcmDRTPurposeOfReferenceCodeSequenceInterfaceClass to provide access to DRTPurposeOfReferenceCodeSequence
ml::DcmDRTRangeModulatorSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRangeModulatorSequence
ml::DcmDRTRangeModulatorSequenceInterfaceClass to provide access to DRTRangeModulatorSequence
ml::DcmDRTRangeModulatorSettingsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRangeModulatorSettingsSequence
ml::DcmDRTRangeModulatorSettingsSequenceInterfaceClass to provide access to DRTRangeModulatorSettingsSequence
ml::DcmDRTRangeShifterSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRangeShifterSequence
ml::DcmDRTRangeShifterSequenceInterfaceClass to provide access to DRTRangeShifterSequence
ml::DcmDRTRangeShifterSettingsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRangeShifterSettingsSequence
ml::DcmDRTRangeShifterSettingsSequenceInterfaceClass to provide access to DRTRangeShifterSettingsSequence
ml::DcmDRTReasonForRequestedProcedureCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReasonForRequestedProcedureCodeSequence
ml::DcmDRTReasonForRequestedProcedureCodeSequenceInterfaceClass to provide access to DRTReasonForRequestedProcedureCodeSequence
ml::DcmDRTRecordedBlockSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedBlockSequence
ml::DcmDRTRecordedBlockSequenceInterfaceClass to provide access to DRTRecordedBlockSequence
ml::DcmDRTRecordedCompensatorSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedCompensatorSequence
ml::DcmDRTRecordedCompensatorSequenceInterfaceClass to provide access to DRTRecordedCompensatorSequence
ml::DcmDRTRecordedLateralSpreadingDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedLateralSpreadingDeviceSequence
ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterfaceClass to provide access to DRTRecordedLateralSpreadingDeviceSequence
ml::DcmDRTRecordedRangeModulatorSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedRangeModulatorSequence
ml::DcmDRTRecordedRangeModulatorSequenceInterfaceClass to provide access to DRTRecordedRangeModulatorSequence
ml::DcmDRTRecordedRangeShifterSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedRangeShifterSequence
ml::DcmDRTRecordedRangeShifterSequenceInterfaceClass to provide access to DRTRecordedRangeShifterSequence
ml::DcmDRTRecordedSnoutSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedSnoutSequence
ml::DcmDRTRecordedSnoutSequenceInterfaceClass to provide access to DRTRecordedSnoutSequence
ml::DcmDRTRecordedWedgeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRecordedWedgeSequence
ml::DcmDRTRecordedWedgeSequenceInterfaceClass to provide access to DRTRecordedWedgeSequence
ml::DcmDRTReferencedBeamSequenceInRTDoseIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBeamSequenceInRTDoseIOD
ml::DcmDRTReferencedBeamSequenceInRTDoseIODInterfaceClass to provide access to DRTReferencedBeamSequenceInRTDoseIOD
ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBeamSequenceInRTIonPlanIOD
ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterfaceClass to provide access to DRTReferencedBeamSequenceInRTIonPlanIOD
ml::DcmDRTReferencedBeamSequenceInRTPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBeamSequenceInRTPlanIOD
ml::DcmDRTReferencedBeamSequenceInRTPlanIODInterfaceClass to provide access to DRTReferencedBeamSequenceInRTPlanIOD
ml::DcmDRTReferencedBolusSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBolusSequence
ml::DcmDRTReferencedBolusSequenceInterfaceClass to provide access to DRTReferencedBolusSequence
ml::DcmDRTReferencedBrachyApplicationSetupSequenceInRTDoseIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBrachyApplicationSetupSequenceInRTDoseIOD
ml::DcmDRTReferencedBrachyApplicationSetupSequenceInRTDoseIODInterfaceClass to provide access to DRTReferencedBrachyApplicationSetupSequenceInRTDoseIOD
ml::DcmDRTReferencedBrachyApplicationSetupSequenceInRTIonPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBrachyApplicationSetupSequenceInRTIonPlanIOD
ml::DcmDRTReferencedBrachyApplicationSetupSequenceInRTIonPlanIODInterfaceClass to provide access to DRTReferencedBrachyApplicationSetupSequenceInRTIonPlanIOD
ml::DcmDRTReferencedBrachyApplicationSetupSequenceInRTPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedBrachyApplicationSetupSequenceInRTPlanIOD
ml::DcmDRTReferencedBrachyApplicationSetupSequenceInRTPlanIODInterfaceClass to provide access to DRTReferencedBrachyApplicationSetupSequenceInRTPlanIOD
ml::DcmDRTReferencedCalculatedDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedCalculatedDoseReferenceSequence
ml::DcmDRTReferencedCalculatedDoseReferenceSequenceInterfaceClass to provide access to DRTReferencedCalculatedDoseReferenceSequence
ml::DcmDRTReferencedControlPointSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedControlPointSequence
ml::DcmDRTReferencedControlPointSequenceInterfaceClass to provide access to DRTReferencedControlPointSequence
ml::DcmDRTReferencedDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedDoseReferenceSequence
ml::DcmDRTReferencedDoseReferenceSequenceInterfaceClass to provide access to DRTReferencedDoseReferenceSequence
ml::DcmDRTReferencedDoseSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedDoseSequence
ml::DcmDRTReferencedDoseSequenceInterfaceClass to provide access to DRTReferencedDoseSequence
ml::DcmDRTReferencedFractionGroupSequenceInRTDoseIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedFractionGroupSequenceInRTDoseIOD
ml::DcmDRTReferencedFractionGroupSequenceInRTDoseIODInterfaceClass to provide access to DRTReferencedFractionGroupSequenceInRTDoseIOD
ml::DcmDRTReferencedFrameOfReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedFrameOfReferenceSequence
ml::DcmDRTReferencedFrameOfReferenceSequenceInterfaceClass to provide access to DRTReferencedFrameOfReferenceSequence
ml::DcmDRTReferencedImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedImageSequence
ml::DcmDRTReferencedImageSequenceInterfaceClass to provide access to DRTReferencedImageSequence
ml::DcmDRTReferencedInstanceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedInstanceSequence
ml::DcmDRTReferencedInstanceSequenceInterfaceClass to provide access to DRTReferencedInstanceSequence
ml::DcmDRTReferencedMeasuredDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedMeasuredDoseReferenceSequence
ml::DcmDRTReferencedMeasuredDoseReferenceSequenceInterfaceClass to provide access to DRTReferencedMeasuredDoseReferenceSequence
ml::DcmDRTReferencedPatientSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedPatientSequence
ml::DcmDRTReferencedPatientSequenceInterfaceClass to provide access to DRTReferencedPatientSequence
ml::DcmDRTReferencedPerformedProcedureStepSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedPerformedProcedureStepSequence
ml::DcmDRTReferencedPerformedProcedureStepSequenceInterfaceClass to provide access to DRTReferencedPerformedProcedureStepSequence
ml::DcmDRTReferencedReferenceImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedReferenceImageSequence
ml::DcmDRTReferencedReferenceImageSequenceInterfaceClass to provide access to DRTReferencedReferenceImageSequence
ml::DcmDRTReferencedRTPlanSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedRTPlanSequence
ml::DcmDRTReferencedRTPlanSequenceInRTDoseIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedRTPlanSequenceInRTDoseIOD
ml::DcmDRTReferencedRTPlanSequenceInRTDoseIODInterfaceClass to provide access to DRTReferencedRTPlanSequenceInRTDoseIOD
ml::DcmDRTReferencedRTPlanSequenceInRTImageIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedRTPlanSequenceInRTImageIOD
ml::DcmDRTReferencedRTPlanSequenceInRTImageIODInterfaceClass to provide access to DRTReferencedRTPlanSequenceInRTImageIOD
ml::DcmDRTReferencedRTPlanSequenceInRTPlanIODBaseOpInterfaceThis class provides MLABFields for the DRTReferencedRTPlanSequenceInRTPlanIOD
ml::DcmDRTReferencedRTPlanSequenceInRTPlanIODInterfaceClass to provide access to DRTReferencedRTPlanSequenceInRTPlanIOD
ml::DcmDRTReferencedRTPlanSequenceInterfaceClass to provide access to DRTReferencedRTPlanSequence
ml::DcmDRTReferencedSetupImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedSetupImageSequence
ml::DcmDRTReferencedSetupImageSequenceInterfaceClass to provide access to DRTReferencedSetupImageSequence
ml::DcmDRTReferencedStructureSetSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedStructureSetSequence
ml::DcmDRTReferencedStructureSetSequenceInterfaceClass to provide access to DRTReferencedStructureSetSequence
ml::DcmDRTReferencedStudySequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedStudySequence
ml::DcmDRTReferencedStudySequenceInterfaceClass to provide access to DRTReferencedStudySequence
ml::DcmDRTReferencedTreatmentRecordSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedTreatmentRecordSequence
ml::DcmDRTReferencedTreatmentRecordSequenceInterfaceClass to provide access to DRTReferencedTreatmentRecordSequence
ml::DcmDRTReferencedVerificationImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferencedVerificationImageSequence
ml::DcmDRTReferencedVerificationImageSequenceInterfaceClass to provide access to DRTReferencedVerificationImageSequence
ml::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterfaceThis class provides MLABFields for the DRTReferringPhysicianIdentificationSequence
ml::DcmDRTReferringPhysicianIdentificationSequenceInterfaceClass to provide access to DRTReferringPhysicianIdentificationSequence
ml::DcmDRTRelatedRTROIObservationsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRelatedRTROIObservationsSequence
ml::DcmDRTRelatedRTROIObservationsSequenceInterfaceClass to provide access to DRTRelatedRTROIObservationsSequence
ml::DcmDRTRequestAttributesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRequestAttributesSequence
ml::DcmDRTRequestAttributesSequenceInterfaceClass to provide access to DRTRequestAttributesSequence
ml::DcmDRTRequestedProcedureCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRequestedProcedureCodeSequence
ml::DcmDRTRequestedProcedureCodeSequenceInterfaceClass to provide access to DRTRequestedProcedureCodeSequence
ml::DcmDRTROIContourSequenceBaseOpInterfaceThis class provides MLABFields for the DRTROIContourSequence
ml::DcmDRTROIContourSequenceInterfaceClass to provide access to DRTROIContourSequence
ml::DcmDRTROIPhysicalPropertiesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTROIPhysicalPropertiesSequence
ml::DcmDRTROIPhysicalPropertiesSequenceInterfaceClass to provide access to DRTROIPhysicalPropertiesSequence
ml::DcmDRTRTDoseROISequenceBaseOpInterfaceThis class provides MLABFields for the DRTRTDoseROISequence
ml::DcmDRTRTDoseROISequenceInterfaceClass to provide access to DRTRTDoseROISequence
ml::DcmDRTRTReferencedSeriesSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRTReferencedSeriesSequence
ml::DcmDRTRTReferencedSeriesSequenceInterfaceClass to provide access to DRTRTReferencedSeriesSequence
ml::DcmDRTRTReferencedStudySequenceBaseOpInterfaceThis class provides MLABFields for the DRTRTReferencedStudySequence
ml::DcmDRTRTReferencedStudySequenceInterfaceClass to provide access to DRTRTReferencedStudySequence
ml::DcmDRTRTRelatedROISequenceBaseOpInterfaceThis class provides MLABFields for the DRTRTRelatedROISequence
ml::DcmDRTRTRelatedROISequenceInterfaceClass to provide access to DRTRTRelatedROISequence
ml::DcmDRTRTROIIdentificationCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRTROIIdentificationCodeSequence
ml::DcmDRTRTROIIdentificationCodeSequenceInterfaceClass to provide access to DRTRTROIIdentificationCodeSequence
ml::DcmDRTRTROIObservationsSequenceBaseOpInterfaceThis class provides MLABFields for the DRTRTROIObservationsSequence
ml::DcmDRTRTROIObservationsSequenceInterfaceClass to provide access to DRTRTROIObservationsSequence
ml::DcmDRTScheduledProtocolCodeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTScheduledProtocolCodeSequence
ml::DcmDRTScheduledProtocolCodeSequenceInterfaceClass to provide access to DRTScheduledProtocolCodeSequence
ml::DcmDRTSetupDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTSetupDeviceSequence
ml::DcmDRTSetupDeviceSequenceInterfaceClass to provide access to DRTSetupDeviceSequence
ml::DcmDRTShieldingDeviceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTShieldingDeviceSequence
ml::DcmDRTShieldingDeviceSequenceInterfaceClass to provide access to DRTShieldingDeviceSequence
ml::DcmDRTSnoutSequenceBaseOpInterfaceThis class provides MLABFields for the DRTSnoutSequence
ml::DcmDRTSnoutSequenceInterfaceClass to provide access to DRTSnoutSequence
ml::DcmDRTSourceImageSequenceBaseOpInterfaceThis class provides MLABFields for the DRTSourceImageSequence
ml::DcmDRTSourceImageSequenceInterfaceClass to provide access to DRTSourceImageSequence
ml::DcmDRTSourceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTSourceSequence
ml::DcmDRTSourceSequenceInterfaceClass to provide access to DRTSourceSequence
ml::DcmDRTStructureSetIODInterfaceClass to provide access to DRTStructureSetIOD
ml::DcmDRTStructureSetROISequenceBaseOpInterfaceThis class provides MLABFields for the DRTStructureSetROISequence
ml::DcmDRTStructureSetROISequenceInterfaceClass to provide access to DRTStructureSetROISequence
ml::DcmDRTToleranceTableSequenceBaseOpInterfaceThis class provides MLABFields for the DRTToleranceTableSequence
ml::DcmDRTToleranceTableSequenceInterfaceClass to provide access to DRTToleranceTableSequence
ml::DcmDRTTreatmentMachineSequenceBaseOpInterfaceThis class provides MLABFields for the DRTTreatmentMachineSequence
ml::DcmDRTTreatmentMachineSequenceInterfaceClass to provide access to DRTTreatmentMachineSequence
ml::DcmDRTTreatmentSessionIonBeamSequenceBaseOpInterfaceThis class provides MLABFields for the DRTTreatmentSessionIonBeamSequence
ml::DcmDRTTreatmentSessionIonBeamSequenceInterfaceClass to provide access to DRTTreatmentSessionIonBeamSequence
ml::DcmDRTTreatmentSummaryCalculatedDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTTreatmentSummaryCalculatedDoseReferenceSequence
ml::DcmDRTTreatmentSummaryCalculatedDoseReferenceSequenceInterfaceClass to provide access to DRTTreatmentSummaryCalculatedDoseReferenceSequence
ml::DcmDRTTreatmentSummaryMeasuredDoseReferenceSequenceBaseOpInterfaceThis class provides MLABFields for the DRTTreatmentSummaryMeasuredDoseReferenceSequence
ml::DcmDRTTreatmentSummaryMeasuredDoseReferenceSequenceInterfaceClass to provide access to DRTTreatmentSummaryMeasuredDoseReferenceSequence
ml::DcmDRTTreatmentSummaryRecordIODInterfaceClass to provide access to DRTTreatmentSummaryRecordIOD
ml::DcmDRTVOILUTSequenceBaseOpInterfaceThis class provides MLABFields for the DRTVOILUTSequence
ml::DcmDRTVOILUTSequenceInterfaceClass to provide access to DRTVOILUTSequence
ml::DcmDRTWedgePositionSequenceBaseOpInterfaceThis class provides MLABFields for the DRTWedgePositionSequence
ml::DcmDRTWedgePositionSequenceInterfaceClass to provide access to DRTWedgePositionSequence
ml::DcmDRTWedgeSequenceBaseOpInterfaceThis class provides MLABFields for the DRTWedgeSequence
ml::DcmDRTWedgeSequenceInterfaceClass to provide access to DRTWedgeSequence
ml::DcmFrameOfReferenceModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmGeneralEquipmentModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmGeneralImageModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmGeneralStudyModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmImagePixelModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmImagePlaneModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmIODInterface< DcmIOD >
ml::DcmIODToMLConverterAbstract< DcmIODBase, DcmIOD >Templated base class for classes that convert a DcmIODBase object to ML
ml::DcmMeasuredDoseReferenceRecordModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmModalityLUTModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmModuleBaseOpInterface< DcmIODBase >Base Class for all DcmModuleBaseOpInterfaces
ml::DcmMultiFrameModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmMultiFrameOverlayModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmOverlayPlaneModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmPatientModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmPatientStudyModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmROIContourModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTBeamsModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTBrachyApplicationSetupsModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTDoseModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTDoseROIModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTDVHModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTFractionSchemeModuleInIonPlanIODBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTFractionSchemeModuleInPlanIODBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTGeneralPlanModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTGeneralPlanModuleInIonPlanIODBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTGeneralPlanModuleInPlanIODBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTGeneralTreatmentRecordModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTImageModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTIonBeamsModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTIonBeamsSessionRecordModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTIonToleranceTablesModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTPatientSetupModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTPrescriptionModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTROIObservationsModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTSeriesModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTToleranceTablesModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTTreatmentMachineRecordModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmRTTreatmentSummaryRecordModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmSOPCommonModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmStructureSetModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
ml::DcmtkAccessoriesClass collecting some DICOM helper functions
ml::DcmtkBaseBase object class for Base objects that wrap dcmtk objects
ml::DcmtkBaseObjectsThe toolkit and factory class DcmtkBaseObjects
ml::DcmtkMLConvertersThe tool function class DcmtkMLConverters
ml::DcmtkObjectReferenceInfoA structure which holds information about a referenced dicom object
ml::DcmVOILUTModuleBaseOpInterface< DcmIODBase >This class provides MLABFields to a specific DcmModule of the template parameter DcmIODBase
macx::DebugDebug related functions
ml::DecomposeBaseListEngine module decomposing a BaseList into one base object and a so-called rest list
DCMTree_Serialization::DeserializableInterface which provides a method to deserialize an object
DCMTree_Serialization::DeserializerIntf< T >Interface of a class, which can be used to deserialize objects without a default constructor
ml::DICOMAccessoriesClass collecting some DICOM helper functions
ml::DicomTreeImagePropertyExtensionImplement an ImagePropertyExtension object which can be passed to the ML
DCMTree::Dict
ml::DiscClass to handle the geometry primitive "Disc" consisting of a center, a normal and a radius
ml::DiscListBase object class DiscList
macx::DisplayDisplay related functions
ml::DistantObject< T >A DistantObject stores the pointer to an object of type T and forbids direct access to the stored pointer
ml::DistantObjectAccessorThe DistantObjectAccessor can be used to get the value stored in a DistantObject, it should only be used when you really know what you are doing!
DCMTree::DLLInitThis class is responsible for initializing the dll when it is loaded
macx::DockTileDock related functions
ml::DoubleFieldField to encapsulate a double value
ml::DoubleMultiFieldSave warning state
ml::DRTDoseIODBaseBase object class for passing DRTDoseIOD objects between MeVisLab modules
ml::DRTDoseIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTDoseIODBase> instances for all or a subset of DcmModules of DRTDoseIOD
ml::DRTImageIODBaseBase object class for passing DRTImageIOD objects between MeVisLab modules
ml::DRTImageIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTImageIODBase> instances for all or a subset of DcmModules of DRTImageIOD
ml::DRTIonBeamsTreatmentRecordIODBaseBase object class for passing DRTIonBeamsTreatmentRecordIOD objects between MeVisLab modules
ml::DRTIonBeamsTreatmentRecordIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTIonBeamsTreatmentRecordIODBase> instances for all or a subset of DcmModules of DRTIonBeamsTreatmentRecordIOD
ml::DRTIonPlanIODBaseBase object class for passing DRTIonPlanIOD objects between MeVisLab modules
ml::DRTIonPlanIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTIonPlanIODBase> instances for all or a subset of DcmModules of DRTIonPlanIOD
ml::DRTPlanIODBaseBase object class for passing DRTPlanIOD objects between MeVisLab modules
ml::DRTPlanIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTPlanIODBase> instances for all or a subset of DcmModules of DRTPlanIOD
ml::DRTStructureSetIODBaseBase object class for passing DRTStructureSetIOD objects between MeVisLab modules
ml::DRTStructureSetIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTStructureSetIODBase> instances for all or a subset of DcmModules of DRTStructureSetIOD
ml::DRTTreatmentSummaryRecordIODBaseBase object class for passing DRTTreatmentSummaryRecordIOD objects between MeVisLab modules
ml::DRTTreatmentSummaryRecordIODToMLConverterThis class generates DcmModuleBaseOpInterface<DRTTreatmentSummaryRecordIODBase> instances for all or a subset of DcmModules of DRTTreatmentSummaryRecordIOD
ml::DummyOpDummy input operator with one pixel of value 0 in it
DCMTree::Dump
macx::DynamicObjectDynamic object related functions
ml::EditObjectAllows to edit an ml::base-derived object via its XML description
ml::EngineBase class for all ML Engines which are derived from Module, which have no inputs or outputs and which implements field connections or operations on fields
DCMTree::EnhancedMFSupport for structured multi-frame (SMF) DICOM objects, not to be used
ml::EnumFieldField to encapsulate an enumerated value
ml::ErrorOutputClass to handle all ML debug prints, errors, warnings, and information
ml::ErrorOutputInfosStruct which contains all information about errors, fatal errors, warnings, information or debug prints
macx::EventManagerEvent Manager
DCMTree::ExceptionException class for DCMTree
ml::ExtConvolutionFilterThis class implements different convolution filters with changeable kernel sizes
ml::ExtractObjectFromListEngine module ExtractObjectFromList extracting a single list item (identified by its index) from a given list
ml::fctLineFilter< DATATYPE >The basic implementation of a filter to filter an image row with kernel operations
ml::FieldBase class for all fields used in the ML
ml::Field::Field::FlagsFlags for internal usage
ml::FieldContainerDefines the class FieldContainer to encapsulate a vector of fields for (see class Field)
ml::FieldSensorClass to define and to manage field sensors
DCMTree::FileCache
macx::FileManagerFile operations
macx::FileMetadataFile Metadata related functions (uses extended attributes)
DCMTree_Serialization::FileSinkClass to write DCMtree as file stream
DCMTree_Serialization::FileSourceClass to read DCMtree file stream
ml::FloatFieldField to encapsulate a float value
ml::FloatingPointVector< T, size, DataContainer >Template class for vector arithmetic with floating point data types
ml::FloatingPointVectorDataContainerBase< DT, size >Base class of the FloatingPointVector class which holds the data buffer
ml::FloatMultiFieldClass FloatMultiField. See MultiField for documentation
ml::FloatTypes
ml::GetTileJobPublic interface for requesting a tile from a an ML PagedImage using the PageRequestProcessor
ml::GetTileJobBaseBase class for TileRequest based jobs
GL2DFontA bridge to the ftgl library that manages font rendering with texture fonts
macx::GLContextOpenGL context management
GLContextPlatform independent interface class to manage an OpenGL context
GLContext::GLContext::GLCtxStructure with platform dependent information about OpenGL context
GLDisplayListGL display list resource
GLFragmentProgramARBARB_FRAGMENT_PROGRAM resource
GLFrameBufferFrameBufferObject resource (frame_buffer_object extension)
GLPixelBufferPixelBuffer resource (_pixel_buffer_object) It is internally the same as a GLVertexBuffer, but to be able to see the buffers usage this is implemented too
GLRenderBufferRenderBuffer resource (frame_buffer_object extension)
GLResourceAbstract base class for GLResources
GLResourceManagerManages OpenGL resources
GLResourceManager::GLResourceManager::GLResourceListDynamic list of GLResource objects
GLSLFragmentShaderGLSL FragmentShader resource
GLSLGeometryShaderGLSL GeometryShader resource
GLSLProgramGLSL Program resource
GLSLShaderGLSL Shader resource
GLSLVertexShaderGLSL VertexShader resource
GLTextureTexture class
GLTexturesTexture class that manages multiple texture ids
GLVertexBufferVertexBuffer resource (vertex_buffer_object extension) http://www.opengl.org/registry/specs/ARB/vertex_buffer_object.txt
macx::GPUInfoGraphics card information
ml::GPUInfoSingleton class that provides hardware specific information
boost::graph_traits< ml_graph_ptr >Definition of traits for ml::Graph class
boost::graph_traits< ml_undirected_graph_ptr >Definition of traits for ml::Graph class
HIDAppleIRReceiver
HIDCore
HIDPowerMate
HIDSpacemouse
ml::HostThe Host is the central image processing class in the ML
ml::ImagePropertiesThis class represents basic image properties:
ml::ImagePropertyExtensionBase class from which one can derive own image properties
ml::ImagePropertyExtensionContainerThis class is a container for extended image properties derived from ImagePropertyExtension
ml::ImageVectorFieldField to encapsulate an ML vector ImageVector with 6 integer components
ml::ImagingBackgroundTask
ml::ImagingBackgroundTask::ImagingBackgroundTask::AsyncTileRequestAsynchronous tile request (copyable!)
ml::ImagingBackgroundTask::ImagingBackgroundTask::ProcessAllPagesRequestAsynchronous process all pages request (copyable!)
ml::InputConnectorClass to manage an input connection of a Module module
ml::InputConnectorFieldField to encapsulate a pointer to an input connector which represents a module input
ml::InputSubImagePropertiesDefines the class InputSubImageProperties which is a simple container for some properties which can be defined for an input subimage which is to be delivered to the corresponding call of the module's calculateOutputSubImage method
ml::Int32MultiFieldClass Int32MultiField. See MultiField for documentation
ml::IntegerTypes
ml::IntFieldField to encapsulate an integer value
ml::IntMultiFieldClass IntMultiField. See MultiField for documentation
ml::IOHandlerHandles the different possible IO modes
DCMTree::IOParameterBase class to wrap parameters to be used for reading/writing messages this is needed because the toolkits have different capabilities (merge needs file-names, offis seems to work with streams too etc
ml::ITKCommandIterationUpdateImplementation of the Command Pattern to be invoked every iteration
ml::ITKFlatStructElementML class to wrap the itkFlatStructElement class in an ML module
ml::ITKMLBaseWrapper< OBJ_TYPE, OBJ_TYPE_POINTER, WRAPPER_CLASS_NAME >Class to create a Base wrapper around an object of a certain template type
ml::ITKModuleAddOnsClass to implement much functionality used in ML modules wrapping filters
ml::ITKWrapperBaseHelper class to have a common base class for all derived wrapper
ml::KernelBaseModuleThe module base class to apply kernels to an image
ml::KernelBaseOp
ml::KernelCurvatureEstimationFilterImplements a filter to estimate curvatures
ml::KernelEditorThe class to edit a 6D kernel
ml::KernelLineApplicator< DATATYPE, KDATATYPE >The KernelLineApplicator class takes a Kernel instance and filters one line of an mlSubImage and writes it to an output also given by another mlSubImage
ml::KernelLineApplicatorBase< DATATYPE, KDATATYPE >The KernelLineApplicatorBase class is designed to implement new kernel based filters to be applied to a line of an mlSubImage and and to write the filtered line to an output mlSubImage
ml::KernelModuleThe typically used convenience class to apply a kernel to an image
ml::KernelOp
ml::KernelToolsClass collecting a set of templated an normal functions for filtering operations using kernels
ml::KeyFrameClass KeyFrame consisting of a 3D position, tangent and up vector
ml::KeyFrameListBase object class KeyFrameList storing a list of KeyFrame entries
macx::LaunchServicesFinder / Launch services encapsulation
LegendItemClass holds legend item information
std::less< ml::BaseContainerItem >Overwrite comparison class for BaseContainerItem
ml::LineClass to define the geometry primitive "Line" consisting of a position and a direction
ml::LineApplicator< DATATYPE >The LineApplicator class provides pure virtual functions used by the old applyFiltering functions from the KernelTools class to filter one row of an SubImage and writes it to an output also given by another SubImage
ml::ListBaseBase object class ListBase managing a number of BaseItem objects
ml::ListContainerBaseAbstract module class ListContainerBase implementing basic functionality for a list container module
ml::ListContainerTemplate< T >Template module class ListContainerTemplate for a specific list class
ml::ListParserParser class for parsing persistent state strings of list objects
ml::ListTemplate< T >Basic list class template combining properties of ListBase and a vector of the template argument type
ml::LoadBaseAllows to load ml::base-derived objects from file
DCMTree_Utils::LoadLibraryDelegateDelegate who is responsible for loading the specific DICOM library used in initialization, if the library is not loaded statically (via the DEF file)
ml::LocalMaximaFilterClass searching local maxima in images using a kernel based filtering
ml::LoGFilterThe LoGFilter permits filtering an image with a 2D Laplace of Gaussian filter kernel
ml::LongDoubleFieldField to encapsulate a long double value
ltSbPolygonLayerId
ml::LUTData< T >A LUTData object stores an instance of a LUT, rendered for a specified visual type, data type, reference range and index/row/layer set
ml::LUTDataBaseUntyped base class for LUTData template classes
ml::LUTFBlendGenerate a 2/3D-LUT by blending two 1/2D-LUTs
ml::LUTFChannelMapA LUT function mapping the individual channels of the input LUT to the channels of the output LUT
ml::LUTFColorLUT transform to apply or remove color to an input LUT
ml::LUTFCombineA LUT function combining several input LUTs into a single output LUT
ml::LUTFCombine::LUTFCombine::LUTEntryStores a lut function entry that should be combined
ml::LUTFComposeA LUT function composing several input LUTs into a single output LUT
ml::LUTFConcatConcatenate LUTs in row or layer direction
ml::LUTFLinearA color/gray LUT with sampling points and linear, nearest neighbor or truncated interpolation inbetween
ml::LUTFloatRGBAImplements a float RGBA color table
ml::LUTFPrimitiveA single channel LUT with predefined primitives of different shapes
ml::LUTFRampPairAn RGBA LUT consisting of a RGB ramp and an alpha ramp
ml::LUTFRescaleLUT transform to rescale a LUT's index range and to convert an absolute to a relative LUT
ml::LUTFSelectSelect a 1D-LUT from a specified row/layer of a 2D- or 3D-LUT
ml::LUTFunctionCommon base class for lookup tables
ml::LUTIterator< T >The LUTIterator class template is used by a LUTFunction object for rendering into a LUTData object
ml::LUTIteratorBaseLUT iterator base class with type independent functionality and declarations
ml::LUTRGBAPointA LUT sampling point with index position and RGBA channel values,
ml::ManagedSubImageManagedSubImage is derived from SubImage and frees its allocated memory automatically when it is destructed
ml::MarkerListBase object class MarkerList managing a list of markers represented by Vector4's
ml::Mat3ListBase object class Mat3List managing a list of 3x3 matrices
ml::Mat4ListBase object class Mat4List managing a list of 4x4 matrices
ml::Matrix2FieldField encapsulating a 2x2 matrix
ml::Matrix3FieldField encapsulating a 3x3 matrix
ml::Matrix4FieldField to encapsulate a 4x4 matrix
ml::Matrix5FieldField encapsulating a 5x5 matrix
ml::Matrix6FieldField encapsulating a 6x6 matrix
ml::MatrixFieldField to encapsulate a 4x4 matrix, same as Matrix4Field for backward compatibility
ml::MedicalImagePropertiesThis class encapsulates basic medical image properties:
ml::MemoryBasic memory management class for the ML
ml::MemoryImageA memory cache for the complete output image of an output connector
ml::MemoryInfoSingleton class that provides hardware specific information
ml::MergeListsEngine module MergeLists merging two BaseListTemplate-derived objects
DCMTree::MessageClass to hold data of an DICOM message, which is not part of the message itself
ml::MessagingBackgroundTaskMessagingBackgroundTask extends the BackgroundTask with the functionality to call methods on DistantObject instances on the GUI thread to communicate with the GUI (e.g
DCMTree::MFPixelTag
boost::ml_edge_weight_map
boost::ml_graph_traversal_tagThis describes the ways in which the vertices and edges of the graph can be visited
boost::ml_iterator_map< IteratorTraits, IDMap >This is a helper template to create an external property map for an std random access container
ml_out_edge_iterator
boost::ml_ug_edgeSimple wrapper to store an ml::GraphEdge together with a ml::GraphNode, so that the source() function and the out_edge_iterator will always be able to return an edge which points away from a vertex
boost::ml_ug_edge_weight_map
ml_ug_out_edge_iteratorIterator class to iterate over all out edges of a vertex (out_edge_iterator)
boost::ml_ug_vertex_id_mapVertex id Maps each vertex to a unique id
boost::ml_undirected_graph_traversal_tagThis describes the ways in which the vertices and edges of the graph can be visited
boost::ml_vertex_id_mapVertex id Maps each vertex to a unique id
MLAccumulatedProfile
MLApplicationPropertyCallbacksDefines all callbacks that an application has to support for property access
MLCallGraphFunction
MLCallGraphNode
MLCountProfile
MLCurrentlyUsedMemoryTracker
ml::MLDataTypeFieldField to encapsulate an MLDataType value
ml::MLImageFormatFileCacheA file cache for a whole volume which is changed only if load, clear or auto load is activated
ml::MLImageFormatInfoInformation retrieval module for the MLImageFormat
ml::MLImageFormatIOBaseSave module for MLImageFormat
ml::MLImageFormatLoadThe load module class for the MLImageFormat
ml::MLImageFormatSaveSave module for MLImageFormat
ml::MLITKObjectFactoryA class to manage a void pointer to an object of a certain class type a type dataType and dimension dim
itk::MLITKStructuringElement< TPixel, VDimension, TAllocator >Specialized class for generated toolkit modules using normal kernels
itk::MLITKStructuringElementBase< TPixel, VDimension, TAllocator, SuperClss >Template class to create an itk structured element from an ML kernel
MLMemoryAllocatorThe memory allocator used by the memory manager
MLMemoryBlockHandleThe strong handle of a MLMemoryBlock
MLMemoryManagerThe memory manager
MLMemoryProfile
MLMetaProfile
MLMetaProfilePtrThe pointer is automatically reset when the meta profile is destroyed
MLProfilingManager
MLTCarrierType< size, i1 >Disable all c++ specific things for this c file because it it must fulfil c-api requirements, i.e., it must not use c++
MLTimeProfile
MLTimeProfileHandle
MLTimer
MLTimeStatisticsTime is stored in seconds
MLTimeStatistics::MLTimeStatistics::Values
ml::MLTStdTypeInfos< VTYP >Template class to register the standard integer classes as voxel types in the ML
MLTypeInfosStructure containing all data type features and pointers to all functions needed to implement operations on any MLTCarrierType
MLTypeInfosTableStructType of a table of MLTypeInfos for all input and output type infos
MLTypePropertyBitsStructure to define a bit mask which identifies all implemented functions for a data type
MLTypePushDoubleInfoA structure managing two MLTypePushSingleInfo objects for simpler usage at many places
MLTypePushSingleInfoA structure returning whether type handler really have been pushed by any of the MLTypeInfosPushAndSet* commands
ml::MLVTKParentWrapperMini base class storing a parent pointer for bypassing (usually a widget pointer or parent) from MeVisLab-Widget library to module and vice versa without breaking interfaces
MLWeakMemoryBlockHandleThe weak handle of a MLMemoryBlock
ml::ModuleBase class for an image processing module of the ML
ml::ModuleBackgroundTaskModuleBackgroundTask extends the ImagingBackgroundTask with a number of useful methods that allow asynchronous access to the images of a Module
ml::ModuleToolsClass containing some helper functionality for Module programming and/or for the Module class itself
ml::MorphologyFilterThe class to apply morphology based kernel filters to images
ml::MultiBaseTypeClass to provide a number of get/set functions for often used templated objects, for example function pointers
ml::MultiField< DATATYPE >Field to represent a dynamic vector of DATATYPE values
Neighborhood
ml::NotifyClass to handle all ML Notify prints, errors and warnings
ml::NotifyFieldField without value for notifications
macx::ObjectiveAutoreleasePoolObjective-C autorelease pool object
ml::ObjMgrDatabase manager and communication switchboard
ml::ObjMgrBaseBase class for all communicating modules
ml::ObjMgrClientBase class for all modules that wish to use and communicate (send and receive notifications) with the ObjMgr module
ml::ObjMgrEventEvent information
ml::olFullPathThis is a simple class that lets us do easy prepending of the info file's directory to a given relative path
ml::olSpecializedLoaderBase class for all loader-plugins
ml::omAttributeManages the attribute data and takes care of allocation and deallocation
ml::omAttribute_omMessageAttribute for messages
ml::omAttributesVectorManages one layer of information
ml::omDataManages data and takes care of allocation and deallocation
ml::omData_omMessageData type for messages
ml::omDataTypeBase class for data
ml::omFlagsManaged special flags of information address components
ml::omIDTypeObject, layer, info Id type
ml::omMessageMessage type
ml::omObjectBase class that declares to basic functionality of an object
ml::omObjectContainerDatabase (object container) - manages all objects
ml::omObjMgrConnectionConnection information
ml::OpenCVVideoBackend
ml::OpenCVVideoCaptureOpenCV Video Capture encapsulation
OpenGLMeVis OpenGL Information Interface (Singleton)
ml::OutputConnectorClass to manage an output connection for a Module module
ml::OutputConnectorFieldField to encapsulate a pointer to an output connector which represents a module output
ml::PageBufferPageBuffer is a helper structure to manage one page of input data of the VirtualVolume class and it also handles the most important properties of the page
ml::PagedImageClass which represents an image, which manages properties of an image and image data which is located in pages
ml::PagedImagePropertiesPagedImageProperties extends the MedicalImageProperties with the page extent
ml::PageIDIteratorA class that allows to incrementally iterate over all ids of pages have an intersection with a given box on a given PagedImage
ml::PageRequestA PageRequest represents the request for the calculation of a single page of a PagedImage
ml::PageRequestCursorA cursor to create page and tile requests in an iterative manner, to allow breaking/resuming at any time and to avoid a recursive tree traversal which can not be easily resumed
ml::PageRequestProcessorA simple processor that takes one or even multiple tile requests and can process them iteratively
ml::PageRequestQueueInterfaceVirtual interface for queuing PageRequests that are ready for processing
ml::ParserBaseBasic parser class from which special parser classes can be derived for parsing persistent state strings
ml::PhysicalTypeSelector< physicalTypeId >Helper template so select a physical type from its type id
ml::PlaneClass defining a plane in 3D
ml::PlaneFieldField to encapsulate a vector of 4 double values representing a plane with all properties of Vector4Field
ml::PointerFieldField to encapsulate a void pointer to arbitrary data
ml::PointListBase object class PointList managing a list of points
ml::PresentationStateBase object class for passing DVPresentationState objects between MeVisLab modules
ml::PrivateDICOMTagsClass collecting some DICOM helper functions for private tags
ml::PrivateDICOMTags::PrivateDICOMTags::PrivateTagDescSmall helper container to manage private tag information
macx::ProcessProcess related functions
ml::ProcessAllPagesBackgroundTaskClass ProcessAllPagesBackgroundTask
ml::ProcessAllPagesHandlerBase class for handlers that are used for the Module::processAllPages facility
ml::ProcessAllPagesJobPublic interface for processing all pages of a temporary output image
ml::ProgressFieldField to encapsulate an increasing float value from range [0,1]
boost::property_map< ml_graph_ptr, edge_weight_t >
boost::property_map< ml_graph_ptr, vertex_index_t >
boost::property_map< ml_undirected_graph_ptr, edge_weight_t >
boost::property_map< ml_undirected_graph_ptr, vertex_index_t >
QHoldWhilePanGesture
QHoldWhilePanGestureRecognizer
QMultiTapGesture
QMultiTapGestureRecognizer
macx::QTComponentDescQTComponentDesc
ml::QTVideoCaptureQTKit Video Capture encapsulation
macx::QuickTimeMovieQuicktime encapsulation
ml::RankFilterThe class to apply rank based kernel filters images
ml::RasterFunctionBase object to handle implicit or explicit functions to draw into subimages
ml::RasterFunctionListBase object class to handle a list of raster functions
DCMTree::Reader
ml::RefCountedBaseRefCountedBase class adds intrusive reference counting support to the Base class
macx::ResourceForkAdd data to resource fork of files on HFS volumes
ml::RobertsFilterClass to apply a kernel based roberts filtering to an image
ml::RotationClass to handle Rotations (internally the rotation is stored as a quaternion)
ml::RotationFieldField to encapsulate a vector of 4 double values representing a rotation with all properties of Vector4Field
ml::RTBaseDcmtkBase derived base object class for base objects that wrap RT related objects
ml::RuntimeThis class contains the runtime system of the ML
ml::RuntimeDictThis file declares the class RuntimeDict, which manages a set of instances of class RuntimeTypes
ml::RuntimeTypeRuntimeType contains type and inheritance information of a class and a static dictionary with information on all created instances of RuntimeType
ml::SaveBaseSaves an ml::base-derived object to a file class SaveBase
SbFocusInfoClass transporting focus information for one sub graph
SbGroundplane
SbList< Type >This contains the definition of the SbList generic pointer list class; an SbList is a list of (void *) pointers that allows easy insertion, removal, and other operations
SbMap< KeyType, ValueType >Open Inventor container that associates objects of type KeyType with objects of type ValueType
SbMap< KeyType, ValueType >::SbMap::AccessClassAccessClass is a temporary class used with the [] operator on an SbMap
SbMap< KeyType, ValueType >::SbMap::ByLevelIteratorSbMap::ByLevelIterator for an SbMap, traversing the map top to bottom, level by level left to right.
SbMap< KeyType, ValueType >::SbMap::IteratorRegular low->high (++) and high->low (--) iterator class for an SbMap
SbMap< KeyType, ValueType >::SbMap::ParentFirstIteratorSbMap::ParentFirstIterator for an SbMap, traversing the map from top to bottom
SbMap< KeyType, ValueType >::SbMap::ParentLastIteratorSbMap::ParentFirstIterator for an SbMap, traversing the map from bottom to top
SbMapItem< KeyType, ValueType >Class SbMapItem is the element type of the SbMap tree
SbMLImagePropertiesOpen Inventor data type to store ML image properties
SbPolygonLayer
SbSamplerInfoOpen Inventor data type and element to store information about a (list of) SbSampler
SbSet< _Tp, _Cmp >
SbSlabRenderingPropertiesOpen Inventor element to store information about current slab mode
ml::ScopedBarrierWaiterA helper class that ensures barrier waiting even when an exception occurs
macx::ScreenShotScreen shot facilities
DCMTree_Serialization::SerializableInterface which provides a method to serialize an object
DCMTree_Serialization::SerializerIntf< T >Interface of a class, which can be used to serialize objects
SiButtonData
SiDevInfo
SiDevPort
SiemensASCIIConvertParserProvides by-name access to values of the ASCIIConvert-Part of a Siemens proprietary MR Spectroscopy dataset
SiEventHandler
SiGetEventData
ml::SigmaFilterA sigma filter class
SiKeyboardData
SiLpfkData
DCMTree_Serialization::SinkInterface of a data sink for the serialization of objects
SiOpenData
SiSensitivity
SiSpwData
SiSpwEvent
SiSpwHandlers
SiSpwOOB
SiTuning
SiTypeMask
SiVerInfo
macx::SmartPtr< T >Smart pointer to reference counted object (Helper class)
SoAppleRemoteButtonEventA SoAppleRemoteButtonEvent derived from SoSpaceballButtonEvent
SoAppleRemoteDevice
SoBackgroundSoBackground renders a background bar It uses the lookuptable element to draw a 8bit Lookuptable on the bar rendering
ml::Sobel3DFilterApplies a Sobel edge detection or a Sobel gradient estimation in 3D to a volume image
SoCalculatorWrapperSoCalculatorWrapper wraps the SoCalculator engine to make it usable inside of MeVisLab
SoCameraViewAllAllows to trigger the view all action of a camera, independent of a viewer
SoCast
SoCheckShaderSupportOpen Inventor node to check if OpenGL shader support is provided by the OpenGL driver
SoClearShaderStateOpen Inventor node to clear shader state
SoClipBoxSoClipBox defines a node with 6 clipping plane manipulators that are arrange on the sides of a box
SoCSO3DVisModule for visualizing CSOs in 3D as an Open Inventor scene
SoCSOTransformAbstract Open Inventor base class for uniform shader parameter nodes
SoCSOTransformElement
SoDummySoDummy class is used to create a place holder node when the created node was unknown
SoEnterLeaveEventOpen Inventor SoEvent that represents a mouse enter or mouse leave event
SoExtText2Implements a node similar to SoText2, but by using the GLUT font and some extra features (shadow, background, etc
SoFlashOpenInventor node SoFlash provides a changing material node that blends one color into another
SoFocusSoFocus is a general facility to detect focus changes
SoFocusElementOpen Inventor Element defining if the currently rendered Graph has the focus
SoFragmentShaderOpen Inventor fragment shader node
SoFramebufferSamplerAbstract Open Inventor base class for sampler nodes based on a framebuffer object
SoFramebufferSampler2DOpen Inventor sampler node that gets it's 2D image from a framebuffer object
SoFramebufferSampler3DOpen Inventor sampler node that gets it's 3D image from a framebuffer object
SoFramebufferSamplerElementInternal Open Inventor element not meant to be used in SDK
SoGeometryShaderOpen Inventor fragment shader node
SoGestureEventA SoGestureEvent derived from SoEvent
SoGLCompleteShaderShader class which directly takes src for vertex, geometry and/or fragment shader, compiles and links it
SoGLRenderStateClass SoGLRenderState to manage the GL state in an Open Inventor node
SoGLShaderAbstract base class for shader objects
SoGLShaderObjectVertex or fragment shader object class
SoGLShaderProgramClass managing an OpenGL shader program
SoGLShaderProgram::SoGLShaderProgram::UniformInfoInformation structure for SoGLShaderObject containing location, type, and size
SoGLShaderProgramElementOpen Inventor element representing a SoGLShaderProgram in the Open Inventor state
SoGroundplaneElement
SoGroundplaneVerticesElement
SoHoldWhilePanGestureEventA SoHoldWhilePanGestureEvent derived from SoGestureEvent
SoInheritedFramebufferSamplerOpen Inventor node used to access a previous OpenGL framebuffer sampler
SoKeyGrabberSoKeyGrabber is a general facility to grab keyboard events
SoMagnify2GestureEventA SoMagnify2GestureEvent derived from SoGestureEvent
SoMFDoubleA multi value field that stores double values
SoMFShaderObjectOpen Inventor multiple field managing a list of shader objects
SoMFUniformShaderParameterOpen Inventor multiple field managing a list of shader parameters
SoMLImageElementInventor element storing ML image properties in the Open Inventor state
SoMLImagePropsInventor node providing access to ML image properties
SoMLLUTOpen Inventor node implementing an interface to the ml::LUTFunction
SoMLLUTChangeColorDefines a debug extension to the SoGVRVolRen
SoMLLUTElementOpen Inventor element to administrate a pointer to a SoMLLUT node in the inventor state
SoMLLUTExtensionExtends the SoMLLut with functionality
SoMLLUTExtensionElementSoMLLUTExtensionElement collects a list of SoGVRExtensions while the scene graph is traversed The list is cleared when the state is popped to force recollection on next rendering step
SoMLSamplerAbstract base class for sampler nodes that handle ML images
SoMLSampler1DSampler node that uses a 2D ML subimage to define a 2D sampler
SoMLSampler2DSampler node that uses a 2D ML subimage to define a 2D sampler
SoMLSampler3DSampler node that uses a 3D ML subimage to define a 3D sampler
SoMLSamplerCubeMapSampler node that uses 6 2D ML subimages to define a Cubemap sampler
SoMLTransformSoMLTransform applies the ML WorldToVoxel matrix to the Inventor Scene
SoMouseGrabberSoMouseGrabber is a general facility to grab mouse events and to map mouse movement to x/y values
SoMultiPassFramebufferSamplerOpen Inventor node to accumulate multiple render passes in a sampler
SoMultiPassFramebufferSamplerElementInternal Open Inventor element not meant to be used in SDK
SoMultiplePassOpen Inventor group node traversing its subgraph a number of times
SoMultiTapGestureEventA SoMultiTapGestureEvent derived from SoGestureEvent
ml::SoNodeFieldField to encapsulate a pointer to an SoNode instance of OpenInventor
SoOrthoView2DSoOrthoView2D uses three SoView2D nodes to create a 3D ortho viewer with three 2D views
SoOrthoView2DBaseSoOrthoView2DBase uses three SoView2D nodes to create a 3D ortho viewer with three 2D views
SoPan2GestureEventA SoPan2GestureEvent derived from SoGestureEvent
SoPickableShadowCast
SoPlaneDraggerDefines a plane dragger that can be used to manipulate a plane (and translation+rotation)
SoPlaneSyncOpen Inventor node calculating a new translation from a translation, a rotation and a distance factor
SoPolygonLayerElement
SoPowerMateButtonEventA SoPowerMateButtonEvent derived from SoButtonEvent
SoPowerMateDevice
SoPowerMateMotionEventA SoPowerMateMotionEvent derived from SoEvent
SoQtAppleRemoteApple remote control device driver for Open Inventor
SoQtPowerMateGriffin PowerMate device driver for Open Inventor
SoQtSpacemouseSpaceMouse / SpaceBall / SpaceTraveller device driver for Open Inventor
SoQtTouchpadTouchpad device driver for Open Inventor
SoRotate2GestureEventA SoRotate2GestureEvent derived from SoGestureEvent
SoSamplerAbstract Open Inventor base class for sampler nodes
SoSampler2DAbstract Open Inventor base class for 2D sampler nodes
SoSamplerInfoElementElement stores information about all current sampler nodes
SoSceneWriterOpen Inventor engine to write scene representation to file
SoSceneWriter::SoSceneWriter::COLORED_POINTStruct holds point information when VRML_2 output is applied on SGI Inventor scenes
SoSFDoubleA single value field that stores a double value
SoSFMLBaseThe SoSFMLBase field is the interface used by Inventor Nodes to output ML Base objects to the outside world
SoSFMLConnectorThe SoSFMLConnector field is the interface used by Inventor Nodes to output input/output ML Connector Fields to the outside world
SoSFMLImageThe SoSFMLImage field is the interface used by Inventor Nodes to access image data (in the current implementation from the ML - MeVis Image Processing Library)
SoShader
SoShaderObjectAbstract Open Inventor node for vertex or fragment shader nodes
SoShaderObjectElementOpen Inventor element storing a list of vertex or fragment shader nodes in the Open Inventor state
SoShaderParameterAbstract Open Inventor group base class for shader parameter nodes
SoShaderParameter1fOpen Inventor uniform shader parameter node that defines one float parameter
SoShaderParameter1iOpen Inventor uniform shader parameter node that defines one integer parameter
SoShaderParameter2fOpen Inventor uniform shader parameter node that defines two float parameters
SoShaderParameter2iOpen Inventor uniform shader parameter node that defines two integer parameters
SoShaderParameter3fOpen Inventor uniform shader parameter node that defines three float parameters
SoShaderParameter3iOpen Inventor uniform shader parameter node that defines three integer parameters
SoShaderParameter4fOpen Inventor uniform shader parameter node that defines four float parameters
SoShaderParameterColorOpen Inventor uniform shader parameter node that defines tree float parameters using a color selector
SoShaderParameterMatrixOpen Inventor uniform shader parameter node that defines a matrix parameter
SoShaderParameterMLImagePropsOpen Inventor uniform shader parameter node that defines integer and float parameters to represent the size and range of a connected ML image
SoShaderParameterMLImageSizeOpen Inventor uniform shader parameter node that defines two integer parameters to represent the size of a connected ML image
SoShaderProgramOpen Inventor shader program node
SoShaderProgram::SoShaderProgram::SoNodeSensorListList of sensors to parameters known via field
SoShadowAwareTransformerManip
SoShadowCallback
SoShadowCast
SoShadowFaceDetail
SoShadowMaterial
SoShadowMatrixElement
SoShadowRenderElement
SoShadowSwitch
SoShowFPSSoShowFPS renders the current frame rate onto the scene
SoSlabRenderingElementInventor element storing SlabRendering properties in the Open Inventor state
SoSpacemouseDevice
SoSwipe2GestureEventA SoSwipe2GestureEvent derived from SoGestureEvent
SoSwipeAccess
SoToggleSoToggle is a SoSwitch node that has a boolean field to toggle the underlying scene graph on/off
SoTouchpadDevice
SoUniformParameterBaseBase class for uniform shader parameters
SoUniformShaderParameterAbstract Open Inventor base class for uniform shader parameter nodes
SoUniformShaderParameterElementOpen Inventor element storing a list of shader parameter nodes
DCMTree_Serialization::SourceInterface of a data source for the deserialization of objects
SoVectorToFloatSoVectorToFloat transforms vector to float (not an engine)
SoVertexShaderOpen Inventor vertex shader node
SoView2DSoView2D is a 2D viewer for image data
SoView2DAnnotationAnnotation extension for the SoView2D
SoView2DAutoCenterNode that allows a View2D zoom fly in on mouse click
SoView2DBorderSoView2D extension that draws a border with variable width and highlighting of focused viewport
SoView2DBorderHighlightSoView2D extension that draws a border around a selected range of slices
SoView2DCallbackSoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension
SoView2DCSOEditorProvides 2D drawing and interaction for the contour segmentation objects
SoView2DDeformationGridViewInclude system dependency stuff of this library
SoView2DEnlargeOnClickAllows changing the current slice of the SoView2D with mouse movement and mousewheel
SoView2DExtensionSoView2DExtension Base class for all View2DExtensions used for drawing and event handling on the View2D
SoView2DExtensionElementSoView2DExtensionElement collects a list of SoView2DExtensions while the scene graph is traversed The list is cleared when the state is popped to force recollection on next rendering step
SoView2DExtensionSeparator
SoView2DHintSoView2DHint allows to switch the SoView2D module into 3D rendering mode
SoView2DHintElementSoView2DHintElement is read by the SoView2D and influences it's rendering mode
SoView2DLegendSoView2DLegend allows to draw legends on SoView2D
SoView2DMagnifyControllerControls the settings of a second SoView2D to provide a magnify window
SoView2DMarkerEditorSoView2DMarkerEditor is a geometry editor that stores markers in a XMarkerList and allows editing of these
SoView2DOverlayDraws an overlay image on the SoView2D
SoView2DOverlayDecorationDraws an overlay image on the SoView2D
SoView2DPlane
SoView2DPositionDraw and edit a position on the SoView2D
SoView2DRectangleAllows drawing and editing of a rectangle on a SoView2D
SoView2DSlicerAllows changing the current slice of the SoView2D with mouse movement and mousewheel
SoView2DSliceShiftAllows to shift the slice by mouse movement inside of a SoView2D
SoView2DSliceZoomAllows to change the slice zoom by y mouse movement
SoView2DTouchControl
SoView2DTransRotAllows to edit a rotation and translation on a SoView2D
SoView2DVectorFieldViewInclude system dependency stuff of this library
SoView2DVoxelValueReads the voxel value at the mouse position on a SoView2D
SoView2DVoxelViewSoView2DExtension for detailed voxel viewing
SoViewerElementElement that stores a proxy object to the currently active viewer
SoViewerProxyThis class gives access to state of a viewer during scene graph traversal
SoViewportRegion
SoVirtualVolumeFor fast voxel based access to paged ML images; see also mlVirtualVolume and mlTVirtualVolume in project MLTools for examples etc
ml::SphereDefines the class to handle the geometry primitive "Sphere" with a radius and a center point
ml::SphereListBase object managing a list of Sphere objects
ml::SRDocBase object class for passing DSRDocuments between MeVisLab modules
ml::StandardTypes
macx::StartupItemStartup daemon support
ml::StdDeviationFilterThis class is a kernel filtering operator, which calculates the standard deviation in the (defined by the kernel) neighborhood of a voxel
ml::StringConversionThe class StringConversion provides static methods to convert ML objects to and from strings
ml::StringFieldField to encapsulate a string value
ml::StringLineMultiFieldThe field class StringLineMultiField which manages a vector of std::string lines typically separated by "\r\n" on windows systems and by "\n" on non windows systems
ml::StringListBase object class managing a list for items of type BaseItem usable for string storage
ml::StringListContainerBase object class StringListContainer managing a list of items of type StringList
StringXClass for easy (though not terribly efficient) transcoding of XMLCh data to local code page for display
DCMTree::StructuredMFSupport for structured multi-frame (SMF) DICOM objects
ml::StylePaletteBase object class StylePalette for providing a collection of colors, line styles and marker types
ml::StylePaletteOpDefines the StylePalette operator for providing a collection of colors, line styles and marker types
ml::SubImageThis class manages/represents a rectangular 6d image region which is organized linearly in memory
ml::SubImageBoxdSubImageBoxd - SubImageBox with coordinates of float data type
ml::SubImageBoxdFieldField to encapsulate an ML double SubimgBox
ml::SubImageBoxFieldField to encapsulate an ML integer SubimgBox
ml::SurroundFilterClass to cover an object specified by a threshold with a voxel thick surface of selected values
macx::SystemInfoSystem information
DCMTree::TagClass to represent one dicom tag
DCMTree::TagIdClass to wrap a tag-id
DCMTree::TagInfoClass to carry meta-information about a specific tag
DCMTree_Utils::thread_scoped_criticalsectionClass to manage thread specific critical sections
ml::TileIteratorIterator that takes a region and a tile extent and returns subsequent tiles that cover the region, starting at region.v1
ml::TileRequestA TileRequest either represents the input sub image that is needed by a PageRequest or if it is a root TileRequest, it represents the request by a user to get that tile
ml::TImageVector< CompIntType >ImageVector is the 6D TVector specialization used by the ML for all image indexing
DCMTree::TimeTime class for DCMTree library
ml::TimeCounterClass to measure precise time intervals
ml::TKernel< KDATATYPE >Class to manage a filtering kernel for images
ml::Tmat2< DT >A two by two matrix class consisting of 2 row vectors
ml::Tmat3< DT >A three by three matrix class of three row vectors
ml::Tmat4< DT >A four by four matrix class consisting of 4 row vectors
ml::Tmat5< DT >A five by five matrix class of five row vectors
ml::Tmat6< DT >A six by six matrix class of six row vectors
ml::ToggleFieldField to encapsulate a boolean value as integer
ml::ToolsClass which collects some useful functions needed in many places of operator programming
ml::TQuaternion< DT >Implementation of a Quaternion with common operations
ml::Trace< INDEXTYPE >This class simply implements a constructor and a destructor
ml::TraceBuffer< INDEXTYPE >This class manages a list and a stack of pointers to permanent strings
DCMTree::Tree
ml::TreeNodeThe class TreeNode is the abstract base class for the import/export of ML objects
ml::TreeNodeExceptionThe class TreeNodeException is the base class for all exceptions thrown by the class TreeNode and all derived classes
ml::TScaleShiftData< DT >Class to define a first order linear transformation
ml::TSubImage< DATATYPE >This template class manages/represents a rectangular 6d image region in memory which is organized linearly
ml::TSubImageBox< intT >This class defines a rectangular subimage region of standard ML dimensions
ml::TSubImageCursor< DATATYPE >Cursor to access data of a TSubImage for reading and writing
ml::TSubImageCursorBase< DATATYPE >Base class for all TSubImage Cursors
ml::TSubImageWithCursor< DATATYPE >A class that offers a TSubImage with a TSubImageCursor
ml::Tvec10< DT >An ten dimensional vector class for floating point types
ml::Tvec16< DT >A 16 dimensional vector class for floating point types
ml::Tvec2< DT >A two dimensional vector class for floating point types
ml::Tvec3< DT >A three dimensional vector class for floating point types
ml::Tvec32< DT >A 32 dimensional vector class for floating point types
ml::Tvec4< DT >A four dimensional vector class for floating point types
ml::Tvec5< DT >A five dimensional vector class for floating point types
ml::Tvec6< DT >A six dimensional vector class for floating point types
ml::Tvec64< DT >A 64 dimensional vector class for floating point types
ml::Tvec7< DT >An seven dimensional vector class for floating point types
ml::Tvec8< DT >An eight dimensional vector class for floating point types
ml::Tvec9< DT >An nine dimensional vector class for floating point types
ml::TVector< TVectorBase >ML integer image vector class to be specialized for different purposes
ml::TVector6DBase< CompIntType >TVector6DBase is the data container class for TVector providing specialized 6D container functionality for vectors of dimension MLMaxImageDimension
ml::TVectorNDBase< CompIntType, NumDim >TVectorNDBase is the data container class for the TVector template providing ND functionality for integer vectors
ml::TVirtualVolume< DATATYPE >The TVirtualVolume class implements random access to a paged input image or a pure virtual image without mapping more than a limited number of bytes. Pages of the input volume are mapped temporarily into memory when needed. If no input volume is specified the pages are created and filled with a fill value. When the permitted amount of memory is exceeded then older mapped pages are removed. When pages are written they are mapped until the virtual volume instance is removed or if they are explicitly cleared by the application
ml::TypedBackgroundTaskHandle< Task >The TypedBackgroundTaskHandle class provides a secure interface to communicate with a running BackgroundTask
ml::TypedCalculateOutputImageHandler< Derived, NumberOfInputImages, VariableType0, VariableType1, VariableType2, VariableType3 >TypedCalculateOutputImageHandler can be used as a base class for an own CalculateOutputImageHandler and supports up to 4 variable types
ml::internal::TypedHandlerBase< BaseClass, Derived, NumberOfInputImages >The base class for TypedCalculateOutputImageHandler and TypedProcessAllPagesHandler
TypedObjectHolderBaseBase class for all derived classes containing an itk object type pointer and some of its basic information
TypedObjectHolderT< FILTER_TYPE >Typed version of a mini class containing an itkObject smart pointer
ml::TypedProcessAllPagesHandler< Derived, NumberOfInputImages, VariableType0, VariableType1, VariableType2, VariableType3 >TypedProcessAllPagesHandler can be used as a base class for an own ProcessAllPages handler and supports up to 4 type variable types
macx::TypeServicesApple Type Services (ATS) support
ml::TypeTraits< T >TypeTraits for physical ML Datatypes
DCMTree_Utils::UIDGeneratorClass to generate unique ids, valid to be used in a DICOM environment
ml::UInt32MultiFieldClass UInt32MultiField. See MultiField for documentation
ml::UndirectedGraphTags a Graph object to be handled as undirected graph containing VesselEdges
ml::UniversalTypeFieldField to encapsulate any of the registered ML types
ml::useObjectLineFilter< T, DATATYPE >Wrapper for the use of object bound row filters
ml::UserThreadDataBase class for thread local data that is passed to CalculateOutputImageHandler::calculateOutputSubImage
DCMTree::ValueClass to store tag-values
ml::VariableTypeBase class for all variable types, mainly for doxygen documentation purpose
ml::VCVideoCaptureBaseInterface
ml::VCVideoCaptureBaseTemplate< T >
ml::VCVideoCaptureInterfaceVideo Capture backend interface
ml::VCVideoFrameProps
ml::VCVideoFrameSize
ml::Vec3fListBase object class Vec3fList derived from VecListTemplate
ml::Vec3iListBase object class Vec3iList derived from VecListTemplate
ml::Vec4fListBase object class Vec4fList derived from VecListTemplate
ml::Vec4iListBase object class Vec4iList derived from VecListTemplate
ml::Vec6fListBase object class Vec6fList derived from VecListTemplate
ml::Vec6iListBase object class Vec6iList derived from VecListTemplate
ml::VecListTemplate< T >BaseObject list class template (derived from ListTemplate) for lists of n-tupels of a given type
ml::Vector10FieldField to encapsulate a vector of 10 double values
ml::Vector2DataContainer< DT >Specialized base class for the FloatingPointVectorDataContainerBase
ml::Vector2FieldField to encapsulate a vector of 2 double values
ml::Vector3DataContainer< DT >Specialized base class for the FloatingPointVectorDataContainerBase
ml::Vector3FieldField to encapsulate a vector of 3 double values
ml::Vector4FieldField to encapsulate a vector of 4 double values
ml::Vector5FieldField to encapsulate a vector of 5 double values
ml::Vector6FieldField to encapsulate a vector of 6 double values
ml::VectorListBase object representing a list of vectors given as Vector4's
macx::ViewView system related functions
View2DDrawStatic class for extended 2D drawing with GL
View2DEventView2DEvent stores all information on an event on a SoView2D
View2DFontThis is the extended version of mlGL2DFont (from MLOpenGL)
View2DIconsDefines and implements a class to store multiple images and draw them via OpenGL
View2DPositionThis class stores all position information needed by SoView2DExtensions to handle the pointer position
View2DShaderBase class for hardware shaders that can be used on a View2DTexture
View2DShaderARBSpecialized shader that uses ARB_fragment_program to implement a (up-to) 16 bit Hardware Lut
View2DShaderGLSLSpecialized shader that uses ARB_fragment_program to implement a (up-to) 16 bit Hardware Lut
View2DSliceSingle slice that is stored in a View2DSliceList, typically created by a View2DSliceList
View2DSliceListList that holds all View2DSlice object (lazily created) of a SoView2D
View2DTextureA class to render images as OpenGL Textures
View2DTextureLUTShaderAbstract base class for shaders that use a 2D texture for LUT lookup
ml::VirtualVolumeThis class manages a virtual volume organizing efficient voxel access to the output image of an input module given as input inIdx of thisBaseOp
ml::VoxelPosStructure holding a 2D voxel position
ml::VTKMLBaseWrapper< OBJ_TYPE, OBJ_TYPE_POINTER, WRAPPER_CLASS_NAME >Class to create a Base wrapper around an object of a certain template type
ml::VTKModuleBase class to derive from all modules which wrap automatically generated VTK classes
ml::VTKWrapperBaseHelper class to have a common base class for all derived wrapper
ml::WaitConditionWaitCondition implements a wait condition for thread synchronization
ml::WEMA WEM comprises a number of WEMPatches
ml::WEM::WEM::WEMNotificationCBDataThis struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism
ml::WEMAttributesThis class comprises some attributes that are common for a WEM and a WEMPatch
ml::WEMBoundingBoxThis class represents an axis aligned bounding box for a WEMPatch
ml::WEMConnectedComponentThe WEMConnectedComponent class
ml::WEMContainer< T >Container with the ability to detect double inserts
ml::WEMCutMISSING DESCRIPTION
ml::WEMCutOpHelper class for operations on cuts (partial, face or full)
ml::WEMDefaultsStruct providing default values for the WEM library
ml::WEMEdgeDefines the mesh component: edge
ml::WEMEdgeDiagnosisThis class provides diagnostic information on a WEMEdge
ml::WEMEdgeOpHelper class for performing swap, split and collapse operations on edges of a WEM
ml::WEMEventContainerThis struct holds all necessary data for the different notifications
ml::WEMFaceDefines the mesh component: face
ml::WEMFaceCutHelper class for performing a cutting on a face
ml::WEMFaceCutConnectedComponentTool class for collecting a connected component consisting of FaceCuts
ml::WEMFaceDiagnosisThis class provides diagnostic information on a WEMFace
ml::WEMFaceOpHelper class for performing operations on a face
ml::WEMFastVector< T >Dynamic templated vector
ml::WEMGeneratorThe WEMGenerator is the base class for all modules that generate WEMs, be it automatically or interactive
ml::WEMGeometryTool class for performing geometric analyzes on a WEMPatch
ml::WEMHeap< T >Heap structure with property i>2*i+1 and i>2*i+2 Parent i has children 2*i+1 and 2*i+2 Largest values are stored closer to root of tree
ml::WEMIndexedFaceDefines the mesh component: an face holding a list of up to 100 indices
ml::WEMIndexVector< T >Dynamic vector, based on a memory pool. Keeps track on entry numbers of stored primitives
ml::WEMInspectorThis class is the base class for WEM modules that have one WEM input but no WEM output
ml::WEMModuleSome common fields and methods for WEMProcessors, WEMGenerators and WEMInspectors
ml::WEMNodeDefines the mesh component: node
ml::WEMNodeDiagnosisThis class provides diagnostic information on a WEMNode
ml::WEMNodeOpHelper class for performing smoothing and other stuff on nodes
ml::WEMObjectVector< T >Dynamic templated vector
ml::WEMPartialFaceCutMISSING DESCRIPTION
ml::WEMPatchBase class for triangle and quad patches
ml::WEMPatchDiagnosisThis class provides diagnostic information on a WEMNode
ml::WEMPolygonDefines the mesh component: polygon
ml::WEMPolygonPatchThis represents a WEMPatch consisting of polygons only
ml::WEMPrimitiveThis is the base class for all WEM elements like nodes, edges and faces
ml::WEMPrimitiveValueListThis class comprises some attributes that are common for a WEM and a WEMPatch
ml::WEMProcessorThe WEMProcessor is the base class for all modules that process WEMs, be it automatically or interactive
ml::WEMQuadDefines the mesh component: quad
ml::WEMQuadPatchThis represents a WEMPatch consisting of quads only
ml::WEMQueue< T >The WEMQueue is a single linked list with pointers to its head and tail elements
ml::WEMQueueElement< T >The WEMQueueElement represents an element of a single linked list
ml::WEMRequirementsThis class represents WEMPatch requirements to be used by WEMProcessor
ml::WEMSetOpTool class for performing set operations on WEM patches
ml::WEMShortestPathImplements Dijkstra's shortest path algorithm for a WEM
ml::WEMTriangleDefines the mesh component: triangle
ml::WEMTrianglePatchThis represents a WEMPatch consisting of triangles only
ml::WEMVector< T >Dynamic templated vector
macx::WindowWindow related functions
ml::WMIInterfaceInterface to the Windows Management Instrumentation http://msdn.microsoft.com/en-us/library/aa394582.aspx
ml::WrapperSuperStructPtrsLink structure between names and superclass names
DCMTree::Writer
ml::XMarkerBase object class XMarker (derived form baseItem) with 6D pos, 3D vec and type int
ml::XMarkerListBase object class XMarkerList (derived from BaseListTemplate) specialized for XMarker items
ml::XMarkerListContainerBase object class XMarkerListContainer (derived from ListContainerTemplate) for XMarkerList objects
ml::XMLTreeNodeThe class XMLTreeNode implements the abstract class TreeNode to allow export and import of ML objects to and from XML files and strings
ml::XMLTreeNodeExceptionExtends the exceptions already provided by class TreeNodeException
XStringClass transcoding local code page to XMLCh data for display
XVImageSizeHelper class for 6D point/extent management
XVStatusClass for passing status information to a host system
ml::ZeroCrossingsFilterA kernel filtering operator, which searches for zero crossings in the input image

Generated on Sat Sep 3 18:39:30 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8