Home
last modified time | relevance | path

Searched defs:v_const_iterator (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/
H A Dimesh_half_edge.h86 class v_const_iterator; variable
161 friend class v_const_iterator; variable
223 friend class v_const_iterator; variable
294 v_const_iterator(unsigned int hei, const imesh_half_edge_set& edge_set) in v_const_iterator() function
298 v_const_iterator(const v_iterator& other) in v_const_iterator() function
302 explicit v_const_iterator(const f_const_iterator& other) in v_const_iterator() function
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dgraph.h38 typedef std::vector<Vertex *>::const_iterator v_const_iterator; typedef