Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

int GiD_fBeginRangeTable(GiD_FILE fd, const char * name);


Description: Begin a Range Table definition. With a range table you can
group the result values into intervals and label each interval with a name.
Inside GiD this can be visualized with a contour range.


Parameters:
GiD_FILE fd the file descriptor
char* name
name identifier


Example:
C/C++

Code Block
GiD_fBeginRangeTable(fd,"table1");

FORTRAN

Code Block
CALL GID_FBEGINRANGETABLE(fd,'table1')