Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getVertexIndex
Function · 0.45
floorPrint
Method · 0.45
point3dToTuple
Method · 0.45
fromFloorPrint
Method · 0.45
generateSkylightPattern
Function · 0.45
setPosition
Method · 0.45
setTransformation
Method · 0.45
createShadingSurfaceGroup
Method · 0.45
createWallShading
Method · 0.45
createShadingSurface
Method · 0.45
createSurfaces
Method · 0.45
createWallSurface
Method · 0.45
Calls
no outgoing calls
Tested by
8
TEST_F
Function · 0.36
ShiftVertices
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
expect_point_eq
Function · 0.36
TEST_F
Function · 0.36