SALOME documentation central

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...

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.