I'm currently using MeshLab for 3D modeling and was wondering how to convert a regular OBJ file, like
v X Y Z
f 1 2 3
to a file that has all the Half Edge Data Structure information. I haven't found any digestible documentation online about how to do this with MeshLab and i feel like i'm missing a step somewhere. I thought it'd be as easy as exporting the OBJ file to another type, but I guess not. I need to extract info from it using OpenMesh and some functions but I can't even seem to be able to get a half edge data structure file to begin with. Any help is appreciated, thanks!