0

I'm creating an application using qt-creator , it's read .off files and preview it's polygon . I want to store vertices , halfedges and adjacency list to add or remove specific vertices and storing adding and removing operations .

any help or suggested links?

n.m
  • 485
  • 1
  • 5
  • 15

1 Answers1

1

The Surface_mesh class is a good start. Also the read_off() function might be useful.

sloriot
  • 6,070
  • 18
  • 27