CGAL 6.1.3 - Shape Detection
Loading...
Searching...
No Matches
NeighborQuery Concept Reference

Definition

Public Types

typedef unspecified_type Item
 The reference type to the elements of the input range, e.g., a const_iterator of the input range. Must be a model of Hashable.

Public Member Functions

void operator() (Item query_index, std::vector< Item > &neighbors)
 fills neighbors with the Items of all items, which are connected to the Item query.

Member Function Documentation

◆ operator()()

void NeighborQuery::operator() ( Item query_index,
std::vector< Item > & neighbors )

fills neighbors with the Items of all items, which are connected to the Item query.

CGAL::Shape_detection::Region_growing calls this function each time when a new query item is selected.

#include <Concepts/NeighborQuery.h>

Definition

Public Types

typedef unspecified_type Item
 The reference type to the elements of the input range, e.g., a const_iterator of the input range. Must be a model of Hashable.

Public Member Functions

void operator() (Item query_index, std::vector< Item > &neighbors)
 fills neighbors with the Items of all items, which are connected to the Item query.

Member Function Documentation

◆ operator()()

void NeighborQuery::operator() ( Item query_index,
std::vector< Item > & neighbors )

fills neighbors with the Items of all items, which are connected to the Item query.

CGAL::Shape_detection::Region_growing calls this function each time when a new query item is selected.