Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::PlaneProposer::PlaneInfo Struct Reference

Encapsulates the geometrical information needed to descripe a PlaneInfo. More...

#include <mitkPlaneProposer.h>

Collaboration diagram for mitk::PlaneProposer::PlaneInfo:

Public Attributes

mitk::Vector3D normal
 
mitk::Vector3D x
 
mitk::Vector3D y
 
mitk::Point3D pointOnPlane
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: