|
| | __init__ (self) |
| |
| | write_to_file (self, str filename, str src_grid_name="src_grid", str tgt_grid_name="tgt_grid", int num_global_src_points=0, int num_global_tgt_points=0, on_existing=YAC_WEIGHT_FILE_ERROR) |
| |
| | get_interpolation (self, yac_interp_weights_reorder_type reorder=YAC_MAPPING_ON_SRC, int|None collection_size=None, float|None frac_mask_fallback_value=None, float scaling_factor=1.0, float scaling_summand=0.0, str|None yaxt_exchanger_name=None, bool is_source=True, bool is_target=True, List[int]|None collection_selection=None) |
| |
Definition at line 962 of file core.pyx.
◆ __init__()
| src.core.InterpWeights.__init__ |
( |
| self | ) |
|
◆ get_interpolation()
| src.core.InterpWeights.get_interpolation |
( |
| self, |
|
|
yac_interp_weights_reorder_type | reorder = YAC_MAPPING_ON_SRC, |
|
|
int | None | collection_size = None, |
|
|
float | None | frac_mask_fallback_value = None, |
|
|
float | scaling_factor = 1.0, |
|
|
float | scaling_summand = 0.0, |
|
|
str | None | yaxt_exchanger_name = None, |
|
|
bool | is_source = True, |
|
|
bool | is_target = True, |
|
|
List[int] | None | collection_selection = None ) |
◆ write_to_file()
| src.core.InterpWeights.write_to_file |
( |
| self, |
|
|
str | filename, |
|
|
str | src_grid_name = "src_grid", |
|
|
str | tgt_grid_name = "tgt_grid", |
|
|
int | num_global_src_points = 0, |
|
|
int | num_global_tgt_points = 0, |
|
|
| on_existing = YAC_WEIGHT_FILE_ERROR ) |
◆ _num_src_points
| src.core.InterpWeights._num_src_points |
|
staticprotected |
◆ _num_tgt_points
| src.core.InterpWeights._num_tgt_points |
|
staticprotected |
◆ _ptr
| src.core.InterpWeights._ptr |
|
staticprotected |
◆ interp_weights
| src.core.InterpWeights.interp_weights |
|
static |
The documentation for this class was generated from the following file: