Version: 6.3.1
Public Member Functions

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_TYPES::ListOfLong getAttributesIdentifiers () raises (SALOME::SALOME_Exception)
long getAttributeIdentifier (in long i) raises (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfLong getAttributesValues () raises (SALOME::SALOME_Exception)
long getAttributeValue (in long i) raises (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfString getAttributesDescriptions () raises (SALOME::SALOME_Exception)
string getAttributeDescription (in long i) raises (SALOME::SALOME_Exception)
long getNumberOfGroups () raises (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfString 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_TYPES::ListOfLong 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_TYPES::ListOfLong 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_TYPES::ListOfString 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_TYPES::ListOfString 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.
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS