29 #ifndef _SMESH_StartEndLength_I_HXX_
30 #define _SMESH_StartEndLength_I_HXX_
34 #include <SALOMEconfig.h>
35 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
46 public virtual POA_StdMeshers::StdMeshers_StartEndLength,
59 void SetLength( CORBA::Double theLength, CORBA::Boolean theIsStart )
60 throw ( SALOME::SALOME_Exception );
63 void SetStartLength( CORBA::Double length)
throw (SALOME::SALOME_Exception);
66 void SetEndLength( CORBA::Double length)
throw (SALOME::SALOME_Exception);
69 CORBA::Double GetLength(CORBA::Boolean theIsStart);
84 void SetObjectEntry(
const char* entry);
87 char* GetObjectEntry();