#include <ECObjects/ECObjectsAPI.h>
#include "DgnModelRef.h"
#include "DgnFile.h"
#include "ElementHandle.h"
#include "ElementAgenda.h"
#include "DgnECInstance.h"
#include "DgnFileIO/DgnModelRefCollections.h"
#include <Bentley/bvector.h>
#include <string>
#include <string.h>
#include "ECQuery.h"
Go to the source code of this file.
Classes | |
struct | FindInstancesScopeOption |
!FindInstancesScopeOption describes how the scope should be configured when ! we are traversing the elements, models etc. More... | |
struct | FindInstancesScope |
A findinstances scope describes where to look for instances on a call to DgnECManager::FindInstances() More... | |
struct | InstanceCountIterable |
Iterable for returning the number of instances for given classes within the given scope. More... | |
struct | InstanceCountIterable::IteratorState |
*//* More... | |
struct | InstanceCountIterable::const_iterator |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Typedefs | |
typedef struct DgnPlatform::FindInstancesScopeOption * | FindInstancesScopeOptionP |
typedef struct DgnPlatform::FindInstancesScopeOption & | FindInstancesScopeOptionR |
typedef struct DgnPlatform::FindInstancesScopeOption const * | FindInstancesScopeOptionCP |
typedef struct DgnPlatform::FindInstancesScopeOption const & | FindInstancesScopeOptionCR |
typedef bpair< const ECN::SchemaNameClassNamePair, int > | InstanceCountEntry |