MCPcopy 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
510void ModelView::SetImageName(bool right, const std::string& name)
511{
512 if (right)
513 m_rightImageName = name;
514 else
515 m_leftImageName = name;
516}
517
518void ModelView::BuildControlDialog()
519{

Callers 1

buildUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected