SALOME_MED.FAMILY Interface Reference

import "MED.idl";

Inheritance diagram for SALOME_MED.FAMILY:

Inheritance graph

Public Member Functions

long getIdentifier () raises (SALOME::SALOME_Exception)
long getNumberOfAttributes () raises (SALOME::SALOME_Exception)
SALOME_MED::long_array getAttributesIdentifiers () raises (SALOME::SALOME_Exception)
long getAttributeIdentifier (in long i) raises (SALOME::SALOME_Exception)
SALOME_MED::long_array getAttributesValues () raises (SALOME::SALOME_Exception)
long getAttributeValue (in long i) raises (SALOME::SALOME_Exception)
SALOME_MED::string_array getAttributesDescriptions () raises (SALOME::SALOME_Exception)
string getAttributeDescription (in long i) raises (SALOME::SALOME_Exception)
long getNumberOfGroups () raises (SALOME::SALOME_Exception)
SALOME_MED::string_array getGroupsNames () raises (SALOME::SALOME_Exception)
string getGroupName (in long i) raises (SALOME::SALOME_Exception)

Member Function Documentation

long SALOME_MED.FAMILY.getIdentifier  )  raises (SALOME::SALOME_Exception)
 

Returns Family identifier (Identifier of the family in the mesh).

Note:
There is precisely only one indentifier for each family.

long SALOME_MED.FAMILY.getNumberOfAttributes  )  raises (SALOME::SALOME_Exception)
 

Returns number of attributes.

SALOME_MED::long_array SALOME_MED.FAMILY.getAttributesIdentifiers  )  raises (SALOME::SALOME_Exception)
 

Returns an array of all attributes' identifiers. There is one for each attribute.

long SALOME_MED.FAMILY.getAttributeIdentifier in long  i  )  raises (SALOME::SALOME_Exception)
 

Returns identifier of i-th attribute.

Note:
i is bounded by 1 and NumberOfAttributes.

SALOME_MED::long_array SALOME_MED.FAMILY.getAttributesValues  )  raises (SALOME::SALOME_Exception)
 

Returns an array of all values of the attributes . There is one value for each attribute.

long SALOME_MED.FAMILY.getAttributeValue in long  i  )  raises (SALOME::SALOME_Exception)
 

Returns the value of i-th attribute.

Note:
i is bounded by 1 and NumberOfAttributes.

SALOME_MED::string_array SALOME_MED.FAMILY.getAttributesDescriptions  )  raises (SALOME::SALOME_Exception)
 

Returns an array of all descriptions of the attributes . There is one description for each attribute.

string SALOME_MED.FAMILY.getAttributeDescription in long  i  )  raises (SALOME::SALOME_Exception)
 

Returns the description of i-th attribute.

Note:
i is bounded by 1 and NumberOfAttributes.

long SALOME_MED.FAMILY.getNumberOfGroups  )  raises (SALOME::SALOME_Exception)
 

Returns the number of groups the family belongs to.

SALOME_MED::string_array SALOME_MED.FAMILY.getGroupsNames  )  raises (SALOME::SALOME_Exception)
 

Returns an array of names of groups the family belongs to . There is one name for each group.

string SALOME_MED.FAMILY.getGroupName in long  i  )  raises (SALOME::SALOME_Exception)
 

Returns the name of i-th group.

Note:
i is bounded by 1 and NumberOfAttributes.