Is topological relation stored on self

saf_is_self_stored_topo_relation is a function defined in rel.c.

Synopsis:

int saf_is_self_stored_topo_relation(SAF_ParMode pmode, SAF_Rel *rel, hbool_t *Presult)

Formal Arguments:

  • pmode: The parallel mode.
  • rel: The handle of the topological relation which is to be examined.
  • Presult: [OUT] A pointer to caller supplied memory which is to receive the result of the test: true if the relation is self stored or false if it is stored on a decomposition. Note that it is permitted for the caller to pass a value of NULL for this parameter.

Description: This function is used by a client to test if a topology relation is stored on self. The boolean result is returned by reference.

Preconditions:

  • pmode must be valid. (low-cost)

Return Value: The constant SAF__SUCCESS is returned when this function is successful. Otherwise this function either returns an error number or throws an exception, depending on the value of the library’s error handling property.

See Also: