Lines Matching refs:Vertex
75 struct Vertex
197 getSizeForGraph( Vertex ),
211 ( ( Vertex* )newVtxPtr ) -> coord = i;
216 ( ( Vertex* )newVtxPtr ) -> coord = -2; /* adding alpha vertex */
219 ( ( Vertex* )newVtxPtr ) -> coord = -1; /* adding beta vertex */
235 ( ( Vertex* )vtxPtr ) -> coord,
242 if( ( ( Vertex* )tempVtxPtr ) -> coord + 1 ==
243 ( ( Vertex* )vtxPtr ) -> coord )
246 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
255 ( ( Vertex* )vtxPtr ) -> coord;
257 ( ( Vertex* )tempVtxPtr ) -> coord;
263 if( ( ( Vertex* )tempVtxPtr ) -> coord - 1 ==
264 ( ( Vertex* )vtxPtr ) -> coord )
267 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
276 ( ( Vertex* )vtxPtr ) -> coord;
278 ( ( Vertex* )tempVtxPtr ) -> coord;
284 ( ( Edge* )newEdgePtr ) -> destVtx = ( ( Vertex* )vtxPtr ) -> coord;
290 ( ( Vertex* )vtxPtr ) -> coord,
297 if( ( ( Vertex* )tempVtxPtr ) -> coord + 1 ==
298 ( ( Vertex* )vtxPtr ) -> coord )
301 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
308 if( ( ( Vertex* )tempVtxPtr ) -> coord - 1 ==
309 ( ( Vertex* )vtxPtr ) -> coord )
312 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
318 ( ( Vertex* )vtxPtr ) -> coord;
368 getSizeForGraph( Vertex ),
953 coord = ( ( Vertex* )graphVtx )-> coord;
965 coord = ( ( Vertex* )graphVtx )-> coord;