MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / preciseFitDataViewport

Method preciseFitDataViewport

source/MRViewer/MRViewer.cpp:2443–2452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2441}
2442
2443void Viewer::preciseFitDataViewport( MR::ViewportMask vpList, const FitDataParams& params )
2444{
2445 for( auto& viewport : viewport_list )
2446 {
2447 if( viewport.id.value() & vpList.value() )
2448 {
2449 viewport.preciseFitDataToScreenBorder( params );
2450 }
2451 }
2452}
2453
2454void Viewer::preciseFitDataViewport( MR::ViewportMask vpList )
2455{

Callers 3

loadSettingsMethod · 0.80
Viewer.dox.pyFile · 0.80

Calls 2

valueMethod · 0.45

Tested by

no test coverage detected