43 const int index)
override;
74 virtual void prepare()
override;
88 const py::args &args);
ShPtr< Element > ElPtr
An alias for a shared pointer of Element class.
virtual void prepare() override
Clear and resize results.
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).
virtual void run_impl(const int index) override
Implementation of analysis using an element of generators.
ProData copies Element::data from Element objects.
This file has a definition of Processor class, where an analysis process is programmed.
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...
ProData(const ElPtr &elem)
Constructor of ProData class for one Element object.