13 .def(py::init<const ElPtr &>())
This file is for binding ProData class to Python.
void select(const py::args &args)
Specify string keys for properties to be copied.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
Processor analyzes data contained in one or more Generator objects.
const Vec< Json > & get_results()
Get list of Json objects consisting of all or some properties of Element objects stored in this objec...
void py_pro_data(py::module &m)
Bind ProData class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.