API Reference > FacetModeler Namespace > Classes > VertexImage Structure
VertexImage Structure
Syntax
C++
struct VertexImage { Vertex* pVtx; KeyType pKey; KeyType pPrev; KeyType pNext; };

FMDataSerialize.h

Represents a vertex entity to save.

 
Name 
Description 
 
Constructor. 
 
Name 
Description 
 
pKey 
Key. 
 
Next key. 
 
Previous key. 
 
pVtx 
Vertex pointer. 
Copyright © 2002-2020. Open Design Alliance. All rights reserved.