Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Encapsulates the geometrical information needed to descripe a PlaneInfo. More...
#include <mitkPlaneProposer.h>
Public Attributes | |
mitk::Vector3D | normal |
mitk::Vector3D | x |
mitk::Vector3D | y |
mitk::Point3D | pointOnPlane |
Encapsulates the geometrical information needed to descripe a PlaneInfo.
normal = the normal of the plane x,y = the axes of the PlaneInfo
Definition at line 57 of file mitkPlaneProposer.h.
mitk::Vector3D mitk::PlaneProposer::PlaneInfo::normal |
Definition at line 59 of file mitkPlaneProposer.h.
mitk::Point3D mitk::PlaneProposer::PlaneInfo::pointOnPlane |
Definition at line 62 of file mitkPlaneProposer.h.
mitk::Vector3D mitk::PlaneProposer::PlaneInfo::x |
Definition at line 60 of file mitkPlaneProposer.h.
mitk::Vector3D mitk::PlaneProposer::PlaneInfo::y |
Definition at line 61 of file mitkPlaneProposer.h.