Stored within DXFFile, this is the basic Vertex data of a DXF file. More...
#include "dxfVertex.h"
Public Member Functions | |
DXFVertex (const LPoint3d &p) | |
int | operator< (const DXFVertex &other) const |
This defines a unique ordering for vertices so that the DXFVertexMap can group identical vertices together. More... | |
Public Attributes | |
LPoint3d | _p |
Stored within DXFFile, this is the basic Vertex data of a DXF file.
When DXFFile::DoneEntity() is called, if the entity is a type to have vertices, then DXFFile::_verts contains a list of all the vertices that belong to the entity.
Definition at line 27 of file dxfVertex.h.
int DXFVertex::operator< | ( | const DXFVertex & | other | ) | const |
This defines a unique ordering for vertices so that the DXFVertexMap can group identical vertices together.
Definition at line 21 of file dxfVertex.cxx.