equal
deleted
inserted
replaced
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. |