Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] how to check if a halfedge handle is valid?

Subject: CGAL users discussion list

List archive

[cgal-discuss] how to check if a halfedge handle is valid?


Chronological Thread 
  • From: "Shi Yan" <>
  • To:
  • Subject: [cgal-discuss] how to check if a halfedge handle is valid?
  • Date: Wed, 13 Aug 2008 15:09:52 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=P2q0K9IxO8ah67YvPyS9mchGmpD0hkQdZqCAE51MoG7SbHSw9LaG2dJlzWny9ouSgl 9eE4TYHwvloAWlXs7B/z6lUrRWmre90xV47LgV8fZG/h3ONpL0WYntatJzkXAka/UyhE oXM8/ycLi5W4X+w6YZyYZT0OyVSuqEl/lK550=

hello guys,

i have a halfedge handle which i need to check its validity after a
set of operations, but i don't know how.

can i do something like if( h == NULL ) , where h is the halfedge handle?

thank you.



Archive powered by MHonArc 2.6.16.

Top of Page