You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
python
conceptspy
graphics
add
graphicspy.hh
1
#ifndef graphicspy_hh
2
#define graphicspy_hh
3
4
#include "boost/python.hpp"
5
#include "boost/numpy.hpp"
6
7
#include "
graphics/denseMatrixGraphics.hh
"
8
9
namespace
bp = boost::python;
10
namespace
bn = boost::numpy;
11
12
namespace
graphicspy{
13
14
class
PythonGraphics
:
public
graphics::DenseMatrixGraphics
{
15
16
public
:
17
18
template
<
class
T>
19
PythonGraphics
(
const
concepts::Space<T>
& spc);
20
21
bp::dict getData();
22
23
protected
:
24
25
template
<
class
T>
26
void
addSpace_(
const
concepts::Space<T>
& spc);
27
28
bp::dict dictionary;
29
30
};
31
32
bp::dict getPythonGraphics(
const
concepts::Space<concepts::Real>
& spc);
33
34
}
35
36
37
38
#endif
concepts::Space
Definition
space.hh:44
graphics::DenseMatrixGraphics
Definition
denseMatrixGraphics.hh:69
graphicspy::PythonGraphics
Definition
graphicspy.hh:14
denseMatrixGraphics.hh
Generated on Wed Sep 13 2023 21:06:23 for Concepts by
1.9.8