16 py::arg(
"add_sqrted_") =
true);
Updater is an abstract class to update data held by an Element object.
Adder adds new properties to a non-empty Element object.
ShPtr< AddGyrationRadius > with_sqrted(bool add_sqrted_=true)
Enable to compute gyration radius (by default, only square of gyration radius is computed).
This file is for binding AddGyrationRadius class to Python.
void py_add_gyration_radius(py::module &m)
Bind AddGyrationRadius class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.