Operation for setting a plane (defined by its origin and normal) More...
#include <mitkPlaneOperation.h>


Public Member Functions | |
| PlaneOperation (OperationType operationType, Point3D point, Vector3D normal) | |
| virtual | ~PlaneOperation () |
| Vector3D | GetNormal () |
Operation for setting a plane (defined by its origin and normal)
Definition at line 35 of file mitkPlaneOperation.h.
| mitk::PlaneOperation::PlaneOperation | ( | OperationType | operationType, |
| Point3D | point, | ||
| Vector3D | normal | ||
| ) |
Definition at line 25 of file mitkPlaneOperation.cpp.
: PointOperation( operationType, point ), m_Normal( normal ) { }
| mitk::PlaneOperation::~PlaneOperation | ( | ) | [virtual] |
Definition at line 31 of file mitkPlaneOperation.cpp.
{
}
| Vector3D mitk::PlaneOperation::GetNormal | ( | ) |
Definition at line 35 of file mitkPlaneOperation.cpp.
Referenced by mitk::SlicedGeometry3D::ExecuteOperation().
{
return m_Normal;
}
1.7.2