#include <SALOME_Matrix_i.hxx>

Public Member Functions | |
| SALOME_Matrix_i (const SALOMEMultiComm &multiCommunicator, const double *tabToSend, int nbOfRow, int nbOfColumn, bool ownTabToSend=false) | |
| SALOME::SenderDouble_ptr | getData () | 
| CORBA::Long | getSizeOfColumn () | 
| void | release () | 
Protected Member Functions | |
| ~SALOME_Matrix_i () | |
Private Attributes | |
| const double * | _tabToSend | 
| int | _nbOfRow | 
| int | _nbOfColumn | 
| bool | _ownTabToSend | 
| SALOMEMultiComm | _type | 
      
  | 
  protected | 
References _ownTabToSend, and _tabToSend.
| SALOME_Matrix_i::SALOME_Matrix_i | ( | const SALOMEMultiComm & | multiCommunicator, | 
| const double * | tabToSend, | ||
| int | nbOfRow, | ||
| int | nbOfColumn, | ||
| bool | ownTabToSend = false  | 
        ||
| ) | 
| SALOME::SenderDouble_ptr SALOME_Matrix_i::getData | ( | ) | 
References _nbOfColumn, _nbOfRow, _tabToSend, _type, and SenderFactory::buildSender().
| CORBA::Long SALOME_Matrix_i::getSizeOfColumn | ( | ) | 
References _nbOfColumn.
| void SALOME_Matrix_i::release | ( | ) | 
      
  | 
  private | 
Referenced by getData(), and getSizeOfColumn().
      
  | 
  private | 
Referenced by getData().
      
  | 
  private | 
Referenced by ~SALOME_Matrix_i().
      
  | 
  private | 
Referenced by getData(), and ~SALOME_Matrix_i().
      
  | 
  private | 
Referenced by getData().