#include <SALOMEDS_AttReal_i.hxx>

Public Member Functions | |
| SALOMEDS_AttReal_i () | |
| ~SALOMEDS_AttReal_i () | |
| void | Set (CORBA::Double r) | 
| Function : Set Purpose : Affect a value to the basic attribute.  More... | |
| CORBA::Double | Get () | 
| Function : Get Purpose : Get basic attribute's value.  More... | |
| virtual char * | Save () | 
| Function : Save Purpose :  More... | |
| virtual void | Load () | 
| Function : Load Purpose :  More... | |
| CORBA::Boolean | GetPtr (SALOMEDS::SObject_ptr so) | 
| Function : GetPtr Purpose : return sobject associated to the basic attribute (if exist)  More... | |
| virtual char * | GetType () | 
| Function : GetType Purpose :  More... | |
| CORBA::Boolean | GetPtr (SALOMEDS::SObject so) | 
| void | SetLabel (const DF_Label &Lab) | 
| Function : SetLabel Purpose :  More... | |
Protected Attributes | |
| char * | _type | 
| DF_Label | _Lab | 
| SALOMEDS_AttReal_i::SALOMEDS_AttReal_i | ( | ) | 
References _type.
| SALOMEDS_AttReal_i::~SALOMEDS_AttReal_i | ( | ) | 
| CORBA::Double SALOMEDS_AttReal_i::Get | ( | ) | 
Function : Get Purpose : Get basic attribute's value.
References SALOMEDS_BasicAttribute_i::_Lab, and DF_Label::FindAttribute().
Referenced by Save().
      
  | 
  inherited | 
| CORBA::Boolean SALOMEDS_AttReal_i::GetPtr | ( | SALOMEDS::SObject_ptr | so | ) | 
Function : GetPtr Purpose : return sobject associated to the basic attribute (if exist)
References SALOMEDS_BasicAttribute_i::_Lab, SALOMEDSImpl_AttributeReal::GetID(), and DF_Label::IsAttribute().
      
  | 
  virtual | 
      
  | 
  virtual | 
      
  | 
  virtual | 
Function : Save Purpose :
Implements SALOMEDS_BasicAttribute_i.
| void SALOMEDS_AttReal_i::Set | ( | CORBA::Double | r | ) | 
Function : Set Purpose : Affect a value to the basic attribute.
References SALOMEDS_BasicAttribute_i::_Lab, and SALOMEDSImpl_AttributeReal::Set().
      
  | 
  inherited | 
Function : SetLabel Purpose :
References SALOMEDS_BasicAttribute_i::_Lab.
      
  | 
  protectedinherited | 
      
  | 
  protected | 
Referenced by GetType(), and SALOMEDS_AttReal_i().