VISR  0.11.7
Versatile Interactive Scene Renderer
delay_matrix.hpp
Go to the documentation of this file.
1 /* Copyright Institute of Sound and Vibration Research - All rights reserved */
2 
3 #ifndef VISR_PYTHON_SIGNALFLOWS_CORE_RENDERER_HPP_INCLUDED
4 #define VISR_PYTHON_SIGNALFLOWS_CORE_RENDERER_HPP_INCLUDED
5 
6 #include <pybind11/pybind11.h>
7 
8 namespace visr
9 {
10 namespace python
11 {
12 namespace signalflows
13 {
14 
15 void exportCoreRenderer( pybind11::module& m );
16 
17 } // namepace signalflows
18 } // namespace python
19 } // namespace visr
20 
21 #endif // #ifndef VISR_PYTHON_SIGNALFLOWS_CORE_RENDERER_HPP_INCLUDED
Definition: options.cpp:10
void exportCoreRenderer(pybind11::module &m)
Definition: core_renderer.cpp:20