Simple tool top make a cylinder from 2 landmarks.  
 More...
#include <anatomist/landmark/plane.h>
Simple tool top make a cylinder from 2 landmarks. 
Definition at line 59 of file plane.h.
◆ CylinderFusionMethod()
  
  | 
        
          | anatomist::CylinderFusionMethod::CylinderFusionMethod | ( |  | ) |  |  | inline | 
 
 
◆ ~CylinderFusionMethod()
  
  | 
        
          | virtual anatomist::CylinderFusionMethod::~CylinderFusionMethod | ( |  | ) |  |  | virtual | 
 
 
◆ canFusion()
  
  | 
        
          | virtual int anatomist::CylinderFusionMethod::canFusion | ( | const std::set< AObject * > & |  | ) |  |  | 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.
 
 
◆ fusion()
  
  | 
        
          | virtual AObject* anatomist::CylinderFusionMethod::fusion | ( | const std::vector< AObject * > & |  | ) |  |  | virtual | 
 
 
◆ generatedObjectType()
  
  | 
        
          | virtual std::string anatomist::CylinderFusionMethod::generatedObjectType | ( |  | ) | const |  | virtual | 
 
 
◆ ID()
  
  | 
        
          | virtual std::string anatomist::CylinderFusionMethod::ID | ( |  | ) | const |  | virtual | 
 
 
The documentation for this class was generated from the following file: