lemon/vf2.h
changeset 1152 abc24245d276
parent 1144 760a5f690163
child 1156 f51c01a1b88e
equal deleted inserted replaced
3:8d7d694f0841 4:c9ec92928d6d
   426     ///The mapping type is set to \ref SUBGRAPH by default.
   426     ///The mapping type is set to \ref SUBGRAPH by default.
   427     ///
   427     ///
   428     ///\sa See \ref Vf2MappingType for the possible values.
   428     ///\sa See \ref Vf2MappingType for the possible values.
   429     void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
   429     void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
   430 
   430 
   431     ///Find a mapping
   431     ///Finds a mapping
   432 
   432 
   433     ///It finds a mapping between from g1 into g2 according to the mapping
   433     ///It finds a mapping between from g1 into g2 according to the mapping
   434     ///type set by \ref mappingType(Vf2MappingType) "mappingType()".
   434     ///type set by \ref mappingType(Vf2MappingType) "mappingType()".
   435     ///
   435     ///
   436     ///By subsequent calls, it returns all possible mappings one-by-one.
   436     ///By subsequent calls, it returns all possible mappings one-by-one.