Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
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 57 of file mitkPlaneProposer.h.

Member Data Documentation

◆ normal

mitk::Vector3D mitk::PlaneProposer::PlaneInfo::normal

Definition at line 59 of file mitkPlaneProposer.h.

◆ pointOnPlane

mitk::Point3D mitk::PlaneProposer::PlaneInfo::pointOnPlane

Definition at line 62 of file mitkPlaneProposer.h.

◆ x

mitk::Vector3D mitk::PlaneProposer::PlaneInfo::x

Definition at line 60 of file mitkPlaneProposer.h.

◆ y

mitk::Vector3D mitk::PlaneProposer::PlaneInfo::y

Definition at line 61 of file mitkPlaneProposer.h.


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