KiCad PCB EDA Suite
|
Public Member Functions | |
PCB_SHAPE_ENDPOINTS_ADAPTOR (const std::vector< PCB_SHAPE * > &shapes) | |
size_t | kdtree_get_point_count () const |
double | kdtree_get_pt (const size_t idx, const size_t dim) const |
template<class BBOX > | |
bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
std::vector< std::pair< VECTOR2I, PCB_SHAPE * > > | endpoints |
Definition at line 137 of file convert_shape_list_to_polygon.cpp.
|
inline |
Definition at line 141 of file convert_shape_list_to_polygon.cpp.
References endpoints.
|
inline |
Definition at line 165 of file convert_shape_list_to_polygon.cpp.
|
inline |
Definition at line 153 of file convert_shape_list_to_polygon.cpp.
References endpoints.
|
inline |
Definition at line 156 of file convert_shape_list_to_polygon.cpp.
References endpoints.
Definition at line 139 of file convert_shape_list_to_polygon.cpp.
Referenced by findNext(), kdtree_get_point_count(), kdtree_get_pt(), and PCB_SHAPE_ENDPOINTS_ADAPTOR().