|
CFx SDK Documentation 2024 SP0
|
#include "RxObject.h"#include "CmColorBase.h"#include "RxModule.h"#include "Ge/GeDoubleArray.h"#include "StringArray.h"#include "OdaSTL.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdPsPlotStyleData |
| class | OdPsPlotStyle |
| class | OdPsPlotStyleTable |
| class | OdPsPlotStyleServices |
Namespaces | |
| namespace | OdPs |
Macros | |
| #define | STL_USING_MAP |
| #define | STL_USING_ALGORITHM |
Typedefs | |
| typedef OdSmartPtr< OdPsPlotStyle > | OdPsPlotStylePtr |
| typedef std::map< const OdChar *, OdPsPlotStylePtr, OdString::lessnocase > | OdPsPlotStylesMap |
| typedef OdArray< OdPsPlotStylePtr > | OdPsPlotStylesArray |
| typedef OdSmartPtr< OdPsPlotStyleTable > | OdPsPlotStyleTablePtr |
| typedef OdSmartPtr< OdPsPlotStyleServices > | OdPsPlotStyleServicesPtr |
| #define STL_USING_ALGORITHM |
Definition at line 39 of file PlotStyles.h.
| #define STL_USING_MAP |
Definition at line 38 of file PlotStyles.h.
| typedef OdSmartPtr<OdPsPlotStyle> OdPsPlotStylePtr |
This template class is a specialization of the OdSmartPtr class for OdPsPlotStyle object pointers.
Definition at line 411 of file PlotStyles.h.
| typedef OdArray<OdPsPlotStylePtr> OdPsPlotStylesArray |
Definition at line 414 of file PlotStyles.h.
This template class is a specialization of the OdSmartPtr class for OdPsPlotStyleServices object pointers.
Definition at line 545 of file PlotStyles.h.
| typedef std::map<const OdChar*, OdPsPlotStylePtr, OdString::lessnocase> OdPsPlotStylesMap |
Definition at line 413 of file PlotStyles.h.
This template class is a specialization of the OdPsPlotStyleTable class for OdAveScene object pointers.
Definition at line 517 of file PlotStyles.h.