AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
PyEmbedder.h
1
#pragma once
2
3
namespace
AnimatSimPy
4
{
5
6
class
PyEmbedder
7
{
8
protected
:
9
bool
m_bPyInit;
10
11
virtual
void
InitPython();
12
virtual
void
FinalizePython();
13
14
public
:
15
PyEmbedder
(
void
);
16
virtual
~
PyEmbedder
(
void
);
17
18
virtual
bool
ExecutePythonScript(
const
std::string strPy,
bool
bThrowError =
true
);
19
virtual
void
ResetPython();
20
};
21
22
}
AnimatSimPy::PyEmbedder
Definition:
PyEmbedder.h:6
AnimatSimPy
Definition:
bin/AnimatSimPy.py:1
Libraries
AnimatSimPy
PyEmbedder.h
Generated on Tue Sep 29 2015 07:07:18 for AnimatLab by
1.8.10