1.

How Can I Attach Information To A Vertex, A Half Edge, Or A Face?

Answer»

You need to change the DCEL, so that its vertex, half edge, and/or face TYPES will contain the information you WANT. The package facilitates the coding necessary to achieve this task. Refer to Section Extending the DCEL for further details.

You have to supply your model of the concept Arrangement Dcel, which represents the extended DCEL and instantiate CGAL::Arrangement On SURFACE 2 <Traits, Dcel> PROPERLY.

You need to change the DCEL, so that its vertex, half edge, and/or face types will contain the information you want. The package facilitates the coding necessary to achieve this task. Refer to Section Extending the DCEL for further details.

You have to supply your model of the concept Arrangement Dcel, which represents the extended DCEL and instantiate CGAL::Arrangement On Surface 2 <Traits, Dcel> properly.



Discussion

No Comment Found