Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <vtkSmartPointer.h>
#include <vtkPolyData.h>
#include <mitkDataNode.h>
#include <mitkGeometry3D.h>
#include <mapRegistrationKernelBase.h>
#include "MitkMatchPointRegistrationExports.h"
Go to the source code of this file.
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Functions | |
void MITKMATCHPOINTREGISTRATION_EXPORT | mitk::GetGridGeometryFromNode (const mitk::DataNode *regNode, mitk::Geometry3D::Pointer &gridDesc, unsigned int &gridFrequ) |
vtkSmartPointer< vtkPolyData > MITKMATCHPOINTREGISTRATION_EXPORT | mitk::Generate3DDeformationGrid (const mitk::BaseGeometry *gridDesc, unsigned int gridFrequence, const map::core::RegistrationKernelBase< 3, 3 > *regKernel=nullptr) |
vtkSmartPointer< vtkPolyData > MITKMATCHPOINTREGISTRATION_EXPORT | mitk::Generate3DDeformationGlyph (const mitk::BaseGeometry *gridDesc, const map::core::RegistrationKernelBase< 3, 3 > *regKernel) |
bool MITKMATCHPOINTREGISTRATION_EXPORT | mitk::GridIsOutdated (const mitk::DataNode *regNode, const itk::TimeStamp &reference) |
bool MITKMATCHPOINTREGISTRATION_EXPORT | mitk::PropertyIsOutdated (const mitk::DataNode *regNode, const std::string &propName, const itk::TimeStamp &reference) |
const MITKMATCHPOINTREGISTRATION_EXPORT map::core::RegistrationKernelBase< 3, 3 > * | mitk::GetRelevantRegKernelOfNode (const mitk::DataNode *regNode) |