8 #ifndef PYBIND_INV_OMP_H 9 #define PYBIND_INV_OMP_H void execute_omp(const ShPtr< Processor > &proc)
Create and use an InvOMP object to conduct analysis programmed in a Processor's subclass object...
Namespace for functions to bind C++ classes to Python.
This file is for binding Invoker class to Python.
This file has a definition of InvOMP class, which is a subclass of Invoker class. ...
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
void py_inv_omp(py::module &m)
Bind InvOMP class to Python.