CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"
#include "DbEntity.h"
#include "DwgDeclareMembers.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbVertex |
Namespaces | |
namespace | OdDb |
Typedefs | |
typedef OdSmartPtr< OdDbVertex > | OdDbVertexPtr |
Enumerations | |
enum | OdDb::Vertex3dType { OdDb::k3dSimpleVertex = 0 , OdDb::k3dControlVertex = 1 , OdDb::k3dFitVertex = 2 } |
typedef OdSmartPtr<OdDbVertex> OdDbVertexPtr |
This template class is a specialization of the OdSmartPtr class for OdDbVertex object pointers.
Definition at line 79 of file DbVertex.h.