MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / positionXCoordinate

Method positionXCoordinate

src/model/GlareSensor.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 double GlareSensor_Impl::positionXCoordinate() const {
51 boost::optional<double> value = getDouble(OS_Glare_SensorFields::PositionXCoordinate, true);
52 OS_ASSERT(value);
53 return value.get();
54 }
55
56 double GlareSensor_Impl::positionYCoordinate() const {
57 boost::optional<double> value = getDouble(OS_Glare_SensorFields::PositionYCoordinate, true);

Callers 4

positionMethod · 0.95
transformationMethod · 0.95
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36