#include "DDS.h"#include <Standard_Transient.hxx>#include <TCollection_AsciiString.hxx>#include <TColStd_HArray1OfInteger.hxx>#include <TColStd_HArray1OfExtendedString.hxx>#include <NCollection_DataMap.hxx>#include <NCollection_IndexedDataMap.hxx>#include <TColStd_MapOfReal.hxx>#include <TColStd_SequenceOfInteger.hxx>#include <TColStd_SequenceOfAsciiString.hxx>#include <TColStd_SequenceOfExtendedString.hxx>Go to the source code of this file.
Classes | |
| class | DDS_DicItem |
| This class provides an information about datum (phisical characteristic parameter). More... | |
| struct | DDS_DicItem::UnitData |
Functions | |
| DEFINE_STANDARD_HANDLE (DDS_DicItem, Standard_Transient) typedef NCollection_IndexedDataMap< TCollection_AsciiString | |
| Handle (DDS_DicItem)> DDS_IndexedDataMapOfDicItems | |
| Get the dictionary item with specified identifier theID. More... | |
| DEFINE_STANDARD_HANDLE | ( | DDS_DicItem | , |
| Standard_Transient | |||
| ) |
| Handle | ( | DDS_DicItem | ) |
Get the dictionary item with specified identifier theID.
If dictionary item is not found, null handle is returned.
| theID | item identifier |
Return all keys of the group
| seq | - string container to be filled with keys |
Instantiate new dictionary item, used for customization of data dictionary items.
Bind dictionary item to ID
Get the dictionary item with specified identifier theID.
If the component or item is not found, null handle is returned.
| theID | data dictionary item ID |
| theComponent | component name |
Get the data dictionary item by specified identifier theID.
Function searches the item in all components. If item is not found in all components, null handle is returned.
| theID | data dictionary item ID |
Fill the internal data structures from the XML node.
| theDocElement | document XML node |
Get the dictionary item with specified identifier theID.
Set the dictionary item to the datum.
| item | handle to data dictionary item |
References Handle().