Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitkSurfaceInterpolationController.h File Reference
#include <mitkDataStorage.h>
#include <mitkImage.h>
#include <mitkLabel.h>
#include <mitkSurface.h>
#include <MitkSurfaceInterpolationExports.h>

Go to the source code of this file.

Classes

class  mitk::SurfaceInterpolationController
 
struct  mitk::SurfaceInterpolationController::ContourPositionInformation
 

Namespaces

 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 
 mitk::ContourExt
 

Functions

size_t mitk::ContourExt::GetContourOrientation (const mitk::Vector3D &ContourNormal)
 Returns the plane the contour belongs to. More...
 
template<unsigned int VImageDimension>
mitk::Point3D mitk::ContourExt::ComputeInteriorPointOfContour (const mitk::SurfaceInterpolationController::ContourPositionInformation &contour, mitk::LabelSetImage *labelSetImage, mitk::TimePointType currentTimePoint)
 Function used to compute an interior point of the contour. Used to react to the merge label and erase label actions. More...
 
std::vector< mitk::Point3Dmitk::ContourExt::GetBoundingBoxGridPoints (size_t planeDimension, double startDim1, size_t numPointsToSampleDim1, double deltaDim1, double startDim2, size_t numPointsToSampleDim2, double deltaDim2, double valuePlaneDim)
 Get a Grid points within the bounding box of the contour at a certain spacing. More...