#include <anatomist/module/volrenderfusionmethod.h>
Definition at line 43 of file volrenderfusionmethod.h.
 
◆ VolRenderFusionMethod()
      
        
          | anatomist::VolRenderFusionMethod::VolRenderFusionMethod | ( |  | ) |  | 
      
 
 
◆ ~VolRenderFusionMethod()
  
  | 
        
          | virtual anatomist::VolRenderFusionMethod::~VolRenderFusionMethod | ( |  | ) |  |  | virtual | 
 
 
◆ canFusion()
  
  | 
        
          | virtual int anatomist::VolRenderFusionMethod::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::VolRenderFusionMethod::fusion | ( | const std::vector< AObject * > & |  | ) |  |  | virtual | 
 
 
◆ generatedObjectType()
  
  | 
        
          | virtual std::string anatomist::VolRenderFusionMethod::generatedObjectType | ( |  | ) | const |  | virtual | 
 
 
◆ ID()
  
  | 
        
          | virtual std::string anatomist::VolRenderFusionMethod::ID | ( |  | ) | const |  | virtual | 
 
 
The documentation for this class was generated from the following file: