![]() |
anatomist
5.0.5
3D neuroimaging data viewer
|
Simple tool top make a plane from 3 landmarks. More...
#include <anatomist/landmark/plane.h>
Public Member Functions | |
PlaneFusionMethod () | |
virtual | ~PlaneFusionMethod () |
virtual int | canFusion (const std::set< AObject *> &) |
returns 0 if fusion is not possible on the given objects, or a positive number if it is allowed. More... | |
virtual AObject * | fusion (const std::vector< AObject *> &) |
creates the fusion More... | |
virtual std::string | ID () const |
identifier for the method More... | |
virtual std::string | generatedObjectType () const |
![]() | |
FusionMethod () | |
virtual | ~FusionMethod () |
virtual bool | orderingMatters () const |
|
inline |
Definition at line 49 of file plane.h.
References canFusion(), fusion(), generatedObjectType(), ID(), and ~PlaneFusionMethod().
|
virtual |
Referenced by PlaneFusionMethod().
|
virtual |
returns 0 if fusion is not possible on the given objects, or a positive number if it is allowed.
The returned number is a priority (or likelihood) for that fusion on the given objects
Implements anatomist::FusionMethod.
Referenced by anatomist::CylinderFusionMethod::CylinderFusionMethod(), and PlaneFusionMethod().
creates the fusion
Implements anatomist::FusionMethod.
Referenced by anatomist::CylinderFusionMethod::CylinderFusionMethod(), and PlaneFusionMethod().
|
virtual |
Implements anatomist::FusionMethod.
Referenced by anatomist::CylinderFusionMethod::CylinderFusionMethod(), and PlaneFusionMethod().
|
virtual |
identifier for the method
Implements anatomist::FusionMethod.
Referenced by anatomist::CylinderFusionMethod::CylinderFusionMethod(), and PlaneFusionMethod().