graphicspy.hh

Go to the documentation of this file.
1 #ifndef graphicspy_hh
2 #define graphicspy_hh
3 
4 #include "boost/python.hpp"
5 #include "boost/numpy.hpp"
6 
8 
9 namespace bp = boost::python;
10 namespace bn = boost::numpy;
11 
12 namespace graphicspy{
13 
15 
16  public:
17 
18  template<class T>
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 
33 
34 }
35 
36 
37 
38 #endif
bp::dict getPythonGraphics(const concepts::Space< concepts::Real > &spc)
Abstract class for a space.
void addSpace_(const concepts::Space< T > &spc)
PythonGraphics(const concepts::Space< T > &spc)
Class that collects data for graphical output and stores it in concepts::ElementMatrices and graphics...
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich