35 #ifndef ANASURFMATCH_SURFMATCHER_SURFMATCHMETHOD
36 #define ANASURFMATCH_SURFMATCHER_SURFMATCHMETHOD
52 virtual int canFusion(
const std::set<AObject *> & );
54 virtual std::string
ID()
const;
Base Anatomist object (abstract)
Method to fusion surfaces, to make a surface matcher.
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 std::string ID() const
identifier for the method
virtual std::string generatedObjectType() const
virtual AObject * fusion(const std::vector< AObject * > &)
creates the fusion
virtual ~ASurfMatchMethod()