/usr/include/opencascade/Quantity_PhysicalQuantity.hxx is in libopencascade-foundation-dev 6.5.0.dfsg-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Quantity_PhysicalQuantity_HeaderFile
#define _Quantity_PhysicalQuantity_HeaderFile
enum Quantity_PhysicalQuantity {
Quantity_MASS,
Quantity_PLANEANGLE,
Quantity_SOLIDANGLE,
Quantity_LENGTH,
Quantity_AREA,
Quantity_VOLUME,
Quantity_SPEED,
Quantity_VELOCITY,
Quantity_ACCELERATION,
Quantity_ANGULARVELOCITY,
Quantity_FREQUENCY,
Quantity_TEMPERATURE,
Quantity_AMOUNTOFSUBSTANCE,
Quantity_DENSITY,
Quantity_MASSFLOW,
Quantity_VOLUMEFLOW,
Quantity_CONSUMPTION,
Quantity_MOMENTUM,
Quantity_KINETICMOMENT,
Quantity_MOMENTOFINERTIA,
Quantity_FORCE,
Quantity_MOMENTOFAFORCE,
Quantity_TORQUE,
Quantity_WEIGHT,
Quantity_PRESSURE,
Quantity_VISCOSITY,
Quantity_KINEMATICVISCOSITY,
Quantity_ENERGY,
Quantity_WORK,
Quantity_POWER,
Quantity_SURFACETENSION,
Quantity_COEFFICIENTOFEXPANSION,
Quantity_THERMALCONDUCTIVITY,
Quantity_SPECIFICHEATCAPACITY,
Quantity_ENTROPY,
Quantity_ENTHALPY,
Quantity_LUMINOUSINTENSITY,
Quantity_LUMINOUSFLUX,
Quantity_LUMINANCE,
Quantity_ILLUMINANCE,
Quantity_LUMINOUSEXPOSITION,
Quantity_LUMINOUSEFFICACITY,
Quantity_ELECTRICCHARGE,
Quantity_ELECTRICCURRENT,
Quantity_ELECTRICFIELDSTRENGTH,
Quantity_ELECTRICPOTENTIAL,
Quantity_ELECTRICCAPACITANCE,
Quantity_MAGNETICFLUX,
Quantity_MAGNETICFLUXDENSITY,
Quantity_MAGNETICFIELDSTRENGTH,
Quantity_RELUCTANCE,
Quantity_RESISTANCE,
Quantity_INDUCTANCE,
Quantity_CAPACITANCE,
Quantity_IMPEDANCE,
Quantity_ADMITTANCE,
Quantity_RESISTIVITY,
Quantity_CONDUCTIVITY,
Quantity_MOLARMASS,
Quantity_MOLARVOLUME,
Quantity_CONCENTRATION,
Quantity_MOLARCONCENTRATION,
Quantity_MOLARITY,
Quantity_SOUNDINTENSITY,
Quantity_ACOUSTICINTENSITY,
Quantity_ACTIVITY,
Quantity_ABSORBEDDOSE,
Quantity_DOSEEQUIVALENT
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif
#endif
|