4#include <NDEVR/Pointer.h>
24#if NDEVR_US_SURVEY_UNITS
116#if NDEVR_EXOTIC_UNITS
The primary angle storage class for this API. Stores an angle in an optimized format.
Definition StringStream.h:540
Provides a constant, unmodifiable pointer that has shared ownership of a dynamically allocated object...
Definition GraphicsPipeline.h:42
Returns common and uncommon definitions of units that can be used by the software.
Definition UnitDefinitions.h:11
static ConstPointer< Unit > FeetPerSecond()
static ConstPointer< Unit > CubicYards()
static ConstPointer< Unit > MinutesSeconds()
static ConstPointer< Unit > Kelvin()
static ConstPointer< Unit > Gradians()
static ConstPointer< Unit > SqrMeters()
static ConstPointer< Unit > Inches()
static ConstPointer< Unit > MegaHertz()
static ConstPointer< Unit > Kilograms()
static ConstPointer< Unit > Centimeters()
static ConstPointer< Unit > Pounds()
static ConstPointer< Unit > EastingElevationNorthing(const Unit &length_unit)
static ConstPointer< Unit > DegreesMinutesSeconds()
static ConstPointer< Unit > Minutes()
static ConstPointer< Unit > DDDMMSS()
static ConstPointer< Unit > Radians()
static ConstPointer< Unit > WestingElevationSouthing(const Unit &length_unit)
static ConstPointer< Unit > RotationsPerMinute()
static ConstPointer< Unit > Millivolts()
static ConstPointer< Unit > SouthOrientation(const Unit &length_unit, bool clockwise)
static ConstPointer< Unit > SqrInches()
static ConstPointer< Unit > DegreesMinutes()
static ConstPointer< Unit > EastingNorthingElevation(const Unit &length_unit)
static ConstPointer< Unit > Millimeters()
static ConstPointer< Unit > Fahrenheit()
static ConstPointer< Unit > MilesPerHour()
static ConstPointer< Unit > WestingSouthingElevation(const Unit &length_unit)
static ConstPointer< Unit > CubicInches()
static ConstPointer< Unit > Hours()
static ConstPointer< Unit > NorthOrientation(const Unit &length_unit, bool clockwise)
static ConstPointer< Unit > Kilometers()
static ConstPointer< Unit > CubicFeet()
static ConstPointer< Unit > Yards()
static ConstPointer< Unit > SurfaceNormalPercent()
static ConstPointer< Unit > Hectares()
static ConstPointer< Unit > AppendInclinationOrientation(const Unit &orientation_unit, const Angle< fltp08 > &horizontal_angle, bool upwards)
static ConstPointer< Unit > Volts()
static ConstPointer< Unit > YXZ(const Unit &length_unit)
static ConstPointer< Unit > Degrees()
Angle Units.
static ConstPointer< Unit > WestOrientation(const Unit &length_unit, bool clockwise)
static ConstPointer< Unit > MetersPerSecond()
static ConstPointer< Unit > Ares()
static ConstPointer< Unit > XYZ(const Unit &length_unit)
static ConstPointer< Unit > Celsius()
static ConstPointer< Unit > Grams()
static ConstPointer< Unit > FeetInches()
static ConstPointer< Unit > Hertz()
static ConstPointer< Unit > KilometersPerHour()
static ConstPointer< Unit > Acres()
static ConstPointer< Unit > LatLonAlt(const Unit &angle_unit)
static ConstPointer< Unit > Meters()
static ConstPointer< Unit > NorthingElevationEasting(const Unit &length_unit)
static ConstPointer< Unit > CubicMeters()
static ConstPointer< Unit > Percent()
static ConstPointer< Unit > SqrKilometers()
static ConstPointer< Unit > SqrYards()
static ConstPointer< Unit > EastOrientation(const Unit &length_unit, bool clockwise)
static ConstPointer< Unit > Seconds()
static ConstPointer< Unit > SqrFeet()
static ConstPointer< Unit > NorthingEastingElevation(const Unit &length_unit)
static ConstPointer< Unit > Feet()
A definition of how to describe and display data. Units can be of any type.
Definition Unit.h:36