Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/RTXNTC
/ SetImageName
Method
SetImageName
tools/explorer/ModelView.cpp:510–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
void ModelView::SetImageName(bool right, const std::string& name)
511
{
512
if (right)
513
m_rightImageName = name;
514
else
515
m_leftImageName = name;
516
}
517
518
void ModelView::BuildControlDialog()
519
{
Callers
1
buildUI
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected