General KERNEL Documentation     End User KERNEL Services  


SALOMEDS_AttributeTableOfReal_i Class Reference

#include <SALOMEDS_AttributeTableOfReal_i.hxx>

Inheritance diagram for SALOMEDS_AttributeTableOfReal_i:

Inheritance graph
Collaboration diagram for SALOMEDS_AttributeTableOfReal_i:

Collaboration graph

Public Member Functions

 SALOMEDS_AttributeTableOfReal_i (const Handle(SALOMEDSImpl_AttributeTableOfReal)&theAttr, CORBA::ORB_ptr orb)
 ~SALOMEDS_AttributeTableOfReal_i ()
virtual void SetTitle (const char *theTitle)
virtual char * GetTitle ()
virtual void SetRowTitle (CORBA::Long theIndex, const char *theTitle) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual void SetRowTitles (const SALOMEDS::StringSeq &theTitles) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength)
virtual SALOMEDS::StringSeqGetRowTitles ()
virtual void SetColumnTitle (CORBA::Long theIndex, const char *theTitle) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual void SetColumnTitles (const SALOMEDS::StringSeq &theTitles) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength)
virtual SALOMEDS::StringSeqGetColumnTitles ()
virtual void SetRowUnit (CORBA::Long theIndex, const char *theUnit) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual void SetRowUnits (const SALOMEDS::StringSeq &theUnits) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength)
virtual SALOMEDS::StringSeqGetRowUnits ()
virtual CORBA::Long GetNbRows ()
virtual CORBA::Long GetNbColumns ()
virtual void AddRow (const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength)
virtual void SetRow (CORBA::Long theRow, const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength, SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual SALOMEDS::DoubleSeqGetRow (CORBA::Long theRow) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual void AddColumn (const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength)
virtual void SetColumn (CORBA::Long theColumn, const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength, SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual SALOMEDS::DoubleSeqGetColumn (CORBA::Long theColumn) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual void PutValue (CORBA::Double theValue, CORBA::Long theRow, CORBA::Long theColumn) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual CORBA::Boolean HasValue (CORBA::Long theRow, CORBA::Long theColumn)
virtual CORBA::Double GetValue (CORBA::Long theRow, CORBA::Long theColumn) throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex)
virtual SALOMEDS::LongSeqGetRowSetIndices (CORBA::Long theRow)
virtual void SetNbColumns (CORBA::Long theNbColumns)
virtual bool ReadFromFile (const SALOMEDS::TMPFile &theStream)
virtual SALOMEDS::TMPFileSaveToFile ()
virtual Handle (TDF_Attribute) GetImpl()
void CheckLocked () throw (SALOMEDS::GenericAttribute::LockProtection)
virtual char * Type ()
char * GetClassType ()
SALOMEDS::SObject_ptr GetSObject ()
virtual CORBA::Long GetLocalImpl (const char *theHostname, CORBA::Long thePID, CORBA::Boolean &isLocal)
virtual PortableServer::POA_ptr _default_POA ()
virtual void Register ()
virtual void Destroy ()

Static Public Member Functions

static SALOMEDS::GenericAttribute_ptr CreateAttribute (const Handle(TDF_Attribute)&theAttr, CORBA::ORB_ptr theOrb)

Protected Member Functions

 Handle (TDF_Attribute) _impl

Protected Attributes

CORBA::ORB_ptr _orb
PortableServer::POA_var myPOA
int myRefCounter

Constructor & Destructor Documentation

SALOMEDS_AttributeTableOfReal_i::SALOMEDS_AttributeTableOfReal_i const Handle(SALOMEDSImpl_AttributeTableOfReal)&  theAttr,
CORBA::ORB_ptr  orb
[inline]
 

SALOMEDS_AttributeTableOfReal_i::~SALOMEDS_AttributeTableOfReal_i  )  [inline]
 


Member Function Documentation

void SALOMEDS_AttributeTableOfReal_i::SetTitle const char *  theTitle  )  [virtual]
 

char * SALOMEDS_AttributeTableOfReal_i::GetTitle  )  [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetRowTitle CORBA::Long  theIndex,
const char *  theTitle
throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetRowTitles const SALOMEDS::StringSeq theTitles  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength) [virtual]
 

SALOMEDS::StringSeq * SALOMEDS_AttributeTableOfReal_i::GetRowTitles  )  [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetColumnTitle CORBA::Long  theIndex,
const char *  theTitle
throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetColumnTitles const SALOMEDS::StringSeq theTitles  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength) [virtual]
 

SALOMEDS::StringSeq * SALOMEDS_AttributeTableOfReal_i::GetColumnTitles  )  [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetRowUnit CORBA::Long  theIndex,
const char *  theUnit
throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetRowUnits const SALOMEDS::StringSeq theUnits  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength) [virtual]
 

SALOMEDS::StringSeq * SALOMEDS_AttributeTableOfReal_i::GetRowUnits  )  [virtual]
 

CORBA::Long SALOMEDS_AttributeTableOfReal_i::GetNbRows  )  [virtual]
 

CORBA::Long SALOMEDS_AttributeTableOfReal_i::GetNbColumns  )  [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::AddRow const SALOMEDS::DoubleSeq theData  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetRow CORBA::Long  theRow,
const SALOMEDS::DoubleSeq theData
throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength, SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

SALOMEDS::DoubleSeq * SALOMEDS_AttributeTableOfReal_i::GetRow CORBA::Long  theRow  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::AddColumn const SALOMEDS::DoubleSeq theData  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetColumn CORBA::Long  theColumn,
const SALOMEDS::DoubleSeq theData
throw (SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength, SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

SALOMEDS::DoubleSeq * SALOMEDS_AttributeTableOfReal_i::GetColumn CORBA::Long  theColumn  )  throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::PutValue CORBA::Double  theValue,
CORBA::Long  theRow,
CORBA::Long  theColumn
throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

CORBA::Boolean SALOMEDS_AttributeTableOfReal_i::HasValue CORBA::Long  theRow,
CORBA::Long  theColumn
[virtual]
 

CORBA::Double SALOMEDS_AttributeTableOfReal_i::GetValue CORBA::Long  theRow,
CORBA::Long  theColumn
throw (SALOMEDS::AttributeTableOfReal::IncorrectIndex) [virtual]
 

SALOMEDS::LongSeq * SALOMEDS_AttributeTableOfReal_i::GetRowSetIndices CORBA::Long  theRow  )  [virtual]
 

void SALOMEDS_AttributeTableOfReal_i::SetNbColumns CORBA::Long  theNbColumns  )  [virtual]
 

bool SALOMEDS_AttributeTableOfReal_i::ReadFromFile const SALOMEDS::TMPFile theStream  )  [virtual]
 

SALOMEDS::TMPFile * SALOMEDS_AttributeTableOfReal_i::SaveToFile  )  [virtual]
 

SALOMEDS_GenericAttribute_i::Handle TDF_Attribute   )  [protected, inherited]
 

virtual SALOMEDS_GenericAttribute_i::Handle TDF_Attribute   )  [inline, virtual, inherited]
 

void SALOMEDS_GenericAttribute_i::CheckLocked  )  throw (SALOMEDS::GenericAttribute::LockProtection) [inherited]
 

char * SALOMEDS_GenericAttribute_i::Type  )  [virtual, inherited]
 

char * SALOMEDS_GenericAttribute_i::GetClassType  )  [inherited]
 

SALOMEDS::SObject_ptr SALOMEDS_GenericAttribute_i::GetSObject  )  [inherited]
 

SALOMEDS::GenericAttribute_ptr SALOMEDS_GenericAttribute_i::CreateAttribute const Handle(TDF_Attribute)&  theAttr,
CORBA::ORB_ptr  theOrb
[static, inherited]
 

CORBA::Long SALOMEDS_GenericAttribute_i::GetLocalImpl const char *  theHostname,
CORBA::Long  thePID,
CORBA::Boolean &  isLocal
[virtual, inherited]
 

PortableServer::POA_ptr GenericObj_i::_default_POA  )  [virtual, inherited]
 

void GenericObj_i::Register  )  [virtual, inherited]
 

Increase the reference count (mark as used by another object).

void GenericObj_i::Destroy  )  [virtual, inherited]
 

Decrease the reference count (release by another object).


Field Documentation

CORBA::ORB_ptr SALOMEDS_GenericAttribute_i::_orb [protected, inherited]
 

PortableServer::POA_var SALOME::GenericObj_i::myPOA [protected, inherited]
 

int SALOME::GenericObj_i::myRefCounter [protected, inherited]