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