23 #ifndef __SALOME_MATRIX_I_HXX__
24 #define __SALOME_MATRIX_I_HXX__
27 #include <SALOMEconfig.h>
28 #include CORBA_SERVER_HEADER(SALOME_Comm)
43 SALOME::SenderDouble_ptr
getData();
Class is designed to ease the use of multi communication.
Definition: SALOMEMultiComm.hxx:35
Definition: SALOME_Matrix_i.hxx:32
const double * _tabToSend
Definition: SALOME_Matrix_i.hxx:34
void release()
Definition: SALOME_Matrix_i.cxx:50
bool _ownTabToSend
Definition: SALOME_Matrix_i.hxx:37
SALOME_Matrix_i(const SALOMEMultiComm &multiCommunicator, const double *tabToSend, int nbOfRow, int nbOfColumn, bool ownTabToSend=false)
Definition: SALOME_Matrix_i.cxx:26
CORBA::Long getSizeOfColumn()
Definition: SALOME_Matrix_i.cxx:45
int _nbOfRow
Definition: SALOME_Matrix_i.hxx:35
SALOMEMultiComm _type
Definition: SALOME_Matrix_i.hxx:38
int _nbOfColumn
Definition: SALOME_Matrix_i.hxx:36
~SALOME_Matrix_i()
Definition: SALOME_Matrix_i.cxx:34
SALOME::SenderDouble_ptr getData()
Definition: SALOME_Matrix_i.cxx:40