Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkPlaneIntersectionVisitor.h>
Classes | |
struct | Edge |
struct | Intersection |
Public Member Functions | |
PlaneIntersectionVisitor (const Point3D &point, const Vector3D &normal, const sofa::core::ExecParams *params=sofa::core::ExecParams::defaultInstance()) | |
~PlaneIntersectionVisitor () | |
const std::vector< Intersection > & | GetIntersections () const |
Result | processNodeTopDown (sofa::simulation::Node *node) override |
Definition at line 27 of file mitkPlaneIntersectionVisitor.h.
mitk::PlaneIntersectionVisitor::PlaneIntersectionVisitor | ( | const Point3D & | point, |
const Vector3D & | normal, | ||
const sofa::core::ExecParams * | params = sofa::core::ExecParams::defaultInstance() |
||
) |
Definition at line 20 of file mitkPlaneIntersectionVisitor.cpp.
mitk::PlaneIntersectionVisitor::~PlaneIntersectionVisitor | ( | ) |
Definition at line 27 of file mitkPlaneIntersectionVisitor.cpp.
const std::vector< mitk::PlaneIntersectionVisitor::Intersection > & mitk::PlaneIntersectionVisitor::GetIntersections | ( | ) | const |
Definition at line 31 of file mitkPlaneIntersectionVisitor.cpp.
|
override |
Definition at line 36 of file mitkPlaneIntersectionVisitor.cpp.