This subcategory includes process (algorithm) classes developed specifically for mitk. More...
![]() |
Classes | |
class | mitk::BaseDataSource |
Superclass of all classes generating base data (instances of class mitk::BaseData) as output. More... | |
class | mitk::BaseProcess |
Superclass of all classes generating some kind of mitk::BaseData. More... | |
class | mitk::DataNodeSource |
Superclass of all classes generating data tree nodes (instances of class mitk::DataNode) as output. More... | |
class | mitk::Geometry2DDataToSurfaceFilter |
Superclass of all classes having a Geometry2DData as input and generating Images as output. More... | |
class | mitk::ImageChannelSelector |
Provides access to a channel of the input image. More... | |
class | mitk::ImageSliceSelector |
Provides access to a slice of the input image. More... | |
class | mitk::ImageSource |
Superclass of all classes generating Images (instances of class Image) as output. More... | |
class | mitk::ImageTimeSelector |
Provides access to a volume at a specific time of the input image. More... | |
class | mitk::ImageToImageFilter |
Superclass of all classes having one or more Images as input and generating Images as output. More... | |
class | mitk::PointSetSource |
Superclass of all classes generating point sets (instances of class mitk::PointSet) as output. More... | |
class | mitk::PointSetToPointSetFilter |
Superclass of all classes/algorithms having one or more PointSets as input and output. More... | |
class | mitk::RGBToRGBACastImageFilter |
class | mitk::SubImageSelector |
Base class of all classes providing access to parts of an image. More... | |
class | mitk::SurfaceSource |
Superclass of all classes generating surfaces (instances of class Surface) as output. More... | |
class | mitk::SurfaceToSurfaceFilter |
Superclass of all classes getting surfaces (instances of class Surface) as input and generating surfaces as output. More... | |
class | mitk::FileReader |
Interface class of readers that read from files. More... | |
class | mitk::FileWriter |
Interface class of writers that write data to files. More... | |
class | mitk::PointSetWriter |
XML-based writer for mitk::PointSets. More... | |
class | mitk::SurfaceVtkWriter< VTKWRITER > |
VTK-based writer for mitk::Surface. More... | |
class | mitk::vtkPointSetXMLParser |
Implementation of the vtkXMLParser interface for reading mitk::PointSets. More... | |
class | mitk::GroupDiffusionHeadersFilter |
Groups Headers containing Diffusion Information. More... | |
class | mitk::DiffusionImageSource< TPixelType > |
Superclass of all classes generating diffusion volumes (instances of class DiffusionImage) as output. More... | |
class | mitk::NrrdDiffusionImageWriter< TPixelType > |
class | mitk::NrrdQBallImageWriter |
class | mitk::NrrdTensorImageWriter |
class | mitk::AngleCorrectByPointFilter |
class | mitk::AutoCropImageFilter |
Shrink the image borders to a minimum considering a background color. More... | |
class | mitk::BoundingObjectCutAndCast< TPixel > |
Cuts an Boundingobject out of an mitk Image. More... | |
class | mitk::BoundingObjectCutter |
Cuts an Boundingobject out of an mitk Image. More... | |
class | mitk::ContourSetToPointSetFilter |
Converts a contour set to a point set. More... | |
class | mitk::CylindricToCartesianFilter |
Filter to convert a cylindric image into a cartesian image. More... | |
class | mitk::DopplerToStrainRateFilter |
class | mitk::ExtractImageFilter |
Extracts a 2D slice from a 3D image. More... | |
class | mitk::GeometryClipImageFilter |
Filter for clipping an image with a Geometry2D. More... | |
class | mitk::GeometryDataSource |
Superclass of all classes generating GeometryData (instances of class GeometryData) as output. More... | |
class | mitk::HeightFieldSurfaceClipImageFilter |
Filter for clipping an image with an height-field represented by an mitk::Surface. More... | |
class | mitk::ImageToSurfaceFilter |
Converts pixel data to surface data by using a threshold The mitkImageToSurfaceFilter is used to create a new surface out of an mitk image. The filter uses a threshold to define the surface. It is based on the vtkMarchingCube algorithm. By default a vtkPolyData surface based on an input threshold for the input image will be created. Optional it is possible to reduce the number of triangles/polygones [SetDecimate(mitk::ImageToSurfaceFilter::DecimatePro) and SetTargetReduction (float _arg)] or smooth the surface-data [SetSmooth(true), SetSmoothIteration(int smoothIteration) and SetSmoothRelaxation(float smoothRelaxation)]. More... | |
class | mitk::InterpolateLinesFilter |
Interpolate additional points on lines. More... | |
class | mitk::ItkImageToImageFilterAdapter< TPixel > |
adapter class, that encapsulates any itk::ImageToImageFilter More... | |
class | mitk::LookupTableSource |
Base class for all objects which have an object of type mitkLookupTable as output. More... | |
class | mitk::ManualSegmentationToSurfaceFilter |
Supplies a 3D surface from pre-processed segmentation. More... | |
class | mitk::MaskImageFilter |
class | mitk::MeshSource |
Superclass of all classes generating point sets (instances of class mitk::Mesh) as output. More... | |
class | mitk::OverwriteSliceImageFilter |
Writes a 2D slice into a 3D image. More... | |
class | mitk::PadImageFilter |
PadImageFilter class pads the first input image to the size of the second input image. Two Images have to be set. The first image is the image to pad. The second image defines the pad size. It is also possible to use an included binary filter. More... | |
class | mitk::PolygonToRingFilter |
Create ring around polygons contained in a Mesh. More... | |
class | mitk::ProbeFilter |
Adapter for vtkProbeFilter, making it a 3D+t filter. More... | |
class | mitk::SurfaceToImageFilter |
Converts surface data to pixel data. Requires a surface and an image, which header information defines the output image. More... | |
class | mitk::UnstructuredGridSource |
Superclass of all classes generating unstructured grids (instances of class UnstructuredGrid) as output. More... | |
class | mitk::UnstructuredGridVtkWriter< VTKWRITER > |
VTK-based writer for mitk::UnstructuredGrid. More... | |
class | mitk::PlanarFigureSource |
Base class for all filters which have an object of type mitk::PlanarFigure as output. More... | |
class | mitk::PlanarFigureWriter |
This subcategory includes process (algorithm) classes developed specifically for mitk.