Medical Imaging Interaction Toolkit
2016.11.0
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 61 of file mitkPlaneProposer.h.
mitk::Vector3D mitk::PlaneProposer::PlaneInfo::normal |
Definition at line 63 of file mitkPlaneProposer.h.
mitk::Point3D mitk::PlaneProposer::PlaneInfo::pointOnPlane |
Definition at line 66 of file mitkPlaneProposer.h.
mitk::Vector3D mitk::PlaneProposer::PlaneInfo::x |
Definition at line 64 of file mitkPlaneProposer.h.
mitk::Vector3D mitk::PlaneProposer::PlaneInfo::y |
Definition at line 65 of file mitkPlaneProposer.h.