Matched pair.
More...
|
procedure | pack_size => pair_pack_size |
| Returns the size of a binary buffer required to pack the pair.
|
|
procedure | mpi_pack => pair_mpi_pack |
| Packs the pair onto a characcter buffer.
|
|
procedure | mpi_unpack => pair_mpi_unpack |
| Unpacks a pair from a character buffer.
|
|
|
integer | to_index_ |
| Index in destination array.
|
|
real(kind=dk) | scale_factor_ = 1.0 |
| Scaling factor applied to source data.
|
|
|
integer | from_index_ |
| Index in source array.
|
|
Matched pair.
Constructor of pair_t objects.
◆ pair_constructor()
type(pair_t) function musica_map::pair_t::pair_constructor |
( |
type(config_t), intent(inout) |
config, |
|
|
type(string_t), dimension(:), intent(in) |
from_labels, |
|
|
type(string_t), dimension(:), intent(in) |
to_labels |
|
) |
| |
|
private |
Constructor of pair_t objects.
- Parameters
-
[in,out] | config | Matched pair configuration |
[in] | from_labels | Source array element labels |
[in] | to_labels | Destination array element labels |
The documentation for this interface was generated from the following file: