Class implementing GEOM::GEOM_FieldStep interface.
#include <GEOM_Field_i.hh>

Public Member Functions | |
| GEOM_FieldStep_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, Handle(GEOM_FieldStep) theImpl) | |
| Constructor of base step class.  More... | |
| ~GEOM_FieldStep_i () | |
| Destructor.  More... | |
| virtual void | SetStamp (::CORBA::Long stamp) | 
| Changes the stamp of the field step.  More... | |
| virtual ::CORBA::Long | GetStamp () | 
| Returns the time of the field step.  More... | |
| virtual ::CORBA::Long | GetID () | 
| Returns the number of the field step.  More... | |
| virtual GEOM::GEOM_Field_ptr | GetField () | 
| Returns the field the step belongs to.  More... | |
| virtual ::CORBA::Boolean | IsShape () | 
  Public Member Functions inherited from GEOM_BaseObject_i | |
| GEOM_BaseObject_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, Handle(GEOM_BaseObject) theImpl) | |
| ~GEOM_BaseObject_i () | |
| virtual char * | GetEntry () | 
| virtual CORBA::Long | GetStudyID () | 
| virtual CORBA::Long | GetType () | 
| virtual CORBA::Long | GetTick () | 
| virtual void | SetName (const char *theName) | 
| virtual char * | GetName () | 
| virtual void | SetStudyEntry (const char *theEntry) | 
| virtual char * | GetStudyEntry () | 
| virtual GEOM::ListOfGBO * | GetDependency () | 
| virtual GEOM::ListOfGBO * | GetLastDependency () | 
| virtual bool | IsSame (GEOM::GEOM_BaseObject_ptr other) | 
| virtual void | SetParameters (const char *theParameters) | 
| virtual char * | GetParameters () | 
| virtual  GEOM::CreationInformationSeq *  | GetCreationInformation () | 
| Handle (GEOM_BaseObject) GetImpl() | |
Protected Member Functions | |
| Handle (GEOM_FieldStep) _impl | |
Additional Inherited Members | |
  Protected Attributes inherited from GEOM_BaseObject_i | |
| GEOM::GEOM_Gen_var | _engine | 
| GEOM_FieldStep_i::GEOM_FieldStep_i | ( | PortableServer::POA_ptr | thePOA, | 
| GEOM::GEOM_Gen_ptr | theEngine, | ||
| Handle(GEOM_FieldStep) | theImpl | ||
| ) | 
| GEOM_FieldStep_i::~GEOM_FieldStep_i | ( | ) | 
      
  | 
  virtual | 
References GEOM_BaseObject_i::_engine, and HANDLE_NAMESPACE.
| CORBA::Long GEOM_FieldStep_i::GetID | ( | ) | 
| CORBA::Long GEOM_FieldStep_i::GetStamp | ( | ) | 
      
  | 
  protected | 
      
  | 
  inline | 
      
  | 
  virtual |