Searched refs:toVertexCell (Results 1 – 6 of 6) sorted by relevance
219 if(keyEdge->startVertex()->toVertexCell() == this) in incidentEdges()221 if(keyEdge->endVertex()->toVertexCell() == this) in incidentEdges()226 if(inbetweenEdge->startVertex(t)->toVertexCell() == this) in incidentEdges()228 if(inbetweenEdge->endVertex(t)->toVertexCell() == this) in incidentEdges()
34 VertexCell * toVertexCell() { return this; } in toVertexCell() function
75 VertexCell * Cell::toVertexCell() { return dynamic_cast<VertexCell*>(this); } in toVertexCell() function in VectorAnimationComplex::Cell314 if(toVertexCell()) in glColorTopology_()
183 VertexCell * toVertexCell();
1207 VertexCell *node = o->toVertexCell(); in vertices()
328 if(hoveredCell && hoveredCell->toVertexCell()) in decidePMRAction()