CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"
#include "DbVertex.h"
#include "DwgDeclareMembers.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDb2dVertex |
Namespaces | |
namespace | OdDb |
Typedefs | |
typedef OdSmartPtr< OdDb2dVertex > | OdDb2dVertexPtr |
Enumerations | |
enum | OdDb::Vertex2dType { OdDb::k2dVertex = 0 , OdDb::k2dSplineCtlVertex = 1 , OdDb::k2dSplineFitVertex = 2 , OdDb::k2dCurveFitVertex = 3 } |
typedef OdSmartPtr<OdDb2dVertex> OdDb2dVertexPtr |
This template class is a specialization of the OdSmartPtr class for OdDb2dVertex object pointers.
Definition at line 249 of file Db2dVertex.h.