13 .def(py::init<const ElPtr &>())
This file is for binding ProValueArray class to Python.
void py_pro_value_array(py::module &m)
Bind ProValueArray class to Python.
const Map< Str, ArrayXXd > & get_results()
Get dictionary from keys for property to two-dimensional arrays of values for the property...
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.
void select(const py::args &args)
Specify string keys for properties. To use this object, at least one key must be specified. Note that new keys overwrite old keys.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.