#include <MEDMEM_Family_i.hxx>

Public Member Functions | |
| FAMILY_i (const ::MEDMEM::FAMILY *const f) | |
| FAMILY_i (const FAMILY_i &f) | |
| CORBA::Long | getIdentifier () throw (SALOME::SALOME_Exception) |
| CORBA::Long | getNumberOfAttributes () throw (SALOME::SALOME_Exception) |
| SALOME_TYPES::ListOfLong * | getAttributesIdentifiers () throw (SALOME::SALOME_Exception) |
| CORBA::Long | getAttributeIdentifier (CORBA::Long i) throw (SALOME::SALOME_Exception) |
| SALOME_TYPES::ListOfLong * | getAttributesValues () throw (SALOME::SALOME_Exception) |
| CORBA::Long | getAttributeValue (CORBA::Long i) throw (SALOME::SALOME_Exception) |
| SALOME_TYPES::ListOfString * | getAttributesDescriptions () throw (SALOME::SALOME_Exception) |
| char * | getAttributeDescription (CORBA::Long i) throw (SALOME::SALOME_Exception) |
| CORBA::Long | getNumberOfGroups () throw (SALOME::SALOME_Exception) |
| char * | getGroupName (CORBA::Long i) throw (SALOME::SALOME_Exception) |
| SALOME_TYPES::ListOfString * | getGroupsNames () throw (SALOME::SALOME_Exception) |
Protected Member Functions | |
| FAMILY_i () | |
| ~FAMILY_i () | |
Protected Attributes | |
| const ::MEDMEM::FAMILY *const | _family |
| FAMILY_i::FAMILY_i | ( | ) | [protected] |
Default constructor
| FAMILY_i::~FAMILY_i | ( | ) | [protected] |
Destructor
| FAMILY_i::FAMILY_i | ( | const ::MEDMEM::FAMILY *const | f | ) |
Constructor
| FAMILY_i::FAMILY_i | ( | const FAMILY_i & | f | ) |
Copy Constructor
| CORBA::Long FAMILY_i::getIdentifier | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for Family's Identifier
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getIdentifier(), MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| CORBA::Long FAMILY_i::getNumberOfAttributes | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for number of attributes
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getNumberOfAttributes(), MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| SALOME_TYPES::ListOfLong * FAMILY_i::getAttributesIdentifiers | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attributes identifiers
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getAttributesIdentifiers(), MEDMEM.FAMILY.getNumberOfAttributes(), MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| CORBA::Long FAMILY_i::getAttributeIdentifier | ( | CORBA::Long | i | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attribute identifier I
References MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| SALOME_TYPES::ListOfLong * FAMILY_i::getAttributesValues | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attributes values
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getAttributesValues(), MEDMEM.FAMILY.getNumberOfAttributes(), MESSAGE, medMeshing_test.values, and MEDMEM.MEDEXCEPTION.what().
| CORBA::Long FAMILY_i::getAttributeValue | ( | CORBA::Long | i | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attribute value I
References MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| SALOME_TYPES::ListOfString * FAMILY_i::getAttributesDescriptions | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attributes desriptions
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getAttributesDescriptions(), MEDMEM.FAMILY.getNumberOfAttributes(), MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| char * FAMILY_i::getAttributeDescription | ( | CORBA::Long | i | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attribute description i
References MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| CORBA::Long FAMILY_i::getNumberOfGroups | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for number of groups the family belongs to
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getNumberOfGroups(), MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| char * FAMILY_i::getGroupName | ( | CORBA::Long | i | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for attribute description i
References MESSAGE, and MEDMEM.MEDEXCEPTION.what().
| SALOME_TYPES::ListOfString * FAMILY_i::getGroupsNames | ( | ) | throw (SALOME::SALOME_Exception) |
CORBA: Accessor for groups names
References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getGroupsNames(), MEDMEM.FAMILY.getNumberOfGroups(), MESSAGE, and MEDMEM.MEDEXCEPTION.what().
const ::MEDMEM::FAMILY* const MEDMEM.FAMILY_i._family [protected] |