RTC Toolkit 6.0.0
Loading...
Searching...
No Matches

Support facilities for embedding Python into C++. More...

Files

file  matrixBufferPy.hpp
 Declaration of the embedded Python module for MatrixBuffer classes.
 
file  pythonInterpreter.hpp
 Declaration of the PythonInterpreter helper class.
 
file  vectorPy.hpp
 Declaration of the embedded Python module for vector classes.
 
file  matrixBufferPy.cpp
 Implementation of the embedded Python module for MatrixBuffer classes.
 
file  pythonInterpreter.cpp
 Implementation of the PythonInterpreter helper class.
 
file  vectorPy.cpp
 Implementation of the embedded Python module for vector classes.
 

Classes

class  rtctk::componentFramework::PythonInterpreter
 Helper class for managing the lifecycle of an embedded Python interpreter. More...
 

Functions

py::module RTCTK_API rtctk::componentFramework::LoadMatrixBufferPyBinds ()
 Imports the embedded Python module to access supported C++ MatrixBuffer objects.
 
py::module RTCTK_API rtctk::componentFramework::LoadVectorBufferPyBinds ()
 Imports the embedded Python module to access supported C++ std::vector objects.
 

Detailed Description

Support facilities for embedding Python into C++.

Function Documentation

◆ LoadMatrixBufferPyBinds()

py::module RTCTK_API rtctk::componentFramework::LoadMatrixBufferPyBinds ( )

Imports the embedded Python module to access supported C++ MatrixBuffer objects.

◆ LoadVectorBufferPyBinds()

py::module RTCTK_API rtctk::componentFramework::LoadVectorBufferPyBinds ( )

Imports the embedded Python module to access supported C++ std::vector objects.