Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPointLocator_h
14 #define mitkPointLocator_h
17 #include <itkObject.h>
21 #include <vtkPoints.h>
44 itkFactorylessNewMacro(Self);
53 typedef itk::DefaultStaticMeshTraits<PixelType, 3, 2, CoordRepType, CoordRepType, PixelType>
MeshTraits;
61 void SetPoints(vtkPointSet *points);
86 IdType FindClosestPoint(
const double point[3]);
99 IdType FindClosestPoint(
double x,
double y,
double z);
std::vector< IdType > IdVectorType
itk::PointSet< PixelType, 3, MeshTraits > ITKPointSet
#define MITKALGORITHMSEXT_EXPORT
unsigned int m_ANNDimension
MyANNpointArray m_ANNDataPoints
#define mitkClassMacroItkParent(className, SuperClassName)
Find image slices visible on a given plane.
MyANNdistArray m_ANNDistances
MyANNpoint * MyANNpointArray
MyANNidxArray m_ANNPointIndexes
mitk::PointSet * m_MitkPoints
MyANNpoint m_ANNQueryPoint
itk::DefaultStaticMeshTraits< PixelType, 3, 2, CoordRepType, CoordRepType, PixelType > MeshTraits
Data structure which stores a set of points.
IdVectorType m_IndexToPointIdContainer
ITKPointSet * m_ItkPoints
bool m_SearchTreeInitialized
MyANNdist * MyANNdistArray