Home | History | Annotate | Download | only in core

Lines Matching defs:classify

217     // Classify the vertex, and return its sorted edges.
218 VertexType classify(Vertex **e0, Vertex **e1);
455 Vertex::VertexType Vertex::classify(Vertex **e0, Vertex **e1) {
584 Vertex::VertexType type = vt[i].classify(&e0, &e1);
610 Vertex::VertexType type = vt->classify(&e0, &e1);
713 switch (vt->classify(&e0, &e1)) {