35 #ifndef ANATOMIST_INTERPOLER_INTERPOLMETHOD
36 #define ANATOMIST_INTERPOLER_INTERPOLMETHOD
51 virtual int canFusion(
const std::set<AObject *> & );
53 virtual std::string
ID()
const;
Method to fusion surfaces & texture, to make an interpoler.
virtual std::string ID() const
identifier for the method
virtual std::string generatedObjectType() const
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.
virtual AObject * fusion(const std::vector< AObject * > &)
creates the fusion
Base Anatomist object (abstract)