MeshLib C++ Docs
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 MRViewer.h:78
MRVIEWER_API Viewer & getViewerInstance()
returns global instance of Viewer class
MRVIEWER_API void incrementForceRedrawFrames(int i=1, bool swapOnLastOnly=false)