35 #ifndef ANATOMIST_LANDMARK_PLANE_H    36 #define ANATOMIST_LANDMARK_PLANE_H    52     virtual int canFusion( 
const std::set<AObject *> & );
    54     virtual std::string 
ID() 
const;
    65     virtual int canFusion( 
const std::set<AObject *> & );
    67     virtual std::string 
ID() 
const;
 
virtual std::string generatedObjectType() const
 
Base Anatomist object (abstract) 
 
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...
 
virtual std::string ID() const
identifier for the method 
 
Simple tool top make a plane from 3 landmarks. 
 
virtual ~PlaneFusionMethod()
 
virtual AObject * fusion(const std::vector< AObject *> &)
creates the fusion 
 
Simple tool top make a cylinder from 2 landmarks.