CFx SDK Documentation  2023 SP0
Classes | Namespaces | Macros | Typedefs | Enumerations
DbEntity.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "Ge/GePoint3d.h"
#include "Ge/GeLine3d.h"
#include "Ge/GePlane.h"
#include "CmColor.h"
#include "IntArray.h"
#include "DbDatabase.h"
#include "DbSubentId.h"
#include "GsMarkerArray.h"
#include "DbGrip.h"
#include "OdaDefs.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbEntity
 

Namespaces

 OdDb
 

Macros

#define _ODDBENTITY_INCLUDED_   /* { Secret} */
 

Typedefs

typedef OdSmartPtr< OdDbEntityOdDbEntityPtr
 
typedef OdArray< OdDbEntityPtrOdDbEntityPtrArray
 

Enumerations

enum  OdDb::EntSaveAsType { OdDb::kNoSave = 0 , OdDb::kSaveAsR12 , OdDb::kSaveAsR13 , OdDb::kSaveAsR14 }
 
enum  OdDb::Planarity { OdDb::kNonPlanar = 0 , OdDb::kPlanar = 1 , OdDb::kLinear = 2 }
 

Macro Definition Documentation

◆ _ODDBENTITY_INCLUDED_

#define _ODDBENTITY_INCLUDED_   /* { Secret} */

Definition at line 25 of file DbEntity.h.

Typedef Documentation

◆ OdDbEntityPtr

This template class is a specialization of the OdSmartPtr class for OdDbEntity pointers.

Definition at line 51 of file DbEntity.h.

◆ OdDbEntityPtrArray

This template class is a specialization of the OdArray class for OdDbEntity object SmartPointers.

Definition at line 56 of file DbEntity.h.