Version: 9.12.0
Ports::Param_Double_Port Interface Reference

Interface of a port for parametric application This interface defines a Data_Port that sends a vector of double that are distributed along the different processor and returns a vector of double for the results. More...

import"SALOME_ParamPorts.idl";

Inheritance diagram for Ports::Param_Double_Port:

Public Types

typedef sequence< double > seq_double
 

Public Member Functions

void put (in Ports::Param_Double_Port::seq_double param_data)
 
void get_results (out Ports::Param_Double_Port::seq_double param_results)
 

Detailed Description

Interface of a port for parametric application This interface defines a Data_Port that sends a vector of double that are distributed along the different processor and returns a vector of double for the results.

Member Typedef Documentation

◆ seq_double

typedef sequence<double> Ports::Param_Double_Port::seq_double

Member Function Documentation

◆ get_results()

void Ports::Param_Double_Port::get_results ( out Ports::Param_Double_Port::seq_double  param_results)

◆ put()

void Ports::Param_Double_Port::put ( in Ports::Param_Double_Port::seq_double  param_data)