Panda3D
Loading...
Searching...
No Matches
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.
 

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.

Constructor & Destructor Documentation

◆ DXFVertex() [1/2]

DXFVertex::DXFVertex ( )
inline

Definition at line 29 of file dxfVertex.h.

◆ DXFVertex() [2/2]

DXFVertex::DXFVertex ( const LPoint3d & p)
inline

Definition at line 30 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 20 of file dxfVertex.cxx.

Member Data Documentation

◆ _p

LPoint3d DXFVertex::_p

Definition at line 33 of file dxfVertex.h.


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