MeshLib Documentation
Loading...
Searching...
No Matches
MRViewerInstance.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRViewerFwd.h"
5
6// This is lightweight header, pleas include it instead of "MRViewer.h" whenever possible
7
8namespace MR
9{
10
12[[nodiscard]] MRVIEWER_API Viewer& getViewerInstance();
13
16MRVIEWER_API void incrementForceRedrawFrames( int i = 1, bool swapOnLastOnly = false );
17
18} //namespace MR
Definition MRCameraOrientationPlugin.h:8
MRVIEWER_API Viewer & getViewerInstance()
returns global instance of Viewer class
MRVIEWER_API void incrementForceRedrawFrames(int i=1, bool swapOnLastOnly=false)
Definition Viewer.dox.py:1