MeshLib C++ Docs
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
{
9
12
class
MRPYTHON_CLASS
UnifiedPythonStream
13
{
14
public
:
15
MRPYTHON_API
static
std::stringstream&
get
();
16
private
:
17
UnifiedPythonStream
() =
default
;
18
~UnifiedPythonStream
() =
default
;
19
20
std::stringstream ss_;
21
};
22
}
MR::UnifiedPythonStream
Definition
MRUnifiedPythonStream.h:13
MR::UnifiedPythonStream::get
static MRPYTHON_API std::stringstream & get()
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRPython
MRUnifiedPythonStream.h
Generated by
1.11.0