MeshLib Documentation
Loading...
Searching...
No Matches
MRUnifiedPythonStream.h
Go to the documentation of this file.
1
#pragma once
2
#include "exports.h"
3
#include <sstream>
4
5
namespace
MR
6
{
7
// python output duplicated to this stream
8
// needed to be able to separate python output from all other logs
9
class
MRPYTHON_CLASS
UnifiedPythonStream
10
{
11
public
:
12
MRPYTHON_API
static
std::stringstream&
get
();
13
private
:
14
UnifiedPythonStream
() =
default
;
15
~UnifiedPythonStream
() =
default
;
16
17
std::stringstream ss_;
18
};
19
}
MR::UnifiedPythonStream
Definition
MRUnifiedPythonStream.h:10
MR::UnifiedPythonStream::get
static MRPYTHON_API std::stringstream & get()
MR
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRPython
MRUnifiedPythonStream.h
Generated by
1.11.0