![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
Method to fusion surfaces & texture, to make an interpoler. More...
#include <anatomist/interpoler/interpolMethod.h>


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 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 |
Public Member Functions inherited from anatomist::FusionMethod | |
| FusionMethod () | |
| virtual | ~FusionMethod () |
| virtual bool | orderingMatters () const |
Method to fusion surfaces & texture, to make an interpoler.
Definition at line 45 of file interpolMethod.h.
|
inline |
Definition at line 48 of file interpolMethod.h.
|
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.
creates the fusion
Implements anatomist::FusionMethod.
|
virtual |
Implements anatomist::FusionMethod.
|
virtual |
identifier for the method
Implements anatomist::FusionMethod.