#include "DgnFileIO/ModelInfo.h"
#include "DgnFileIO/UnitDefinition.h"
#include <Bentley/ValueFormat.h>
#include <Bentley/DateTime.h>
Go to the source code of this file.
Classes | |
struct | AngleFormatter |
Used to construct a string from a numerical angle value. More... | |
struct | DirectionFormatter |
Used to construct a string from a numerical direction value. More... | |
struct | DistanceFormatter |
Used to construct a string from a numerical distance value. More... | |
struct | PointFormatter |
Used to construct a string from a DPoint3d value. More... | |
struct | AreaOrVolumeFormatterBase |
struct | AreaFormatter |
Used to construct a string from a numerical area value. More... | |
struct | VolumeFormatter |
Used to construct a string from a numerical area value. More... | |
struct | DateTimeFormatter |
Used to construct a string from a time point value. More... | |
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 RefCountedPtr < AngleFormatter > | AngleFormatterPtr |
typedef RefCountedPtr < DirectionFormatter > | DirectionFormatterPtr |
typedef RefCountedPtr < DistanceFormatter > | DistanceFormatterPtr |
typedef RefCountedPtr < PointFormatter > | PointFormatterPtr |
typedef RefCountedPtr < AreaFormatter > | AreaFormatterPtr |
typedef RefCountedPtr < VolumeFormatter > | VolumeFormatterPtr |
typedef RefCountedPtr < DateTimeFormatter > | DateTimeFormatterPtr |
Functions | |
DGNPLATFORM_TYPEDEFS (AngleFormatter) | |
DGNPLATFORM_TYPEDEFS (DirectionFormatter) | |
DGNPLATFORM_TYPEDEFS (DistanceFormatter) | |
DGNPLATFORM_TYPEDEFS (PointFormatter) | |
DGNPLATFORM_TYPEDEFS (AreaFormatter) | |
DGNPLATFORM_TYPEDEFS (VolumeFormatter) | |
DGNPLATFORM_TYPEDEFS (DateTimeFormatter) | |
DGNPLATFORM_TYPEDEFS | ( | AngleFormatter | ) |
DGNPLATFORM_TYPEDEFS | ( | DirectionFormatter | ) |
DGNPLATFORM_TYPEDEFS | ( | DistanceFormatter | ) |
DGNPLATFORM_TYPEDEFS | ( | PointFormatter | ) |
DGNPLATFORM_TYPEDEFS | ( | AreaFormatter | ) |
DGNPLATFORM_TYPEDEFS | ( | VolumeFormatter | ) |
DGNPLATFORM_TYPEDEFS | ( | DateTimeFormatter | ) |