Synopsis
get/set the number of cells (ncells) within a cel set
INTEGER FLDFget_ncells (cell_set, ncells)
INTEGER cell_set(OIDSIZ)
INTEGER ncells
INTEGER FLDFset_ncells (
INTEGER cell_set(OIDSIZ)
INTEGER ncells
Description
These routines get/set the number of cells (ncells) within a cell set
Note that calling FLDFget_ncells() on a Poly cell set (Polyline, Polytri, or Polyhedron (for polygons)) returns the number of primitive (triangular) cells in the cell set, while FLDFget_npolys() returns the number of lines, triangles or polygons respectively.
Parameters
cell_set
The integer id of a cell set, as returned by the FLDFget_cell_set routine.
ncells
In FLDFget_ncells, ncells is the number of cells (ncells)that will be returned.
In FLDFset_ncells, ncells is an integer specifying the number of cells (ncells).