anatomist  5.1.2
3D neuroimaging data viewer
anatomist::AInterpolerMethod Class Reference

Method to fusion surfaces & texture, to make an interpoler. More...

#include <anatomist/interpoler/interpolMethod.h>

Inheritance diagram for anatomist::AInterpolerMethod:
Collaboration diagram for anatomist::AInterpolerMethod:

Public Member Functions

 AInterpolerMethod ()
 
virtual ~AInterpolerMethod ()
 
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 AObjectfusion (const std::vector< AObject * > &)
 creates the fusion More...
 
virtual std::string ID () const
 identifier for the method More...
 
virtual std::string generatedObjectType () const
 
- Public Member Functions inherited from anatomist::FusionMethod
 FusionMethod ()
 
virtual ~FusionMethod ()
 
virtual bool orderingMatters () const
 

Detailed Description

Method to fusion surfaces & texture, to make an interpoler.

Definition at line 45 of file interpolMethod.h.

Constructor & Destructor Documentation

◆ AInterpolerMethod()

anatomist::AInterpolerMethod::AInterpolerMethod ( )
inline

Definition at line 48 of file interpolMethod.h.

◆ ~AInterpolerMethod()

virtual anatomist::AInterpolerMethod::~AInterpolerMethod ( )
virtual

Member Function Documentation

◆ canFusion()

virtual int anatomist::AInterpolerMethod::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::AInterpolerMethod::fusion ( const std::vector< AObject * > &  )
virtual

creates the fusion

Implements anatomist::FusionMethod.

◆ generatedObjectType()

virtual std::string anatomist::AInterpolerMethod::generatedObjectType ( ) const
virtual

◆ ID()

virtual std::string anatomist::AInterpolerMethod::ID ( ) const
virtual

identifier for the method

Implements anatomist::FusionMethod.


The documentation for this class was generated from the following file: