|
roo_quantity
API Documentation for roo_quantity
|
For convenience conversion from roo_time::Duration. More...
Data Structures | |
| class | Area |
| Representation of area, internally stored as floating-point square meters. More... | |
| class | AreicNumber |
| Representation of areic number, a reciprocal of area, internally stored as floating-point units per square meter. More... | |
| class | Capacitance |
| Representation of capacitance, internally stored as floating-point Farads. More... | |
| class | Charge |
| Representation of charge, internally stored as floating-point Coulombs. More... | |
| class | Current |
| Representation of current, internally stored as floating-point Amperes. More... | |
| class | Force |
| Representation of force, internally stored as floating-point Newtons. More... | |
| class | Frequency |
| Representation of frequency, internally stored as floating-point Hertz. More... | |
| class | Length |
| Representation of length, internally stored as floating-point meters. More... | |
| class | LineicNumber |
| Representation of lineic number, a reciprocal of length, internally stored as floating-point units per meter. More... | |
| class | Mass |
| Representation of mass, internally stored as floating-point kilograms. More... | |
| class | Power |
| Representation of power, internally stored as floating-point Watts. More... | |
| class | Pressure |
| Representation of pressure, internally stored as floating-point Pascals. More... | |
| class | Resistance |
| Representation of resistance, internally stored as floating-point Ohms. More... | |
| class | Temperature |
| Representation of a temperature, internally stored as floating-point Celsius degrees. More... | |
| class | TemperatureDelta |
| class | Time |
| Representation of elapsed, internally stored as floating-point seconds. More... | |
| class | Velocity |
| Representation of velocity, internally stored as floating-point meters per second. More... | |
| class | Voltage |
| Representation of voltage, internally stored as floating-point Volts. More... | |
| class | Volume |
| Representation of volume, internally stored as floating-point cubic meters. More... | |
| class | VolumeFlowRate |
| Representation of volume flow rate, internally stored as floating-point cubic meters per second. More... | |
| class | VolumicNumber |
| Representation of volumic number, a reciprocal of volume, internally stored as floating-point units per cubic meter. More... | |
| class | Work |
| Representation of work, internally stored as floating-point Joules. More... | |
Functions | |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Area &val) |
| Area | AreaInSquareMeters (float area) |
| Returns a area object equivalent to the specified area expressed in square meters. | |
| Area | UnknownArea () |
| Returns a area object representing an unknown area. | |
| Area | AreaInSquareKilometers (float area) |
| Returns a area object equivalent to the specified area expressed in square kilometers. | |
| Area | AreaInHectares (float area) |
| Returns a area object equivalent to the specified area expressed in hectares. | |
| Area | AreaInAres (float area) |
| Returns a area object equivalent to the specified area expressed in ares. | |
| Area | AreaInSquareDecimeters (float area) |
| Returns a area object equivalent to the specified area expressed in square decimeters. | |
| Area | AreaInSquareCentimeters (float area) |
| Returns a area object equivalent to the specified area expressed in square centimeters. | |
| Area | AreaInSquareMillimeters (float area) |
| Returns a area object equivalent to the specified area expressed in square millimeters. | |
| Area | AreaInSquareMicrometers (float area) |
| Returns a area object equivalent to the specified area expressed in square micrometers. | |
| Area | AreaInAcres (float area) |
| Returns a area object equivalent to the specified area expressed in acres. | |
| Area | AreaInSquareInches (float area) |
| Returns a area object equivalent to the specified area expressed in acres. | |
| Area | operator+ (Area a, Area b) |
| Area | operator- (Area a, Area b) |
| Area | operator- (Area a) |
| Area | operator* (Area a, float b) |
| Area | operator* (float a, Area b) |
| Area | operator/ (Area a, float b) |
| float | operator/ (Area a, Area b) |
| Area | operator* (Length a, Length b) |
| Length | operator/ (Area a, Length b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const AreicNumber &val) |
| AreicNumber | AreicNumberInUnitsPerSquareMeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square meter. | |
| AreicNumber | UnknownAreicNumber () |
| Returns a areic number object representing an unknown areic number. | |
| AreicNumber | AreicNumberInGigaUnitsPerSquareMeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in giga-units per square meter. | |
| AreicNumber | AreicNumberInMegaUnitsPerSquareMeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in mega-units per square meter. | |
| AreicNumber | AreicNumberInKiloUnitsPerSquareMeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in kilo-units per square meter. | |
| AreicNumber | AreicNumberInMilliUnitsPerSquareMeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in milli-units per square meter. | |
| AreicNumber | AreicNumberInMicroUnitsPerSquareMeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in micro-units per square meter. | |
| AreicNumber | AreicNumberInUnitsPerSquareCentimeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square centimeter. | |
| AreicNumber | AreicNumberInUnitsPerSquareMillimeter (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square millimeter. | |
| AreicNumber | AreicNumberInUnitsPerSquareKilometer (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square kilometer. | |
| AreicNumber | AreicNumberInUnitsPerSquareInch (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square inch. | |
| AreicNumber | AreicNumberInUnitsPerSquareFoot (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square foot. | |
| AreicNumber | AreicNumberInUnitsPerSquareYard (float areic_number) |
| Returns a areic number object equivalent to the specified areic number expressed in units per square yard. | |
| AreicNumber | operator* (AreicNumber a, float b) |
| AreicNumber | operator* (float a, AreicNumber b) |
| float | operator* (Area a, AreicNumber b) |
| float | operator* (AreicNumber a, Area b) |
| LineicNumber | operator* (Length a, AreicNumber b) |
| LineicNumber | operator* (AreicNumber a, Length b) |
| AreicNumber | operator/ (AreicNumber a, float b) |
| float | operator/ (AreicNumber a, AreicNumber b) |
| Area | operator/ (float a, AreicNumber b) |
| AreicNumber | operator/ (float a, Area b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Capacitance &val) |
| Capacitance | CapacitanceInFarads (float capacitance) |
| Returns a capacitance object equivalent to the specified capacitance expressed in Farads. | |
| Capacitance | UnknownCapacitance () |
| Returns a capacitance object representing an unknown capacitance. | |
| Capacitance | CapacitanceInKiloFarads (float capacitance) |
| Returns a capacitance object equivalent to the specified capacitance expressed in kiloFarads. | |
| Capacitance | CapacitanceInMilliFarads (float capacitance) |
| Returns a capacitance object equivalent to the specified capacitance expressed in milliFarads. | |
| Capacitance | CapacitanceInMicroFarads (float capacitance) |
| Returns a capacitance object equivalent to the specified capacitance expressed in microFarads. | |
| Capacitance | CapacitanceInNanoFarads (float capacitance) |
| Returns a capacitance object equivalent to the specified capacitance expressed in nanoFarads. | |
| Capacitance | CapacitanceInPicoFarads (float capacitance) |
| Returns a capacitance object equivalent to the specified capacitance expressed in picoFarads. | |
| Capacitance | operator+ (Capacitance a, Capacitance b) |
| Capacitance | operator- (Capacitance a, Capacitance b) |
| Capacitance | operator- (Capacitance a) |
| Capacitance | operator* (Capacitance a, float b) |
| Capacitance | operator* (float a, Capacitance b) |
| Capacitance | operator/ (Capacitance a, float b) |
| float | operator/ (Capacitance a, Capacitance b) |
| Charge | operator* (Capacitance a, Voltage b) |
| Vs charge. | |
| Charge | operator* (Voltage a, Capacitance b) |
| Capacitance | operator/ (Charge a, Voltage b) |
| Voltage | operator/ (Charge a, Capacitance b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Charge &val) |
| Charge | ChargeInCoulombs (float charge) |
| Returns a charge object equivalent to the specified charge expressed in Coulombs. | |
| Charge | UnknownCharge () |
| Returns a charge object representing an unknown charge. | |
| Charge | ChargeInKiloCoulombs (float charge) |
| Returns a charge object equivalent to the specified charge expressed in kiloCoulombs. | |
| Charge | ChargeInMilliCoulombs (float charge) |
| Returns a charge object equivalent to the specified charge expressed in milliCoulombs. | |
| Charge | ChargeInMicroCoulombs (float charge) |
| Returns a charge object equivalent to the specified charge expressed in microCoulombs. | |
| Charge | operator+ (Charge a, Charge b) |
| Charge | operator- (Charge a, Charge b) |
| Charge | operator- (Charge a) |
| Charge | operator* (Charge a, float b) |
| Charge | operator* (float a, Charge b) |
| Charge | operator/ (Charge a, float b) |
| float | operator/ (Charge a, Charge b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Current &val) |
| Current | CurrentInAmperes (float current) |
| Returns a current object equivalent to the specified current expressed in Amperes. | |
| Current | UnknownCurrent () |
| Returns a current object representing an unknown current. | |
| Current | CurrentInMegaAmperes (float current) |
| Returns a current object equivalent to the specified current expressed in megaAmperes. | |
| Current | CurrentInKiloAmperes (float current) |
| Returns a current object equivalent to the specified current expressed in kiloAmperes. | |
| Current | CurrentInMilliAmperes (float current) |
| Returns a current object equivalent to the specified current expressed in milliAmperes. | |
| Current | CurrentInMicroAmperes (float current) |
| Returns a current object equivalent to the specified current expressed in microAmperes. | |
| Current | operator+ (Current a, Current b) |
| Current | operator- (Current a, Current b) |
| Current | operator- (Current a) |
| Current | operator* (Current a, float b) |
| Current | operator* (float a, Current b) |
| Current | operator/ (Current a, float b) |
| float | operator/ (Current a, Current b) |
| Charge | operator* (Current a, Time b) |
| Vs charge. | |
| Charge | operator* (Time a, Current b) |
| Current | operator/ (Charge a, Time b) |
| Time | operator/ (Charge a, Current b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Force &val) |
| Force | ForceInNewtons (float force) |
| Returns a force object equivalent to the specified force expressed in Newtons. | |
| Force | UnknownForce () |
| Returns a force object representing an unknown force. | |
| Force | ForceInGigaNewtons (float force) |
| Returns a force object equivalent to the specified force expressed in gigaNewtons. | |
| Force | ForceInMegaNewtons (float force) |
| Returns a force object equivalent to the specified force expressed in megaNewtons. | |
| Force | ForceInKiloNewtons (float force) |
| Returns a force object equivalent to the specified force expressed in kiloNewtons. | |
| Force | ForceInMilliNewtons (float force) |
| Returns a force object equivalent to the specified force expressed in milliNewtons. | |
| Force | ForceInMicroNewtons (float force) |
| Returns a force object equivalent to the specified force expressed in microNewtons. | |
| Force | operator+ (Force a, Force b) |
| Force | operator- (Force a, Force b) |
| Force | operator- (Force a) |
| Force | operator* (Force a, float b) |
| Force | operator* (float a, Force b) |
| Work | operator* (Force a, Length b) |
| Work | operator* (Length a, Force b) |
| Force | operator/ (Force a, float b) |
| Force | operator/ (Work a, Length b) |
| Length | operator/ (Work a, Force b) |
| Force | operator* (Work a, LineicNumber b) |
| float | operator/ (Force a, Force b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Frequency &val) |
| Frequency | FrequencyInHertz (float frequency) |
| Returns a frequency object equivalent to the specified frequency expressed in Hertz. | |
| Frequency | UnknownFrequency () |
| Returns a frequency object representing an unknown frequency. | |
| Frequency | FrequencyInGigaHertz (float frequency) |
| Returns a frequency object equivalent to the specified frequency expressed in gigaHertz. | |
| Frequency | FrequencyInMegaHertz (float frequency) |
| Returns a frequency object equivalent to the specified frequency expressed in megaHertz. | |
| Frequency | FrequencyInKiloHertz (float frequency) |
| Returns a frequency object equivalent to the specified frequency expressed in kiloHertz. | |
| Frequency | FrequencyInMilliHertz (float frequency) |
| Returns a frequency object equivalent to the specified frequency expressed in milliHertz. | |
| Frequency | FrequencyInMicroHertz (float frequency) |
| Returns a frequency object equivalent to the specified frequency expressed in microHertz. | |
| Frequency | FrequencyInRadiansPerSecond (float omega) |
| Returns a frequency object equivalent to the specified rotational frequency expressed in radians per second. | |
| Frequency | FrequencyInRevolutionsPerMinute (float frequency) |
| Returns a frequency object equivalent to the specified rotational frequency expressed in revolutions per minute (RPM). | |
| Frequency | FrequencyInRPM (float frequency) |
| Returns a frequency object equivalent to the specified rotational frequency expressed in revolutions per minute (RPM). | |
| Frequency | operator* (Frequency a, float b) |
| Frequency | operator* (float a, Frequency b) |
| float | operator* (Time a, Frequency b) |
| float | operator* (Frequency a, Time b) |
| Frequency | operator/ (Frequency a, float b) |
| float | operator/ (Frequency a, Frequency b) |
| Time | operator/ (float a, Frequency b) |
| Frequency | operator/ (float a, Time b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Length &val) |
| Length | LengthInMeters (float length) |
| Returns a length object equivalent to the specified length expressed in meters. | |
| Length | UnknownLength () |
| Returns a length object representing an unknown length. | |
| Length | LengthInKilometers (float length) |
| Returns a length object equivalent to the specified length expressed in kilometers. | |
| Length | LengthInDecimeters (float length) |
| Returns a length object equivalent to the specified length expressed in decimeters. | |
| Length | LengthInCentimeters (float length) |
| Returns a length object equivalent to the specified length expressed in centimeters. | |
| Length | LengthInMillimeters (float length) |
| Returns a length object equivalent to the specified length expressed in millimeters. | |
| Length | LengthInMicrometers (float length) |
| Returns a length object equivalent to the specified length expressed in micrometers. | |
| Length | LengthInNanometers (float length) |
| Returns a length object equivalent to the specified length expressed in nanometers. | |
| Length | LengthInInches (float length) |
| Returns a length object equivalent to the specified length expressed in inches. | |
| Length | LengthInFeet (float length) |
| Returns a length object equivalent to the specified length expressed in feet. | |
| Length | LengthInYards (float length) |
| Returns a length object equivalent to the specified length expressed in yards. | |
| Length | LengthInLightYears (float length) |
| Returns a length object equivalent to the specified length expressed in light years. | |
| Length | operator+ (Length a, Length b) |
| Length | operator- (Length a, Length b) |
| Length | operator- (Length a) |
| Length | operator* (Length a, float b) |
| Length | operator* (float a, Length b) |
| Length | operator/ (Length a, float b) |
| float | operator/ (Length a, Length b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const LineicNumber &val) |
| LineicNumber | LineicNumberInUnitsPerMeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per meter. | |
| LineicNumber | UnknownLineicNumber () |
| Returns a lineic number object representing an unknown lineic number. | |
| LineicNumber | LineicNumberInGigaUnitsPerMeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in giga-units per meter. | |
| LineicNumber | LineicNumberInMegaUnitsPerMeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in mega-units per meter. | |
| LineicNumber | LineicNumberInKiloUnitsPerMeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in kilo-units per meter. | |
| LineicNumber | LineicNumberInMilliUnitsPerMeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in milli-units per meter. | |
| LineicNumber | LineicNumberInMicroUnitsPerMeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in micro-units per meter. | |
| LineicNumber | LineicNumberInUnitsPerCentimeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per centimeter. | |
| LineicNumber | LineicNumberInUnitsPerMillimeter (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per millimeter. | |
| LineicNumber | LineicNumberInUnitsPerKilometer (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per kilometer. | |
| LineicNumber | LineicNumberInUnitsPerInch (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per inch. | |
| LineicNumber | LineicNumberInUnitsPerFoot (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per foot. | |
| LineicNumber | LineicNumberInUnitsPerYard (float lineic_number) |
| Returns a lineic number object equivalent to the specified lineic number expressed in units per yard. | |
| LineicNumber | operator* (LineicNumber a, float b) |
| LineicNumber | operator* (float a, LineicNumber b) |
| float | operator* (Length a, LineicNumber b) |
| float | operator* (LineicNumber a, Length b) |
| LineicNumber | operator/ (LineicNumber a, float b) |
| float | operator/ (LineicNumber a, LineicNumber b) |
| Length | operator/ (float a, LineicNumber b) |
| LineicNumber | operator/ (float a, Length b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Mass &val) |
| Mass | MassInGrams (float mass) |
| Returns a mass object equivalent to the specified mass expressed in grams. | |
| Mass | UnknownMass () |
| Returns a mass object representing an unknown mass. | |
| Mass | MassInKilograms (float mass) |
| Returns a mass object equivalent to the specified mass expressed in kilograms. | |
| Mass | MassInKg (float mass) |
| Returns a mass object equivalent to the specified mass expressed in kilograms. | |
| Mass | MassInTons (float mass) |
| Returns a mass object equivalent to the specified mass expressed in metric tons. | |
| Mass | MassInMilligrams (float mass) |
| Returns a mass object equivalent to the specified mass expressed in milligrams. | |
| Mass | MassInMicrograms (float mass) |
| Returns a mass object equivalent to the specified mass expressed in micrograms. | |
| Mass | MassInPounds (float mass) |
| Returns a mass object equivalent to the specified mass expressed in pounds. | |
| Mass | MassInLbs (float mass) |
| Mass | operator+ (Mass a, Mass b) |
| Mass | operator- (Mass a, Mass b) |
| Mass | operator- (Mass a) |
| Mass | operator* (Mass a, float b) |
| Mass | operator* (float a, Mass b) |
| Mass | operator/ (Mass a, float b) |
| float | operator/ (Mass a, Mass b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Power &val) |
| Power | PowerInWatts (float power) |
| Returns a power object equivalent to the specified power expressed in Watts. | |
| Power | UnknownPower () |
| Returns a power object representing an unknown power. | |
| Power | PowerInGigaWatts (float power) |
| Returns a power object equivalent to the specified power expressed in gigaWatts. | |
| Power | PowerInMegaWatts (float power) |
| Returns a power object equivalent to the specified power expressed in megaWatts. | |
| Power | PowerInKiloWatts (float power) |
| Returns a power object equivalent to the specified power expressed in kiloWatts. | |
| Power | PowerInMilliWatts (float power) |
| Returns a power object equivalent to the specified power expressed in milliWatts. | |
| Power | PowerInMicroWatts (float power) |
| Returns a power object equivalent to the specified power expressed in microWatts. | |
| Power | operator+ (Power a, Power b) |
| Power | operator- (Power a, Power b) |
| Power | operator- (Power a) |
| Power | operator* (Power a, float b) |
| Power | operator* (float a, Power b) |
| Power | operator/ (Power a, float b) |
| float | operator/ (Power a, Power b) |
| Work | operator* (Power a, Time b) |
| Power vs work. | |
| Work | operator* (Time a, Power b) |
| Power | operator/ (Work w, Time b) |
| Time | operator/ (Work w, Power b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Pressure &val) |
| Pressure | PressureInPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in Pascals. | |
| Pressure | UnknownPressure () |
| Returns a pressure object representing an unknown pressure. | |
| Pressure | PressureInGigaPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in GigaPascals. | |
| Pressure | PressureInMegaPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in MegaPascals. | |
| Pressure | PressureInBars (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in bars. | |
| Pressure | PressureInKiloPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in kiloPascals. | |
| Pressure | PressureInHectoPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in hectoPascals. | |
| Pressure | PressureInMilliPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in milliPascals. | |
| Pressure | PressureInMicroPascals (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in microPascals. | |
| Pressure | PressureInPSI (float pressure) |
| Returns a pressure object equivalent to the specified pressure expressed in PSI (pounds per square inch). | |
| Pressure | operator+ (Pressure a, Pressure b) |
| Pressure | operator- (Pressure a, Pressure b) |
| Pressure | operator- (Pressure a) |
| Pressure | operator* (Pressure a, float b) |
| Pressure | operator* (float a, Pressure b) |
| Pressure | operator/ (Pressure a, float b) |
| float | operator/ (Pressure a, Pressure b) |
| Pressure | operator/ (Force a, Area b) |
| Pressure | operator* (Force a, AreicNumber b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Resistance &val) |
| Resistance | ResistanceInOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in Ohms. | |
| Resistance | UnknownResistance () |
| Returns a resistance object representing an unknown resistance. | |
| Resistance | ResistanceInGigaOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in GigaOhms. | |
| Resistance | ResistanceInMegaOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in MegaOhms. | |
| Resistance | ResistanceInKiloOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in kiloOhms. | |
| Resistance | ResistanceInMilliOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in milliOhms. | |
| Resistance | ResistanceInMicroOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in microOhms. | |
| Resistance | ResistanceInNanoOhms (float resistance) |
| Returns a resistance object equivalent to the specified resistance expressed in microOhms. | |
| Resistance | operator+ (Resistance a, Resistance b) |
| Resistance | operator- (Resistance a, Resistance b) |
| Resistance | operator- (Resistance a) |
| Resistance | operator* (Resistance a, float b) |
| Resistance | operator* (float a, Resistance b) |
| Resistance | operator/ (Resistance a, float b) |
| float | operator/ (Resistance a, Resistance b) |
| Voltage | operator* (Resistance a, Current b) |
| Vs Ohm's law. | |
| Voltage | operator* (Current a, Resistance b) |
| Resistance | operator/ (Voltage a, Current b) |
| Current | operator/ (Voltage a, Resistance b) |
| void | FormatSimpleSiValue (float val, const char *base_unit, char *out, int maxlen) |
| Formats a value with an SI prefix and base unit. | |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Temperature &t) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const TemperatureDelta &dt) |
| Temperature | UnknownTemperature () |
| Returns a temperature object representing an unknown temperature. | |
| Temperature | TemperatureDegCelcius (float tempC) |
| Returns a temperature object equivalent to the specified temperature expressed in Celcius degrees. | |
| Temperature | TemperatureDegKelvin (float tempK) |
| Returns a temperature object equivalent to the specified temperature expressed in Kelvin degrees. | |
| Temperature | TemperatureDegFahrenheit (float tempF) |
| Returns a temperature object approximately equal to the specified temperature expressed in Fahrenheit degrees. | |
| TemperatureDelta | UnknownTemperatureDelta () |
| Returns a temperature object representing an unknown temperature delta. | |
| TemperatureDelta | TemperatureDeltaDegCelcius (float tempC) |
| Returns a temperature delta object equivalent to the specified temperature expressed in Celcius degrees. | |
| TemperatureDelta | TemperatureDeltaDegKelvin (float tempK) |
| Returns a temperature delta object equivalent to the specified temperature delta expressed in Kelvin degrees. It is in fact equivalent to TemperatureDeltaDegCelcius. | |
| TemperatureDelta | TemperatureDeltaDegFahrenheit (float tempF) |
| Returns a temperature delta object approximately equal to the specified temperature delta expressed in Fahrenheit degrees. | |
| Temperature | operator+ (Temperature a, TemperatureDelta b) |
| Temperature | operator- (Temperature a, TemperatureDelta b) |
| Temperature | operator+ (TemperatureDelta a, Temperature b) |
| TemperatureDelta | operator+ (TemperatureDelta a, TemperatureDelta b) |
| TemperatureDelta | operator- (TemperatureDelta a, TemperatureDelta b) |
| TemperatureDelta | operator- (TemperatureDelta a) |
| TemperatureDelta | operator- (Temperature a, Temperature b) |
| TemperatureDelta | operator* (TemperatureDelta a, float b) |
| TemperatureDelta | operator* (float a, TemperatureDelta b) |
| TemperatureDelta | operator/ (TemperatureDelta a, float b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Time &val) |
| Time | TimeInSeconds (float time) |
| Returns a time object equivalent to the specified time expressed in seconds. | |
| Time | UnknownTime () |
| Returns a time object representing an unknown time. | |
| Time | TimeInMinutes (float time) |
| Returns a time object equivalent to the specified time expressed in minutes (60 seconds). | |
| Time | TimeInHours (float time) |
| Returns a time object equivalent to the specified time expressed in hours (3600 seconds). | |
| Time | TimeInMilliseconds (float time) |
| Returns a time object equivalent to the specified time expressed in milliseconds. | |
| Time | TimeInMicroseconds (float time) |
| Returns a time object equivalent to the specified time expressed in microseconds. | |
| Time | TimeInNanoseconds (float time) |
| Returns a time object equivalent to the specified time expressed in nanoseconds. | |
| Time | operator+ (Time a, Time b) |
| Time | operator- (Time a, Time b) |
| Time | operator- (Time a) |
| Time | operator* (Time a, float b) |
| Time | operator* (float a, Time b) |
| Time | operator/ (Time a, float b) |
| float | operator/ (Time a, Time b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Velocity &val) |
| Velocity | VelocityInMetersPerSecond (float velocity) |
| Returns a velocity object equivalent to the specified velocity expressed in meters per second. | |
| Velocity | UnknownVelocity () |
| Returns a velocity object representing an unknown velocity. | |
| Velocity | VelocityInKilometersPerSecond (float velocity) |
| Returns a velocity object equivalent to the specified velocity expressed in kilometers per second. | |
| Velocity | VelocityInMillimetersPerSecond (float velocity) |
| Returns a velocity object equivalent to the specified velocity expressed in millimeters per second. | |
| Velocity | VelocityInMicrometersPerSecond (float velocity) |
| Returns a velocity object equivalent to the specified velocity expressed in micrometers per second. | |
| Velocity | VelocityInKilometersPerHour (float velocity) |
| Returns a velocity object equivalent to the specified velocity expressed in kilometers per hour. | |
| Velocity | VelocityInKph (float velocity) |
| Velocity | VelocityInMilesPerHour (float velocity) |
| Returns a velocity object equivalent to the specified velocity expressed in miles per hour. | |
| Velocity | VelocityInMph (float velocity) |
| Velocity | operator+ (Velocity a, Velocity b) |
| Velocity | operator- (Velocity a, Velocity b) |
| Velocity | operator- (Velocity a) |
| Velocity | operator* (Velocity a, float b) |
| Velocity | operator* (float a, Velocity b) |
| Velocity | operator/ (Velocity a, float b) |
| float | operator/ (Velocity a, Velocity b) |
| Length | operator* (Velocity a, Time b) |
| Vs time. | |
| Length | operator* (Time a, Velocity b) |
| Velocity | operator/ (Length a, Time b) |
| Time | operator/ (Length a, Velocity b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Voltage &val) |
| Voltage | VoltageInVolts (float voltage) |
| Returns a voltage object equivalent to the specified voltage expressed in Volts. | |
| Voltage | UnknownVoltage () |
| Returns a voltage object representing an unknown voltage. | |
| Voltage | VoltageInKiloVolts (float voltage) |
| Returns a voltage object equivalent to the specified voltage expressed in kiloVolts. | |
| Voltage | VoltageInMilliVolts (float voltage) |
| Returns a voltage object equivalent to the specified voltage expressed in milliVolts. | |
| Voltage | VoltageInMicroVolts (float voltage) |
| Returns a voltage object equivalent to the specified voltage expressed in microVolts. | |
| Voltage | operator+ (Voltage a, Voltage b) |
| Voltage | operator- (Voltage a, Voltage b) |
| Voltage | operator- (Voltage a) |
| Voltage | operator* (Voltage a, float b) |
| Voltage | operator* (float a, Voltage b) |
| Voltage | operator/ (Voltage a, float b) |
| float | operator/ (Voltage a, Voltage b) |
| Power | operator* (Voltage a, Current b) |
| Vs power. | |
| Power | operator* (Current a, Voltage b) |
| Voltage | operator/ (Power a, Current b) |
| Current | operator/ (Power a, Voltage b) |
| Work | operator* (Voltage a, Charge b) |
| Vs work. | |
| Work | operator* (Charge a, Voltage b) |
| Voltage | operator/ (Work a, Charge b) |
| Charge | operator/ (Work a, Voltage b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Volume &val) |
| Volume | VolumeInCubicMeters (float volume) |
| Returns a volume object equivalent to the specified volume expressed in cubic meters. | |
| Volume | UnknownVolume () |
| Returns a volume object representing an unknown volume. | |
| Volume | VolumeInCubicKilometers (float volume) |
| Returns a volume object equivalent to the specified volume expressed in cubic kilometers. | |
| Volume | VolumeInLiters (float volume) |
| Returns a volume object equivalent to the specified volume expressed in liters. | |
| Volume | VolumeInCubicDecimeters (float volume) |
| Returns a volume object equivalent to the specified volume expressed in liters. | |
| Volume | VolumeInMilliliters (float volume) |
| Returns a volume object equivalent to the specified volume expressed in milliliters. | |
| Volume | VolumeInCubicCentimeters (float volume) |
| Returns a volume object equivalent to the specified volume expressed in milliliters. | |
| Volume | VolumeInCubicMillimeters (float volume) |
| Returns a volume object equivalent to the specified volume expressed in cubic millimeters. | |
| Volume | VolumeInCubicMicrometers (float volume) |
| Returns a volume object equivalent to the specified volume expressed in cubic micrometers. | |
| Volume | VolumeInCubicInches (float volume) |
| Returns a volume object equivalent to the specified volume expressed in cubic inches. | |
| Volume | operator+ (Volume a, Volume b) |
| Volume | operator- (Volume a, Volume b) |
| Volume | operator- (Volume a) |
| Volume | operator* (Volume a, float b) |
| Volume | operator* (float a, Volume b) |
| Volume | operator/ (Volume a, float b) |
| float | operator/ (Volume a, Volume b) |
| Volume | operator* (Length a, Area b) |
| Volume | operator* (Area a, Length b) |
| Area | operator/ (Volume a, Length b) |
| Length | operator/ (Volume a, Area b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const VolumeFlowRate &val) |
| VolumeFlowRate | VolumeFlowRateInCubicMetersPerSecond (float volume_flow_rate) |
| Returns a volume flow rate object equivalent to the specified volume flow rate expressed in cubic meters per second. | |
| VolumeFlowRate | UnknownVolumeFlowRate () |
| Returns a volume flow rate object representing an unknown volume flow rate. | |
| VolumeFlowRate | VolumeFlowRateInLitersPerSecond (float volume_flow_rate) |
| Returns a volume flow rate object equivalent to the specified volume flow rate expressed in liters per second. | |
| VolumeFlowRate | VolumeFlowRateInMillilitersPerSecond (float volume_flow_rate) |
| Returns a volume flow rate object equivalent to the specified volume flow rate expressed in milliliters per second. | |
| VolumeFlowRate | operator+ (VolumeFlowRate a, VolumeFlowRate b) |
| VolumeFlowRate | operator- (VolumeFlowRate a, VolumeFlowRate b) |
| VolumeFlowRate | operator- (VolumeFlowRate a) |
| VolumeFlowRate | operator* (VolumeFlowRate a, float b) |
| VolumeFlowRate | operator* (float a, VolumeFlowRate b) |
| Volume | operator* (VolumeFlowRate a, Time b) |
| Volume | operator* (Time a, VolumeFlowRate b) |
| VolumeFlowRate | operator/ (VolumeFlowRate a, float b) |
| float | operator/ (VolumeFlowRate a, VolumeFlowRate b) |
| VolumeFlowRate | operator/ (Volume a, Time b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const VolumicNumber &val) |
| VolumicNumber | VolumicNumberInUnitsPerCubicMeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic meter. | |
| VolumicNumber | UnknownVolumicNumber () |
| Returns a volumic number object representing an unknown volumic number. | |
| VolumicNumber | VolumicNumberInGigaUnitsPerCubicMeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in giga-units per cubic meter. | |
| VolumicNumber | VolumicNumberInMegaUnitsPerCubicMeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in mega-units per cubic meter. | |
| VolumicNumber | VolumicNumberInKiloUnitsPerCubicMeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in kilo-units per cubic meter. | |
| VolumicNumber | VolumicNumberInMilliUnitsPerCubicMeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in milli-units per cubic meter. | |
| VolumicNumber | VolumicNumberInMicroUnitsPerCubicMeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in micro-units per cubic meter. | |
| VolumicNumber | VolumicNumberInUnitsPerCubicDecimeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic decimeter (liter). | |
| VolumicNumber | VolumicNumberInUnitsPerLiter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic decimeter (liter). | |
| VolumicNumber | VolumicNumberInUnitsPerCubicCentimeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic centimeter. | |
| VolumicNumber | VolumicNumberInUnitsPerCubicMillimeter (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic millimeter. | |
| VolumicNumber | VolumicNumberInUnitsPerCubicKilometer (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic kilometer. | |
| VolumicNumber | VolumicNumberInUnitsPerCubicInch (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic inch. | |
| VolumicNumber | VolumicNumberInUnitsPerCubicFoot (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic foot. | |
| VolumicNumber | VolumicNumberInUnitsPerCubicYard (float volumic_number) |
| Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic yard. | |
| VolumicNumber | operator* (VolumicNumber a, float b) |
| VolumicNumber | operator* (float a, VolumicNumber b) |
| float | operator* (Volume a, VolumicNumber b) |
| float | operator* (VolumicNumber a, Volume b) |
| LineicNumber | operator* (Length a, VolumicNumber b) |
| LineicNumber | operator* (VolumicNumber a, Length b) |
| VolumicNumber | operator/ (VolumicNumber a, float b) |
| float | operator/ (VolumicNumber a, VolumicNumber b) |
| Volume | operator/ (float a, VolumicNumber b) |
| VolumicNumber | operator/ (float a, Volume b) |
| roo_logging::Stream & | operator<< (roo_logging::Stream &os, const Work &val) |
| Work | WorkInJoules (float work) |
| Returns a work object equivalent to the specified work expressed in Joules. | |
| Work | UnknownWork () |
| Returns a work object representing an unknown work. | |
| Work | WorkInGigaJoules (float work) |
| Returns a work object equivalent to the specified work expressed in gigaJoules. | |
| Work | WorkInMegaJoules (float work) |
| Returns a work object equivalent to the specified work expressed in megaJoules. | |
| Work | WorkInKiloJoules (float work) |
| Returns a work object equivalent to the specified work expressed in kiloJoules. | |
| Work | WorkInMilliJoules (float work) |
| Returns a work object equivalent to the specified work expressed in milliJoules. | |
| Work | WorkInMicroJoules (float work) |
| Returns a work object equivalent to the specified work expressed in microJoules. | |
| Work | operator+ (Work a, Work b) |
| Work | operator- (Work a, Work b) |
| Work | operator- (Work a) |
| Work | operator* (Work a, float b) |
| Work | operator* (float a, Work b) |
| Work | operator/ (Work a, float b) |
| float | operator/ (Work a, Work b) |
For convenience conversion from roo_time::Duration.
|
inline |
Returns a area object equivalent to the specified area expressed in acres.
Definition at line 161 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in ares.
Definition at line 129 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in hectares.
Definition at line 123 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in square centimeters.
Definition at line 143 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in square decimeters.
Definition at line 137 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in acres.
Definition at line 167 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in square kilometers.
Definition at line 117 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in square meters.
Definition at line 133 of file area.h.
Referenced by AreaInAcres(), AreaInAres(), AreaInHectares(), AreaInSquareCentimeters(), AreaInSquareDecimeters(), AreaInSquareInches(), AreaInSquareKilometers(), AreaInSquareMicrometers(), AreaInSquareMillimeters(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), and operator/().
|
inline |
Returns a area object equivalent to the specified area expressed in square micrometers.
Definition at line 155 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a area object equivalent to the specified area expressed in square millimeters.
Definition at line 149 of file area.h.
References AreaInSquareMeters().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in giga-units per square meter.
Definition at line 133 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in kilo-units per square meter.
Definition at line 145 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in mega-units per square meter.
Definition at line 139 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in micro-units per square meter.
Definition at line 163 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in milli-units per square meter.
Definition at line 157 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square centimeter.
Definition at line 169 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square foot.
Definition at line 193 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square inch.
Definition at line 187 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square kilometer.
Definition at line 181 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square meter.
Definition at line 151 of file areic_number.h.
Referenced by AreicNumberInGigaUnitsPerSquareMeter(), AreicNumberInKiloUnitsPerSquareMeter(), AreicNumberInMegaUnitsPerSquareMeter(), AreicNumberInMicroUnitsPerSquareMeter(), AreicNumberInMilliUnitsPerSquareMeter(), AreicNumberInUnitsPerSquareCentimeter(), AreicNumberInUnitsPerSquareFoot(), AreicNumberInUnitsPerSquareInch(), AreicNumberInUnitsPerSquareKilometer(), AreicNumberInUnitsPerSquareMillimeter(), AreicNumberInUnitsPerSquareYard(), operator*(), operator*(), operator/(), and operator/().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square millimeter.
Definition at line 175 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a areic number object equivalent to the specified areic number expressed in units per square yard.
Definition at line 199 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter().
|
inline |
Returns a capacitance object equivalent to the specified capacitance expressed in Farads.
Definition at line 125 of file capacitance.h.
Referenced by CapacitanceInKiloFarads(), CapacitanceInMicroFarads(), CapacitanceInMilliFarads(), CapacitanceInNanoFarads(), CapacitanceInPicoFarads(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), and operator/().
|
inline |
Returns a capacitance object equivalent to the specified capacitance expressed in kiloFarads.
Definition at line 119 of file capacitance.h.
References CapacitanceInFarads().
|
inline |
Returns a capacitance object equivalent to the specified capacitance expressed in microFarads.
Definition at line 137 of file capacitance.h.
References CapacitanceInFarads().
|
inline |
Returns a capacitance object equivalent to the specified capacitance expressed in milliFarads.
Definition at line 131 of file capacitance.h.
References CapacitanceInFarads().
|
inline |
Returns a capacitance object equivalent to the specified capacitance expressed in nanoFarads.
Definition at line 143 of file capacitance.h.
References CapacitanceInFarads().
|
inline |
Returns a capacitance object equivalent to the specified capacitance expressed in picoFarads.
Definition at line 149 of file capacitance.h.
References CapacitanceInFarads().
|
inline |
Returns a charge object equivalent to the specified charge expressed in Coulombs.
Definition at line 112 of file charge.h.
Referenced by ChargeInKiloCoulombs(), ChargeInMicroCoulombs(), ChargeInMilliCoulombs(), operator*(), operator*(), operator*(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), and operator/().
|
inline |
Returns a charge object equivalent to the specified charge expressed in kiloCoulombs.
Definition at line 106 of file charge.h.
References ChargeInCoulombs().
|
inline |
Returns a charge object equivalent to the specified charge expressed in microCoulombs.
Definition at line 122 of file charge.h.
References ChargeInCoulombs().
|
inline |
Returns a charge object equivalent to the specified charge expressed in milliCoulombs.
Definition at line 116 of file charge.h.
References ChargeInCoulombs().
|
inline |
Returns a current object equivalent to the specified current expressed in Amperes.
Definition at line 127 of file current.h.
Referenced by CurrentInKiloAmperes(), CurrentInMegaAmperes(), CurrentInMicroAmperes(), CurrentInMilliAmperes(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), operator/(), and operator/().
|
inline |
Returns a current object equivalent to the specified current expressed in kiloAmperes.
Definition at line 121 of file current.h.
References CurrentInAmperes().
|
inline |
Returns a current object equivalent to the specified current expressed in megaAmperes.
Definition at line 115 of file current.h.
References CurrentInAmperes().
|
inline |
Returns a current object equivalent to the specified current expressed in microAmperes.
Definition at line 137 of file current.h.
References CurrentInAmperes().
|
inline |
Returns a current object equivalent to the specified current expressed in milliAmperes.
Definition at line 131 of file current.h.
References CurrentInAmperes().
|
inline |
Returns a force object equivalent to the specified force expressed in gigaNewtons.
Definition at line 103 of file force.h.
References ForceInNewtons().
|
inline |
Returns a force object equivalent to the specified force expressed in kiloNewtons.
Definition at line 115 of file force.h.
References ForceInNewtons().
|
inline |
Returns a force object equivalent to the specified force expressed in megaNewtons.
Definition at line 109 of file force.h.
References ForceInNewtons().
|
inline |
Returns a force object equivalent to the specified force expressed in microNewtons.
Definition at line 131 of file force.h.
References ForceInNewtons().
|
inline |
Returns a force object equivalent to the specified force expressed in milliNewtons.
Definition at line 125 of file force.h.
References ForceInNewtons().
|
inline |
Returns a force object equivalent to the specified force expressed in Newtons.
Definition at line 121 of file force.h.
Referenced by ForceInGigaNewtons(), ForceInKiloNewtons(), ForceInMegaNewtons(), ForceInMicroNewtons(), ForceInMilliNewtons(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), and operator/().
| void roo_quantity::FormatSimpleSiValue | ( | float | val, |
| const char * | base_unit, | ||
| char * | out, | ||
| int | maxlen | ||
| ) |
|
inline |
Returns a frequency object equivalent to the specified frequency expressed in gigaHertz.
Definition at line 120 of file frequency.h.
References FrequencyInHertz().
|
inline |
Returns a frequency object equivalent to the specified frequency expressed in Hertz.
Definition at line 138 of file frequency.h.
Referenced by FrequencyInGigaHertz(), FrequencyInKiloHertz(), FrequencyInMegaHertz(), FrequencyInMicroHertz(), FrequencyInMilliHertz(), FrequencyInRadiansPerSecond(), FrequencyInRevolutionsPerMinute(), operator*(), operator*(), operator/(), and operator/().
|
inline |
Returns a frequency object equivalent to the specified frequency expressed in kiloHertz.
Definition at line 132 of file frequency.h.
References FrequencyInHertz().
|
inline |
Returns a frequency object equivalent to the specified frequency expressed in megaHertz.
Definition at line 126 of file frequency.h.
References FrequencyInHertz().
|
inline |
Returns a frequency object equivalent to the specified frequency expressed in microHertz.
Definition at line 150 of file frequency.h.
References FrequencyInHertz().
|
inline |
Returns a frequency object equivalent to the specified frequency expressed in milliHertz.
Definition at line 144 of file frequency.h.
References FrequencyInHertz().
|
inline |
Returns a frequency object equivalent to the specified rotational frequency expressed in radians per second.
Definition at line 156 of file frequency.h.
References FrequencyInHertz().
|
inline |
Returns a frequency object equivalent to the specified rotational frequency expressed in revolutions per minute (RPM).
Definition at line 162 of file frequency.h.
References FrequencyInHertz().
Referenced by FrequencyInRPM().
|
inline |
Returns a frequency object equivalent to the specified rotational frequency expressed in revolutions per minute (RPM).
Definition at line 168 of file frequency.h.
References FrequencyInRevolutionsPerMinute().
|
inline |
Returns a length object equivalent to the specified length expressed in centimeters.
Definition at line 143 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in decimeters.
Definition at line 137 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in feet.
Definition at line 173 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in inches.
Definition at line 167 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in kilometers.
Definition at line 127 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in light years.
Definition at line 185 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in meters.
Definition at line 133 of file length.h.
Referenced by LengthInCentimeters(), LengthInDecimeters(), LengthInFeet(), LengthInInches(), LengthInKilometers(), LengthInLightYears(), LengthInMicrometers(), LengthInMillimeters(), LengthInNanometers(), LengthInYards(), operator*(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), operator/(), operator/(), and operator/().
|
inline |
Returns a length object equivalent to the specified length expressed in micrometers.
Definition at line 155 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in millimeters.
Definition at line 149 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in nanometers.
Definition at line 161 of file length.h.
References LengthInMeters().
|
inline |
Returns a length object equivalent to the specified length expressed in yards.
Definition at line 179 of file length.h.
References LengthInMeters().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in giga-units per meter.
Definition at line 131 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in kilo-units per meter.
Definition at line 143 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in mega-units per meter.
Definition at line 137 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in micro-units per meter.
Definition at line 161 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in milli-units per meter.
Definition at line 155 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per centimeter.
Definition at line 167 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per foot.
Definition at line 191 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per inch.
Definition at line 185 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per kilometer.
Definition at line 179 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per meter.
Definition at line 149 of file lineic_number.h.
Referenced by LineicNumberInGigaUnitsPerMeter(), LineicNumberInKiloUnitsPerMeter(), LineicNumberInMegaUnitsPerMeter(), LineicNumberInMicroUnitsPerMeter(), LineicNumberInMilliUnitsPerMeter(), LineicNumberInUnitsPerCentimeter(), LineicNumberInUnitsPerFoot(), LineicNumberInUnitsPerInch(), LineicNumberInUnitsPerKilometer(), LineicNumberInUnitsPerMillimeter(), LineicNumberInUnitsPerYard(), operator*(), operator*(), operator*(), operator*(), operator*(), operator*(), operator/(), and operator/().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per millimeter.
Definition at line 173 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a lineic number object equivalent to the specified lineic number expressed in units per yard.
Definition at line 197 of file lineic_number.h.
References LineicNumberInUnitsPerMeter().
|
inline |
Returns a mass object equivalent to the specified mass expressed in grams.
Definition at line 121 of file mass.h.
References MassInKg().
|
inline |
Returns a mass object equivalent to the specified mass expressed in kilograms.
Definition at line 113 of file mass.h.
References MassInKilograms().
Referenced by MassInGrams(), MassInMicrograms(), MassInPounds(), operator*(), operator*(), operator+(), operator-(), operator-(), and operator/().
|
inline |
Returns a mass object equivalent to the specified mass expressed in kilograms.
Definition at line 109 of file mass.h.
Referenced by MassInKg(), MassInMilligrams(), and MassInTons().
|
inline |
Definition at line 139 of file mass.h.
References MassInPounds().
|
inline |
Returns a mass object equivalent to the specified mass expressed in micrograms.
Definition at line 131 of file mass.h.
References MassInKg().
|
inline |
Returns a mass object equivalent to the specified mass expressed in milligrams.
Definition at line 125 of file mass.h.
References MassInKilograms().
|
inline |
Returns a mass object equivalent to the specified mass expressed in pounds.
Definition at line 137 of file mass.h.
References MassInKg().
Referenced by MassInLbs().
|
inline |
Returns a mass object equivalent to the specified mass expressed in metric tons.
Definition at line 117 of file mass.h.
References MassInKilograms().
|
inline |
Definition at line 211 of file areic_number.h.
References roo_quantity::Area::inSquareMeters(), and roo_quantity::AreicNumber::inUnitsPerSquareMeter().
Definition at line 183 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Area::inSquareMeters().
Definition at line 208 of file volume.h.
References roo_quantity::Length::inMeters(), roo_quantity::Area::inSquareMeters(), and VolumeInCubicMeters().
|
inline |
Definition at line 215 of file areic_number.h.
References roo_quantity::Area::inSquareMeters(), and roo_quantity::AreicNumber::inUnitsPerSquareMeter().
|
inline |
Definition at line 203 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter(), and roo_quantity::AreicNumber::inUnitsPerSquareMeter().
|
inline |
Definition at line 223 of file areic_number.h.
References roo_quantity::Length::inMeters(), roo_quantity::AreicNumber::inUnitsPerSquareMeter(), and LineicNumberInUnitsPerMeter().
|
inline |
Definition at line 165 of file capacitance.h.
References CapacitanceInFarads(), and roo_quantity::Capacitance::inFarads().
|
inline |
Vs charge.
Definition at line 183 of file capacitance.h.
References ChargeInCoulombs(), roo_quantity::Capacitance::inFarads(), and roo_quantity::Voltage::inVolts().
Definition at line 136 of file charge.h.
References ChargeInCoulombs(), and roo_quantity::Charge::inCoulombs().
Definition at line 182 of file voltage.h.
References roo_quantity::Charge::inCoulombs(), roo_quantity::Voltage::inVolts(), and WorkInJoules().
Definition at line 151 of file current.h.
References CurrentInAmperes(), and roo_quantity::Current::inAmperes().
|
inline |
Definition at line 195 of file resistance.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Resistance::inOhms(), and VoltageInVolts().
Vs charge.
Definition at line 169 of file current.h.
References ChargeInCoulombs(), roo_quantity::Current::inAmperes(), and roo_quantity::Time::inSeconds().
Definition at line 164 of file voltage.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Voltage::inVolts(), and PowerInWatts().
Definition at line 187 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Area::inSquareMeters().
|
inline |
Definition at line 207 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter(), and roo_quantity::AreicNumber::inUnitsPerSquareMeter().
|
inline |
Definition at line 169 of file capacitance.h.
References CapacitanceInFarads(), and roo_quantity::Capacitance::inFarads().
Definition at line 140 of file charge.h.
References ChargeInCoulombs(), and roo_quantity::Charge::inCoulombs().
Definition at line 155 of file current.h.
References CurrentInAmperes(), and roo_quantity::Current::inAmperes().
Definition at line 149 of file force.h.
References ForceInNewtons(), and roo_quantity::Force::inNewtons().
Definition at line 176 of file frequency.h.
References FrequencyInHertz(), and roo_quantity::Frequency::inHertz().
Definition at line 203 of file length.h.
References roo_quantity::Length::inMeters(), and LengthInMeters().
|
inline |
Definition at line 205 of file lineic_number.h.
References roo_quantity::LineicNumber::inUnitsPerMeter(), and LineicNumberInUnitsPerMeter().
Definition at line 149 of file mass.h.
References roo_quantity::Mass::inKg(), and MassInKg().
Definition at line 154 of file power.h.
References roo_quantity::Power::inWatts(), and PowerInWatts().
Definition at line 194 of file pressure.h.
References roo_quantity::Pressure::inPascals(), and PressureInPascals().
|
inline |
Definition at line 177 of file resistance.h.
References roo_quantity::Resistance::inOhms(), and ResistanceInOhms().
|
inline |
Definition at line 281 of file temperature.h.
References roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDeltaDegCelcius().
Definition at line 145 of file time.h.
References roo_quantity::Time::inSeconds(), and TimeInSeconds().
Definition at line 187 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), and VelocityInMetersPerSecond().
Definition at line 146 of file voltage.h.
References roo_quantity::Voltage::inVolts(), and VoltageInVolts().
Definition at line 192 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), and VolumeInCubicMeters().
|
inline |
Definition at line 151 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), and VolumeFlowRateInCubicMetersPerSecond().
|
inline |
Definition at line 241 of file volumic_number.h.
References roo_quantity::VolumicNumber::inUnitsPerCubicMeter(), and VolumicNumberInUnitsPerCubicMeter().
Definition at line 144 of file work.h.
References roo_quantity::Work::inJoules(), and WorkInJoules().
|
inline |
Definition at line 210 of file pressure.h.
References roo_quantity::Force::inNewtons(), roo_quantity::AreicNumber::inUnitsPerSquareMeter(), and PressureInPascals().
Definition at line 145 of file force.h.
References ForceInNewtons(), and roo_quantity::Force::inNewtons().
Definition at line 153 of file force.h.
References roo_quantity::Length::inMeters(), roo_quantity::Force::inNewtons(), and WorkInJoules().
Definition at line 172 of file frequency.h.
References FrequencyInHertz(), and roo_quantity::Frequency::inHertz().
Definition at line 184 of file frequency.h.
References roo_quantity::Frequency::inHertz(), and roo_quantity::Time::inSeconds().
Definition at line 204 of file volume.h.
References roo_quantity::Length::inMeters(), roo_quantity::Area::inSquareMeters(), and VolumeInCubicMeters().
|
inline |
Definition at line 219 of file areic_number.h.
References roo_quantity::Length::inMeters(), roo_quantity::AreicNumber::inUnitsPerSquareMeter(), and LineicNumberInUnitsPerMeter().
Definition at line 199 of file length.h.
References roo_quantity::Length::inMeters(), and LengthInMeters().
Definition at line 157 of file force.h.
References roo_quantity::Length::inMeters(), roo_quantity::Force::inNewtons(), and WorkInJoules().
Definition at line 199 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Length::inMeters().
|
inline |
Definition at line 209 of file lineic_number.h.
References roo_quantity::Length::inMeters(), and roo_quantity::LineicNumber::inUnitsPerMeter().
|
inline |
Definition at line 253 of file volumic_number.h.
References roo_quantity::Length::inMeters(), roo_quantity::VolumicNumber::inUnitsPerCubicMeter(), and LineicNumberInUnitsPerMeter().
|
inline |
Definition at line 201 of file lineic_number.h.
References roo_quantity::LineicNumber::inUnitsPerMeter(), and LineicNumberInUnitsPerMeter().
|
inline |
Definition at line 213 of file lineic_number.h.
References roo_quantity::Length::inMeters(), and roo_quantity::LineicNumber::inUnitsPerMeter().
Definition at line 147 of file mass.h.
References roo_quantity::Mass::inKg(), and MassInKg().
Definition at line 150 of file power.h.
References roo_quantity::Power::inWatts(), and PowerInWatts().
Power vs work.
Definition at line 166 of file power.h.
References roo_quantity::Time::inSeconds(), roo_quantity::Power::inWatts(), and WorkInJoules().
Definition at line 190 of file pressure.h.
References roo_quantity::Pressure::inPascals(), and PressureInPascals().
|
inline |
Vs Ohm's law.
Definition at line 191 of file resistance.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Resistance::inOhms(), and VoltageInVolts().
|
inline |
Definition at line 173 of file resistance.h.
References roo_quantity::Resistance::inOhms(), and ResistanceInOhms().
|
inline |
Definition at line 277 of file temperature.h.
References roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDeltaDegCelcius().
Definition at line 173 of file current.h.
References ChargeInCoulombs(), roo_quantity::Current::inAmperes(), and roo_quantity::Time::inSeconds().
Definition at line 141 of file time.h.
References roo_quantity::Time::inSeconds(), and TimeInSeconds().
Definition at line 180 of file frequency.h.
References roo_quantity::Frequency::inHertz(), and roo_quantity::Time::inSeconds().
Definition at line 170 of file power.h.
References roo_quantity::Time::inSeconds(), roo_quantity::Power::inWatts(), and WorkInJoules().
Definition at line 205 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), roo_quantity::Time::inSeconds(), and LengthInMeters().
|
inline |
Definition at line 159 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), roo_quantity::Time::inSeconds(), and VolumeInCubicMeters().
Definition at line 183 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), and VelocityInMetersPerSecond().
Vs time.
Definition at line 201 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), roo_quantity::Time::inSeconds(), and LengthInMeters().
|
inline |
Definition at line 187 of file capacitance.h.
References ChargeInCoulombs(), roo_quantity::Capacitance::inFarads(), and roo_quantity::Voltage::inVolts().
Vs work.
Definition at line 178 of file voltage.h.
References roo_quantity::Charge::inCoulombs(), roo_quantity::Voltage::inVolts(), and WorkInJoules().
Vs power.
Definition at line 160 of file voltage.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Voltage::inVolts(), and PowerInWatts().
Definition at line 142 of file voltage.h.
References roo_quantity::Voltage::inVolts(), and VoltageInVolts().
Definition at line 188 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), and VolumeInCubicMeters().
|
inline |
Definition at line 245 of file volumic_number.h.
References roo_quantity::Volume::inCubicMeters(), and roo_quantity::VolumicNumber::inUnitsPerCubicMeter().
|
inline |
Definition at line 147 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), and VolumeFlowRateInCubicMetersPerSecond().
|
inline |
Definition at line 155 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), roo_quantity::Time::inSeconds(), and VolumeInCubicMeters().
|
inline |
Definition at line 237 of file volumic_number.h.
References roo_quantity::VolumicNumber::inUnitsPerCubicMeter(), and VolumicNumberInUnitsPerCubicMeter().
|
inline |
Definition at line 257 of file volumic_number.h.
References roo_quantity::Length::inMeters(), roo_quantity::VolumicNumber::inUnitsPerCubicMeter(), and LineicNumberInUnitsPerMeter().
|
inline |
Definition at line 249 of file volumic_number.h.
References roo_quantity::Volume::inCubicMeters(), and roo_quantity::VolumicNumber::inUnitsPerCubicMeter().
Definition at line 140 of file work.h.
References roo_quantity::Work::inJoules(), and WorkInJoules().
|
inline |
Definition at line 173 of file force.h.
References ForceInNewtons(), roo_quantity::Work::inJoules(), and roo_quantity::LineicNumber::inUnitsPerMeter().
Definition at line 171 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Area::inSquareMeters().
|
inline |
Definition at line 153 of file capacitance.h.
References CapacitanceInFarads(), and roo_quantity::Capacitance::inFarads().
Definition at line 126 of file charge.h.
References ChargeInCoulombs(), and roo_quantity::Charge::inCoulombs().
Definition at line 141 of file current.h.
References CurrentInAmperes(), and roo_quantity::Current::inAmperes().
Definition at line 135 of file force.h.
References ForceInNewtons(), and roo_quantity::Force::inNewtons().
Definition at line 189 of file length.h.
References roo_quantity::Length::inMeters(), and LengthInMeters().
Definition at line 141 of file mass.h.
References roo_quantity::Mass::inKg(), and MassInKg().
Definition at line 140 of file power.h.
References roo_quantity::Power::inWatts(), and PowerInWatts().
Definition at line 178 of file pressure.h.
References roo_quantity::Pressure::inPascals(), and PressureInPascals().
|
inline |
Definition at line 161 of file resistance.h.
References roo_quantity::Resistance::inOhms(), and ResistanceInOhms().
|
inline |
Definition at line 249 of file temperature.h.
References roo_quantity::Temperature::degCelcius(), roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDegCelcius().
|
inline |
Definition at line 257 of file temperature.h.
References roo_quantity::Temperature::degCelcius(), roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDegCelcius().
|
inline |
Definition at line 261 of file temperature.h.
References roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDeltaDegCelcius().
Definition at line 131 of file time.h.
References roo_quantity::Time::inSeconds(), and TimeInSeconds().
Definition at line 169 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), and VelocityInMetersPerSecond().
Definition at line 132 of file voltage.h.
References roo_quantity::Voltage::inVolts(), and VoltageInVolts().
Definition at line 176 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), and VolumeInCubicMeters().
|
inline |
Definition at line 133 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), and VolumeFlowRateInCubicMetersPerSecond().
Definition at line 130 of file work.h.
References roo_quantity::Work::inJoules(), and WorkInJoules().
Definition at line 179 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Area::inSquareMeters().
Definition at line 175 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Area::inSquareMeters().
|
inline |
Definition at line 161 of file capacitance.h.
References CapacitanceInFarads(), and roo_quantity::Capacitance::inFarads().
|
inline |
Definition at line 157 of file capacitance.h.
References CapacitanceInFarads(), and roo_quantity::Capacitance::inFarads().
Definition at line 134 of file charge.h.
References ChargeInCoulombs(), and roo_quantity::Charge::inCoulombs().
Definition at line 130 of file charge.h.
References ChargeInCoulombs(), and roo_quantity::Charge::inCoulombs().
Definition at line 149 of file current.h.
References CurrentInAmperes(), and roo_quantity::Current::inAmperes().
Definition at line 145 of file current.h.
References CurrentInAmperes(), and roo_quantity::Current::inAmperes().
Definition at line 143 of file force.h.
References ForceInNewtons(), and roo_quantity::Force::inNewtons().
Definition at line 139 of file force.h.
References ForceInNewtons(), and roo_quantity::Force::inNewtons().
Definition at line 197 of file length.h.
References roo_quantity::Length::inMeters(), and LengthInMeters().
Definition at line 193 of file length.h.
References roo_quantity::Length::inMeters(), and LengthInMeters().
Definition at line 145 of file mass.h.
References roo_quantity::Mass::inKg(), and MassInKg().
Definition at line 143 of file mass.h.
References roo_quantity::Mass::inKg(), and MassInKg().
Definition at line 148 of file power.h.
References roo_quantity::Power::inWatts(), and PowerInWatts().
Definition at line 144 of file power.h.
References roo_quantity::Power::inWatts(), and PowerInWatts().
Definition at line 186 of file pressure.h.
References roo_quantity::Pressure::inPascals(), and PressureInPascals().
Definition at line 182 of file pressure.h.
References roo_quantity::Pressure::inPascals(), and PressureInPascals().
|
inline |
Definition at line 169 of file resistance.h.
References roo_quantity::Resistance::inOhms(), and ResistanceInOhms().
|
inline |
Definition at line 165 of file resistance.h.
References roo_quantity::Resistance::inOhms(), and ResistanceInOhms().
|
inline |
Definition at line 273 of file temperature.h.
References roo_quantity::Temperature::degCelcius(), and TemperatureDeltaDegCelcius().
|
inline |
Definition at line 253 of file temperature.h.
References roo_quantity::Temperature::degCelcius(), roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDegCelcius().
|
inline |
Definition at line 269 of file temperature.h.
References roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDeltaDegCelcius().
|
inline |
Definition at line 265 of file temperature.h.
References roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDeltaDegCelcius().
Definition at line 139 of file time.h.
References roo_quantity::Time::inSeconds(), and TimeInSeconds().
Definition at line 135 of file time.h.
References roo_quantity::Time::inSeconds(), and TimeInSeconds().
Definition at line 179 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), and VelocityInMetersPerSecond().
Definition at line 174 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), and VelocityInMetersPerSecond().
Definition at line 140 of file voltage.h.
References roo_quantity::Voltage::inVolts(), and VoltageInVolts().
Definition at line 136 of file voltage.h.
References roo_quantity::Voltage::inVolts(), and VoltageInVolts().
Definition at line 184 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), and VolumeInCubicMeters().
Definition at line 180 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), and VolumeInCubicMeters().
|
inline |
Definition at line 143 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), and VolumeFlowRateInCubicMetersPerSecond().
|
inline |
Definition at line 138 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), and VolumeFlowRateInCubicMetersPerSecond().
Definition at line 138 of file work.h.
References roo_quantity::Work::inJoules(), and WorkInJoules().
Definition at line 134 of file work.h.
References roo_quantity::Work::inJoules(), and WorkInJoules().
Definition at line 195 of file area.h.
References roo_quantity::Area::inSquareMeters().
Definition at line 191 of file area.h.
References AreaInSquareMeters(), and roo_quantity::Area::inSquareMeters().
Definition at line 203 of file area.h.
References roo_quantity::Length::inMeters(), roo_quantity::Area::inSquareMeters(), and LengthInMeters().
|
inline |
Definition at line 231 of file areic_number.h.
References roo_quantity::AreicNumber::inUnitsPerSquareMeter().
|
inline |
Definition at line 227 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter(), and roo_quantity::AreicNumber::inUnitsPerSquareMeter().
|
inline |
Definition at line 177 of file capacitance.h.
References roo_quantity::Capacitance::inFarads().
|
inline |
Definition at line 173 of file capacitance.h.
References CapacitanceInFarads(), and roo_quantity::Capacitance::inFarads().
|
inline |
Definition at line 195 of file capacitance.h.
References roo_quantity::Charge::inCoulombs(), roo_quantity::Capacitance::inFarads(), and VoltageInVolts().
Definition at line 148 of file charge.h.
References roo_quantity::Charge::inCoulombs().
Definition at line 181 of file current.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Charge::inCoulombs(), and TimeInSeconds().
Definition at line 144 of file charge.h.
References ChargeInCoulombs(), and roo_quantity::Charge::inCoulombs().
Definition at line 177 of file current.h.
References CurrentInAmperes(), roo_quantity::Charge::inCoulombs(), and roo_quantity::Time::inSeconds().
|
inline |
Definition at line 191 of file capacitance.h.
References CapacitanceInFarads(), roo_quantity::Charge::inCoulombs(), and roo_quantity::Voltage::inVolts().
Definition at line 163 of file current.h.
References roo_quantity::Current::inAmperes().
Definition at line 159 of file current.h.
References CurrentInAmperes(), and roo_quantity::Current::inAmperes().
|
inline |
Definition at line 239 of file areic_number.h.
References AreicNumberInUnitsPerSquareMeter(), and roo_quantity::Area::inSquareMeters().
|
inline |
Definition at line 235 of file areic_number.h.
References AreaInSquareMeters(), and roo_quantity::AreicNumber::inUnitsPerSquareMeter().
Definition at line 196 of file frequency.h.
References roo_quantity::Frequency::inHertz(), and TimeInSeconds().
|
inline |
Definition at line 229 of file lineic_number.h.
References roo_quantity::Length::inMeters(), and LineicNumberInUnitsPerMeter().
|
inline |
Definition at line 225 of file lineic_number.h.
References roo_quantity::LineicNumber::inUnitsPerMeter(), and LengthInMeters().
Definition at line 200 of file frequency.h.
References FrequencyInHertz(), and roo_quantity::Time::inSeconds().
|
inline |
Definition at line 273 of file volumic_number.h.
References roo_quantity::Volume::inCubicMeters(), and VolumicNumberInUnitsPerCubicMeter().
|
inline |
Definition at line 269 of file volumic_number.h.
References roo_quantity::VolumicNumber::inUnitsPerCubicMeter(), and VolumeInCubicMeters().
Definition at line 206 of file pressure.h.
References roo_quantity::Force::inNewtons(), roo_quantity::Area::inSquareMeters(), and PressureInPascals().
Definition at line 161 of file force.h.
References ForceInNewtons(), and roo_quantity::Force::inNewtons().
Definition at line 177 of file force.h.
References roo_quantity::Force::inNewtons().
Definition at line 188 of file frequency.h.
References FrequencyInHertz(), and roo_quantity::Frequency::inHertz().
Definition at line 192 of file frequency.h.
References roo_quantity::Frequency::inHertz().
Definition at line 207 of file length.h.
References roo_quantity::Length::inMeters(), and LengthInMeters().
Definition at line 211 of file length.h.
References roo_quantity::Length::inMeters().
Definition at line 209 of file velocity.h.
References roo_quantity::Length::inMeters(), roo_quantity::Time::inSeconds(), and VelocityInMetersPerSecond().
Definition at line 213 of file velocity.h.
References roo_quantity::Length::inMeters(), roo_quantity::Velocity::inMetersPerSecond(), and TimeInSeconds().
|
inline |
Definition at line 217 of file lineic_number.h.
References roo_quantity::LineicNumber::inUnitsPerMeter(), and LineicNumberInUnitsPerMeter().
|
inline |
Definition at line 221 of file lineic_number.h.
References roo_quantity::LineicNumber::inUnitsPerMeter().
Definition at line 151 of file mass.h.
References roo_quantity::Mass::inKg(), and MassInKg().
Definition at line 153 of file mass.h.
References roo_quantity::Mass::inKg().
Definition at line 168 of file voltage.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Power::inWatts(), and VoltageInVolts().
Definition at line 158 of file power.h.
References roo_quantity::Power::inWatts(), and PowerInWatts().
Definition at line 162 of file power.h.
References roo_quantity::Power::inWatts().
Definition at line 172 of file voltage.h.
References CurrentInAmperes(), roo_quantity::Voltage::inVolts(), and roo_quantity::Power::inWatts().
Definition at line 198 of file pressure.h.
References roo_quantity::Pressure::inPascals(), and PressureInPascals().
Definition at line 202 of file pressure.h.
References roo_quantity::Pressure::inPascals().
|
inline |
Definition at line 181 of file resistance.h.
References roo_quantity::Resistance::inOhms(), and ResistanceInOhms().
|
inline |
Definition at line 185 of file resistance.h.
References roo_quantity::Resistance::inOhms().
|
inline |
Definition at line 285 of file temperature.h.
References roo_quantity::TemperatureDelta::degCelcius(), and TemperatureDeltaDegCelcius().
Definition at line 149 of file time.h.
References roo_quantity::Time::inSeconds(), and TimeInSeconds().
Definition at line 153 of file time.h.
References roo_quantity::Time::inSeconds().
Definition at line 191 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond(), and VelocityInMetersPerSecond().
Definition at line 195 of file velocity.h.
References roo_quantity::Velocity::inMetersPerSecond().
|
inline |
Definition at line 199 of file resistance.h.
References roo_quantity::Current::inAmperes(), roo_quantity::Voltage::inVolts(), and ResistanceInOhms().
Definition at line 150 of file voltage.h.
References roo_quantity::Voltage::inVolts(), and VoltageInVolts().
|
inline |
Definition at line 203 of file resistance.h.
References CurrentInAmperes(), roo_quantity::Resistance::inOhms(), and roo_quantity::Voltage::inVolts().
Definition at line 154 of file voltage.h.
References roo_quantity::Voltage::inVolts().
Definition at line 216 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), roo_quantity::Area::inSquareMeters(), and LengthInMeters().
Definition at line 196 of file volume.h.
References roo_quantity::Volume::inCubicMeters(), and VolumeInCubicMeters().
Definition at line 212 of file volume.h.
References AreaInSquareMeters(), roo_quantity::Volume::inCubicMeters(), and roo_quantity::Length::inMeters().
|
inline |
Definition at line 171 of file volume_flow_rate.h.
References roo_quantity::Volume::inCubicMeters(), roo_quantity::Time::inSeconds(), and VolumeFlowRateInCubicMetersPerSecond().
Definition at line 200 of file volume.h.
References roo_quantity::Volume::inCubicMeters().
|
inline |
Definition at line 163 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond(), and VolumeFlowRateInCubicMetersPerSecond().
|
inline |
Definition at line 167 of file volume_flow_rate.h.
References roo_quantity::VolumeFlowRate::inCubicMetersPerSecond().
|
inline |
Definition at line 261 of file volumic_number.h.
References roo_quantity::VolumicNumber::inUnitsPerCubicMeter(), and VolumicNumberInUnitsPerCubicMeter().
|
inline |
Definition at line 265 of file volumic_number.h.
References roo_quantity::VolumicNumber::inUnitsPerCubicMeter().
Definition at line 186 of file voltage.h.
References roo_quantity::Charge::inCoulombs(), roo_quantity::Work::inJoules(), and VoltageInVolts().
Definition at line 148 of file work.h.
References roo_quantity::Work::inJoules(), and WorkInJoules().
Definition at line 169 of file force.h.
References roo_quantity::Work::inJoules(), roo_quantity::Force::inNewtons(), and LengthInMeters().
Definition at line 165 of file force.h.
References ForceInNewtons(), roo_quantity::Work::inJoules(), and roo_quantity::Length::inMeters().
Definition at line 190 of file voltage.h.
References ChargeInCoulombs(), roo_quantity::Work::inJoules(), and roo_quantity::Voltage::inVolts().
Definition at line 152 of file work.h.
References roo_quantity::Work::inJoules().
Definition at line 178 of file power.h.
References roo_quantity::Work::inJoules(), roo_quantity::Power::inWatts(), and TimeInSeconds().
Definition at line 174 of file power.h.
References roo_quantity::Work::inJoules(), roo_quantity::Time::inSeconds(), and PowerInWatts().
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Area & | val | ||
| ) |
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const AreicNumber & | val | ||
| ) |
Definition at line 34 of file areic_number.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Capacitance & | val | ||
| ) |
Definition at line 34 of file capacitance.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Charge & | val | ||
| ) |
Definition at line 34 of file charge.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Current & | val | ||
| ) |
Definition at line 34 of file current.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Force & | val | ||
| ) |
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Frequency & | val | ||
| ) |
Definition at line 34 of file frequency.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Length & | val | ||
| ) |
Definition at line 66 of file length.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const LineicNumber & | val | ||
| ) |
Definition at line 35 of file lineic_number.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Mass & | val | ||
| ) |
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Power & | val | ||
| ) |
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Pressure & | val | ||
| ) |
Definition at line 75 of file pressure.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Resistance & | val | ||
| ) |
Definition at line 34 of file resistance.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Temperature & | t | ||
| ) |
Definition at line 97 of file temperature.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const TemperatureDelta & | dt | ||
| ) |
Definition at line 104 of file temperature.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Time & | val | ||
| ) |
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Velocity & | val | ||
| ) |
Definition at line 60 of file velocity.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Voltage & | val | ||
| ) |
Definition at line 34 of file voltage.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Volume & | val | ||
| ) |
Definition at line 57 of file volume.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const VolumeFlowRate & | val | ||
| ) |
Definition at line 48 of file volume_flow_rate.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const VolumicNumber & | val | ||
| ) |
Definition at line 34 of file volumic_number.cpp.
| roo_logging::Stream & roo_quantity::operator<< | ( | roo_logging::Stream & | os, |
| const Work & | val | ||
| ) |
|
inline |
Returns a power object equivalent to the specified power expressed in gigaWatts.
Definition at line 108 of file power.h.
References PowerInWatts().
|
inline |
Returns a power object equivalent to the specified power expressed in kiloWatts.
Definition at line 120 of file power.h.
References PowerInWatts().
|
inline |
Returns a power object equivalent to the specified power expressed in megaWatts.
Definition at line 114 of file power.h.
References PowerInWatts().
|
inline |
Returns a power object equivalent to the specified power expressed in microWatts.
Definition at line 136 of file power.h.
References PowerInWatts().
|
inline |
Returns a power object equivalent to the specified power expressed in milliWatts.
Definition at line 130 of file power.h.
References PowerInWatts().
|
inline |
Returns a power object equivalent to the specified power expressed in Watts.
Definition at line 126 of file power.h.
Referenced by operator*(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), PowerInGigaWatts(), PowerInKiloWatts(), PowerInMegaWatts(), PowerInMicroWatts(), and PowerInMilliWatts().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in bars.
Definition at line 140 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in GigaPascals.
Definition at line 128 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in hectoPascals.
Definition at line 152 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in kiloPascals.
Definition at line 146 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in MegaPascals.
Definition at line 134 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in microPascals.
Definition at line 168 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in milliPascals.
Definition at line 162 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in Pascals.
Definition at line 158 of file pressure.h.
Referenced by operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), PressureInBars(), PressureInGigaPascals(), PressureInHectoPascals(), PressureInKiloPascals(), PressureInMegaPascals(), PressureInMicroPascals(), PressureInMilliPascals(), and PressureInPSI().
|
inline |
Returns a pressure object equivalent to the specified pressure expressed in PSI (pounds per square inch).
Definition at line 174 of file pressure.h.
References PressureInPascals().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in GigaOhms.
Definition at line 121 of file resistance.h.
References ResistanceInOhms().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in kiloOhms.
Definition at line 133 of file resistance.h.
References ResistanceInOhms().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in MegaOhms.
Definition at line 127 of file resistance.h.
References ResistanceInOhms().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in microOhms.
Definition at line 151 of file resistance.h.
References ResistanceInOhms().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in milliOhms.
Definition at line 145 of file resistance.h.
References ResistanceInOhms().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in microOhms.
Definition at line 157 of file resistance.h.
References ResistanceInOhms().
|
inline |
Returns a resistance object equivalent to the specified resistance expressed in Ohms.
Definition at line 139 of file resistance.h.
Referenced by operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), ResistanceInGigaOhms(), ResistanceInKiloOhms(), ResistanceInMegaOhms(), ResistanceInMicroOhms(), ResistanceInMilliOhms(), and ResistanceInNanoOhms().
|
inline |
Returns a temperature object equivalent to the specified temperature expressed in Celcius degrees.
Definition at line 189 of file temperature.h.
Referenced by operator+(), operator+(), and operator-().
|
inline |
Returns a temperature object approximately equal to the specified temperature expressed in Fahrenheit degrees.
Due to floating-point rounding errors, and since the temperature is internally stored in Celcius degrees, generally, DegFahrenheit(x).degFahrenheit() != x.
Definition at line 209 of file temperature.h.
|
inline |
Returns a temperature object equivalent to the specified temperature expressed in Kelvin degrees.
Due to floating-point rounding errors, and since the temperature is internally stored in Celcius degrees, generally, DegKelvin(x).degKelvin() != x.
Definition at line 199 of file temperature.h.
|
inline |
Returns a temperature delta object equivalent to the specified temperature expressed in Celcius degrees.
Definition at line 218 of file temperature.h.
Referenced by operator*(), operator*(), operator+(), operator-(), operator-(), operator-(), and operator/().
|
inline |
Returns a temperature delta object approximately equal to the specified temperature delta expressed in Fahrenheit degrees.
Due to floating-point rounding errors, and since the temperature is internally stored in Celcius degrees, generally, DegFahrenheit(x).degFahrenheit() != x.
Definition at line 235 of file temperature.h.
|
inline |
Returns a temperature delta object equivalent to the specified temperature delta expressed in Kelvin degrees. It is in fact equivalent to TemperatureDeltaDegCelcius.
Definition at line 225 of file temperature.h.
|
inline |
Returns a time object equivalent to the specified time expressed in hours (3600 seconds).
Definition at line 107 of file time.h.
References TimeInSeconds().
|
inline |
Returns a time object equivalent to the specified time expressed in microseconds.
Definition at line 121 of file time.h.
References TimeInSeconds().
|
inline |
Returns a time object equivalent to the specified time expressed in milliseconds.
Definition at line 115 of file time.h.
References TimeInSeconds().
|
inline |
Returns a time object equivalent to the specified time expressed in minutes (60 seconds).
Definition at line 103 of file time.h.
References TimeInSeconds().
|
inline |
Returns a time object equivalent to the specified time expressed in nanoseconds.
Definition at line 127 of file time.h.
References TimeInSeconds().
|
inline |
Returns a time object equivalent to the specified time expressed in seconds.
Definition at line 111 of file time.h.
Referenced by operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), operator/(), operator/(), operator/(), TimeInHours(), TimeInMicroseconds(), TimeInMilliseconds(), TimeInMinutes(), and TimeInNanoseconds().
|
inline |
|
inline |
Returns a areic number object representing an unknown areic number.
Definition at line 129 of file areic_number.h.
|
inline |
Returns a capacitance object representing an unknown capacitance.
Definition at line 115 of file capacitance.h.
|
inline |
|
inline |
|
inline |
|
inline |
Returns a frequency object representing an unknown frequency.
Definition at line 116 of file frequency.h.
|
inline |
|
inline |
Returns a lineic number object representing an unknown lineic number.
Definition at line 127 of file lineic_number.h.
|
inline |
|
inline |
|
inline |
Returns a pressure object representing an unknown pressure.
Definition at line 124 of file pressure.h.
|
inline |
Returns a resistance object representing an unknown resistance.
Definition at line 117 of file resistance.h.
|
inline |
Returns a temperature object representing an unknown temperature.
Definition at line 185 of file temperature.h.
|
inline |
Returns a temperature object representing an unknown temperature delta.
Definition at line 214 of file temperature.h.
|
inline |
|
inline |
Returns a velocity object representing an unknown velocity.
Definition at line 123 of file velocity.h.
|
inline |
|
inline |
|
inline |
Returns a volume flow rate object representing an unknown volume flow rate.
Definition at line 111 of file volume_flow_rate.h.
|
inline |
Returns a volumic number object representing an unknown volumic number.
Definition at line 142 of file volumic_number.h.
|
inline |
|
inline |
Returns a velocity object equivalent to the specified velocity expressed in kilometers per hour.
Definition at line 151 of file velocity.h.
References VelocityInMetersPerSecond().
Referenced by VelocityInKph().
|
inline |
Returns a velocity object equivalent to the specified velocity expressed in kilometers per second.
Definition at line 127 of file velocity.h.
References VelocityInMetersPerSecond().
|
inline |
Definition at line 155 of file velocity.h.
References VelocityInKilometersPerHour().
|
inline |
Returns a velocity object equivalent to the specified velocity expressed in meters per second.
Definition at line 133 of file velocity.h.
Referenced by operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), VelocityInKilometersPerHour(), VelocityInKilometersPerSecond(), VelocityInMicrometersPerSecond(), VelocityInMilesPerHour(), and VelocityInMillimetersPerSecond().
|
inline |
Returns a velocity object equivalent to the specified velocity expressed in micrometers per second.
Definition at line 145 of file velocity.h.
References VelocityInMetersPerSecond().
|
inline |
Returns a velocity object equivalent to the specified velocity expressed in miles per hour.
Definition at line 161 of file velocity.h.
References VelocityInMetersPerSecond().
Referenced by VelocityInMph().
|
inline |
Returns a velocity object equivalent to the specified velocity expressed in millimeters per second.
Definition at line 139 of file velocity.h.
References VelocityInMetersPerSecond().
|
inline |
Definition at line 165 of file velocity.h.
References VelocityInMilesPerHour().
|
inline |
Returns a voltage object equivalent to the specified voltage expressed in kiloVolts.
Definition at line 112 of file voltage.h.
References VoltageInVolts().
|
inline |
Returns a voltage object equivalent to the specified voltage expressed in microVolts.
Definition at line 128 of file voltage.h.
References VoltageInVolts().
|
inline |
Returns a voltage object equivalent to the specified voltage expressed in milliVolts.
Definition at line 122 of file voltage.h.
References VoltageInVolts().
|
inline |
Returns a voltage object equivalent to the specified voltage expressed in Volts.
Definition at line 118 of file voltage.h.
Referenced by operator*(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), operator/(), operator/(), VoltageInKiloVolts(), VoltageInMicroVolts(), and VoltageInMilliVolts().
|
inline |
Returns a volume flow rate object equivalent to the specified volume flow rate expressed in cubic meters per second.
Definition at line 115 of file volume_flow_rate.h.
Referenced by operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), VolumeFlowRateInLitersPerSecond(), and VolumeFlowRateInMillilitersPerSecond().
|
inline |
Returns a volume flow rate object equivalent to the specified volume flow rate expressed in liters per second.
Definition at line 122 of file volume_flow_rate.h.
References VolumeFlowRateInCubicMetersPerSecond().
|
inline |
Returns a volume flow rate object equivalent to the specified volume flow rate expressed in milliliters per second.
Definition at line 128 of file volume_flow_rate.h.
References VolumeFlowRateInCubicMetersPerSecond().
|
inline |
Returns a volume object equivalent to the specified volume expressed in milliliters.
Definition at line 154 of file volume.h.
References VolumeInMilliliters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in liters.
Definition at line 142 of file volume.h.
References VolumeInLiters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in cubic inches.
Definition at line 172 of file volume.h.
References VolumeInCubicMeters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in cubic kilometers.
Definition at line 126 of file volume.h.
References VolumeInCubicMeters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in cubic meters.
Definition at line 132 of file volume.h.
Referenced by operator*(), operator*(), operator*(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), operator/(), VolumeInCubicInches(), VolumeInCubicKilometers(), VolumeInCubicMicrometers(), VolumeInCubicMillimeters(), VolumeInLiters(), and VolumeInMilliliters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in cubic micrometers.
Definition at line 166 of file volume.h.
References VolumeInCubicMeters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in cubic millimeters.
Definition at line 160 of file volume.h.
References VolumeInCubicMeters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in liters.
Definition at line 136 of file volume.h.
References VolumeInCubicMeters().
Referenced by VolumeInCubicDecimeters().
|
inline |
Returns a volume object equivalent to the specified volume expressed in milliliters.
Definition at line 148 of file volume.h.
References VolumeInCubicMeters().
Referenced by VolumeInCubicCentimeters().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in giga-units per cubic meter.
Definition at line 146 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in kilo-units per cubic meter.
Definition at line 160 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in mega-units per cubic meter.
Definition at line 153 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in micro-units per cubic meter.
Definition at line 180 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in milli-units per cubic meter.
Definition at line 173 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic centimeter.
Definition at line 200 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic decimeter (liter).
Definition at line 187 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
Referenced by VolumicNumberInUnitsPerLiter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic foot.
Definition at line 227 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic inch.
Definition at line 221 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic kilometer.
Definition at line 214 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic meter.
Definition at line 167 of file volumic_number.h.
Referenced by operator*(), operator*(), operator/(), operator/(), VolumicNumberInGigaUnitsPerCubicMeter(), VolumicNumberInKiloUnitsPerCubicMeter(), VolumicNumberInMegaUnitsPerCubicMeter(), VolumicNumberInMicroUnitsPerCubicMeter(), VolumicNumberInMilliUnitsPerCubicMeter(), VolumicNumberInUnitsPerCubicCentimeter(), VolumicNumberInUnitsPerCubicDecimeter(), VolumicNumberInUnitsPerCubicFoot(), VolumicNumberInUnitsPerCubicInch(), VolumicNumberInUnitsPerCubicKilometer(), VolumicNumberInUnitsPerCubicMillimeter(), and VolumicNumberInUnitsPerCubicYard().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic millimeter.
Definition at line 207 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic yard.
Definition at line 233 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicMeter().
|
inline |
Returns a volumic number object equivalent to the specified volumic number expressed in units per cubic decimeter (liter).
Definition at line 194 of file volumic_number.h.
References VolumicNumberInUnitsPerCubicDecimeter().
|
inline |
Returns a work object equivalent to the specified work expressed in gigaJoules.
Definition at line 98 of file work.h.
References WorkInJoules().
|
inline |
Returns a work object equivalent to the specified work expressed in Joules.
Definition at line 116 of file work.h.
Referenced by operator*(), operator*(), operator*(), operator*(), operator*(), operator*(), operator*(), operator*(), operator+(), operator-(), operator-(), operator/(), WorkInGigaJoules(), WorkInKiloJoules(), WorkInMegaJoules(), WorkInMicroJoules(), and WorkInMilliJoules().
|
inline |
Returns a work object equivalent to the specified work expressed in kiloJoules.
Definition at line 110 of file work.h.
References WorkInJoules().
|
inline |
Returns a work object equivalent to the specified work expressed in megaJoules.
Definition at line 104 of file work.h.
References WorkInJoules().
|
inline |
Returns a work object equivalent to the specified work expressed in microJoules.
Definition at line 126 of file work.h.
References WorkInJoules().
|
inline |
Returns a work object equivalent to the specified work expressed in milliJoules.
Definition at line 120 of file work.h.
References WorkInJoules().