MorphoGraphX
|
Type of the result of the search for a vertex in a neighborhood. More...
#include <VVGraph.hpp>
Public Member Functions | |
search_result_t () | |
Default constructor. More... | |
search_result_t (Iterator i, Neighborhood *n, bool ok=true) | |
Successful constructor. | |
search_result_t (const search_result_t ©) | |
Copy constructor. | |
operator bool () | |
Convert the object to true if the search is successful. | |
Public Attributes | |
bool | found |
True if the search was completely successful. | |
Iterator | it |
Iterator pointing in the edge list. | |
Neighborhood * | neighborhood |
Neighborhood containing the element. | |
Type of the result of the search for a vertex in a neighborhood.
This data structure is made such that all edit or lookup operations can be done from that data structure.
|
inline |
Default constructor.
By default, the search is unsuccessful