![]() |
anatomist
5.0.5
3D neuroimaging data viewer
|
Simple tool top make a cylinder from 2 landmarks. More...
#include <anatomist/landmark/plane.h>
Public Member Functions | |
CylinderFusionMethod () | |
virtual | ~CylinderFusionMethod () |
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 62 of file plane.h.
References anatomist::PlaneFusionMethod::canFusion(), anatomist::PlaneFusionMethod::fusion(), anatomist::PlaneFusionMethod::generatedObjectType(), and anatomist::PlaneFusionMethod::ID().
|
virtual |
|
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.
|
virtual |
creates the fusion
Implements anatomist::FusionMethod.
|
virtual |
Implements anatomist::FusionMethod.
|
virtual |
identifier for the method
Implements anatomist::FusionMethod.