CFx SDK Documentation
2020SP3
|
#include "RxObject.h"
#include "RxIterator.h"
#include "Gs/GsExport.h"
#include "TD_PackPush.h"
#include "OdPlatform.h"
#include "RxModule.h"
#include "IntArray.h"
#include "GsDCPointArray.h"
#include "Ge/GePoint2dArray.h"
#include "GsDefs.h"
#include "Gi/GiContextualColors.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdGsView |
struct | OdGsClientViewInfo |
class | OdGsDevice |
class | OdGsReactor |
class | OdGsModule |
Typedefs | |
typedef OdSmartPtr< OdGiDrawable > | OdGiDrawablePtr |
typedef OdSmartPtr< OdGsView > | OdGsViewPtr |
typedef OdSmartPtr< OdGsModel > | OdGsModelPtr |
typedef OdArray< OdGsModel *, OdMemoryAllocator< OdGsModel * > > | OdGsModelArray |
typedef OdSmartPtr< OdGsDevice > | OdGsDevicePtr |
typedef OdSmartPtr< OdRxDictionary > | OdRxDictionaryPtr |
typedef OdSmartPtr< OdGsReactor > | OdGsReactorPtr |
typedef OdSmartPtr< OdGiRasterImage > | OdGiRasterImagePtr |
typedef OdSmartPtr< OdGsUpdateManager > | OdGsUpdateManagerPtr |
typedef OdSmartPtr< OdGsModule > | OdGsModulePtr |
Variables | |
const OdGsMarker | kNullSubentIndex = 0 |
typedef OdSmartPtr<OdGiDrawable> OdGiDrawablePtr |
This template class is a specialization of the OdSmartPtr class for OdGiDrawable object pointers.
typedef OdSmartPtr<OdGiRasterImage> OdGiRasterImagePtr |
This template class is a specialization of the OdSmartPtr class for OdGiRasterImage object pointers.
typedef OdSmartPtr<OdGsDevice> OdGsDevicePtr |
This template class is a specialization of the OdSmartPtr class for OdGsDevice object pointers.
typedef OdArray<OdGsModel*, OdMemoryAllocator<OdGsModel*> > OdGsModelArray |
typedef OdSmartPtr<OdGsModel> OdGsModelPtr |
This template class is a specialization of the OdSmartPtr class for OdGsModel object pointers.
typedef OdSmartPtr<OdGsModule> OdGsModulePtr |
This template class is a specialization of the OdSmartPtr class for OdGsModule object pointers.
typedef OdSmartPtr<OdGsReactor> OdGsReactorPtr |
This template class is a specialization of the OdSmartPtr class for OdGsReactor object pointers.
This template class is a specialization of the OdSmartPtr class for OdGsUpdateManager object pointers.
typedef OdSmartPtr<OdGsView> OdGsViewPtr |
This template class is a specialization of the OdSmartPtr class for OdGsView object pointers.
typedef OdSmartPtr<OdRxDictionary> OdRxDictionaryPtr |
This template class is a specialization of the OdSmartPtr class for OdRxDictionary object pointers.
const OdGsMarker kNullSubentIndex = 0 |