RE: [Plib-users] Save *.ac Files, File empty
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2001-03-02 21:10:32
|
When you walk the graph, try just checking for a LEAF instead of particular type of leaf. if ( e -> isAKindOf ( SSG_TYPE_LEAF ) ) The leaf class has everything you need to count triangles and verticies. --Dave |