Panda3D
Public Member Functions | Public Attributes | List of all members
DXFVertex Class Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ operator<()

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.


The documentation for this class was generated from the following files: