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

Method x

src/model/TableMultiVariableLookup.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 : m_x(std::vector<double>{x1, x2, x3, x4, x5}), m_y(yValue){};
47
48 std::vector<double> TableMultiVariableLookupPoint::x() const {
49 return m_x;
50 }
51
52 double TableMultiVariableLookupPoint::y() const {
53 return m_y;

Callers 15

getVertexIndexFunction · 0.45
floorPrintMethod · 0.45
point3dToTupleMethod · 0.45
fromFloorPrintMethod · 0.45
generateSkylightPatternFunction · 0.45
setPositionMethod · 0.45
setTransformationMethod · 0.45
createWallShadingMethod · 0.45
createShadingSurfaceMethod · 0.45
createSurfacesMethod · 0.45
createWallSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.36
ShiftVerticesFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
expect_point_eqFunction · 0.36
TEST_FFunction · 0.36