13 .def(py::init<const ElPtr &,const ElPtr &>())
14 .def(py::init<
const Vec<std::pair<ElPtr,ElPtr>> &>())
19 py::arg(
"shift_half_") =
true)
const Vec< ArrayXXd > & get_profiles()
Get a sequence of two-dimensional profile of film thickness as list of two-dimensional arrays...
void py_pro_thickness_profile(py::module &m)
Bind ProThicknessProfile class to Python.
void set_offset(double offset_)
Specify the offset for thickness (height).
const Vec< Json > & get_conditions()
Get computation conditions (origin of computed area, grid width and the number of grads) used by this...
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 shift_half_delta(bool shift_half_=true)
Increment coordinates of the grid points by half the grid width. By default, grids in the x direction...
This file is for binding ProThicknessProfile class to Python.
void set_grid(int nx_, int ny_)
Specify the number of grids in the x and y directions.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.