Topological dimensionsΒΆ

SAF_TopoDim is an enumerated type defined in saf.h.

Synopsis:

SAF_TOPODIM_0D: a zero dimensional topological dimension (e.g. a point)

SAF_TOPODIM_1D: a one dimensional topological dimension (e.g. a curve)

SAF_TOPODIM_2D: a two dimensional topological dimension (e.g. a surface)

SAF_TOPODIM_3D: a three dimensional topological dimension (e.g. a volume)

Description: These are really just more informative aliases for the numbers 0, 1, 2 and 3 so that when these are seen in saf function calls, the purpose of the argument will be more clear.

See Also:

  • Datatypes: Introduction for current chapter