General KERNEL Documentation     End User KERNEL Services  


SALOMEDS_AttributeTableOfReal Class Reference

#include <SALOMEDS_AttributeTableOfReal.hxx>

Inheritance diagram for SALOMEDS_AttributeTableOfReal:

Inheritance graph
Collaboration diagram for SALOMEDS_AttributeTableOfReal:

Collaboration graph

Public Member Functions

 SALOMEDS_AttributeTableOfReal (const Handle(SALOMEDSImpl_AttributeTableOfReal)&theAttr)
 SALOMEDS_AttributeTableOfReal (SALOMEDS::AttributeTableOfReal_ptr theAttr)
 ~SALOMEDS_AttributeTableOfReal ()
virtual void SetTitle (const std::string &theTitle)
virtual std::string GetTitle ()
virtual void SetRowTitle (int theIndex, const std::string &theTitle)
virtual void SetRowTitles (const std::vector< std::string > &theTitles)
virtual std::vector< std::string > GetRowTitles ()
virtual void SetColumnTitle (int theIndex, const std::string &theTitle)
virtual void SetColumnTitles (const std::vector< std::string > &theTitles)
virtual std::vector< std::string > GetColumnTitles ()
virtual void SetRowUnit (int theIndex, const std::string &theUnit)
virtual void SetRowUnits (const std::vector< std::string > &theUnits)
virtual std::vector< std::string > GetRowUnits ()
virtual int GetNbRows ()
virtual int GetNbColumns ()
virtual void AddRow (const std::vector< double > &theData)
virtual void SetRow (int theRow, const std::vector< double > &theData)
virtual std::vector< double > GetRow (int theRow)
virtual void AddColumn (const std::vector< double > &theData)
virtual void SetColumn (int theColumn, const std::vector< double > &theData)
virtual std::vector< double > GetColumn (int theColumn)
virtual void PutValue (double theValue, int theRow, int theColumn)
virtual bool HasValue (int theRow, int theColumn)
virtual double GetValue (int theRow, int theColumn)
virtual std::vector< int > GetRowSetIndices (int theRow)
virtual void SetNbColumns (int theNbColumns)
void CheckLocked ()
std::string Type ()
std::string GetClassType ()
 _PTR (SObject) GetSObject()
virtual clt_shared_ptr< SALOMEDSClient_SObjectGetSObject ()=0

Static Public Member Functions

static SALOMEDS_GenericAttributeCreateAttribute (const Handle(SALOMEDSImpl_GenericAttribute)&theGA)
static SALOMEDS_GenericAttributeCreateAttribute (SALOMEDS::GenericAttribute_ptr theGA)

Protected Member Functions

 Handle (SALOMEDSImpl_GenericAttribute) _local_impl

Protected Attributes

bool _isLocal
SALOMEDS::GenericAttribute_var _corba_impl

Constructor & Destructor Documentation

SALOMEDS_AttributeTableOfReal::SALOMEDS_AttributeTableOfReal const Handle(SALOMEDSImpl_AttributeTableOfReal)&  theAttr  ) 
 

SALOMEDS_AttributeTableOfReal::SALOMEDS_AttributeTableOfReal SALOMEDS::AttributeTableOfReal_ptr  theAttr  ) 
 

SALOMEDS_AttributeTableOfReal::~SALOMEDS_AttributeTableOfReal  ) 
 


Member Function Documentation

void SALOMEDS_AttributeTableOfReal::SetTitle const std::string &  theTitle  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::string SALOMEDS_AttributeTableOfReal::GetTitle  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetRowTitle int  theIndex,
const std::string &  theTitle
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetRowTitles const std::vector< std::string > &  theTitles  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::vector< std::string > SALOMEDS_AttributeTableOfReal::GetRowTitles  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetColumnTitle int  theIndex,
const std::string &  theTitle
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetColumnTitles const std::vector< std::string > &  theTitles  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::vector< std::string > SALOMEDS_AttributeTableOfReal::GetColumnTitles  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetRowUnit int  theIndex,
const std::string &  theUnit
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetRowUnits const std::vector< std::string > &  theUnits  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::vector< std::string > SALOMEDS_AttributeTableOfReal::GetRowUnits  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

int SALOMEDS_AttributeTableOfReal::GetNbRows  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

int SALOMEDS_AttributeTableOfReal::GetNbColumns  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::AddRow const std::vector< double > &  theData  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetRow int  theRow,
const std::vector< double > &  theData
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::vector< double > SALOMEDS_AttributeTableOfReal::GetRow int  theRow  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::AddColumn const std::vector< double > &  theData  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetColumn int  theColumn,
const std::vector< double > &  theData
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::vector< double > SALOMEDS_AttributeTableOfReal::GetColumn int  theColumn  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::PutValue double  theValue,
int  theRow,
int  theColumn
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

bool SALOMEDS_AttributeTableOfReal::HasValue int  theRow,
int  theColumn
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

double SALOMEDS_AttributeTableOfReal::GetValue int  theRow,
int  theColumn
[virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

std::vector< int > SALOMEDS_AttributeTableOfReal::GetRowSetIndices int  theRow  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

void SALOMEDS_AttributeTableOfReal::SetNbColumns int  theNbColumns  )  [virtual]
 

Implements SALOMEDSClient_AttributeTableOfReal.

SALOMEDS_GenericAttribute::Handle SALOMEDSImpl_GenericAttribute   )  [protected, inherited]
 

void SALOMEDS_GenericAttribute::CheckLocked  )  [virtual, inherited]
 

Implements SALOMEDSClient_GenericAttribute.

std::string SALOMEDS_GenericAttribute::Type  )  [virtual, inherited]
 

Implements SALOMEDSClient_GenericAttribute.

std::string SALOMEDS_GenericAttribute::GetClassType  )  [virtual, inherited]
 

Implements SALOMEDSClient_GenericAttribute.

SALOMEDS_GenericAttribute::_PTR SObject   )  [inherited]
 

SALOMEDS_GenericAttribute * SALOMEDS_GenericAttribute::CreateAttribute const Handle(SALOMEDSImpl_GenericAttribute)&  theGA  )  [static, inherited]
 

SALOMEDS_GenericAttribute * SALOMEDS_GenericAttribute::CreateAttribute SALOMEDS::GenericAttribute_ptr  theGA  )  [static, inherited]
 

virtual clt_shared_ptr<SALOMEDSClient_SObject > SALOMEDSClient_GenericAttribute::GetSObject  )  [pure virtual, inherited]
 


Field Documentation

bool SALOMEDS_GenericAttribute::_isLocal [protected, inherited]
 

SALOMEDS::GenericAttribute_var SALOMEDS_GenericAttribute::_corba_impl [protected, inherited]