DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

PixelTableSetRun

Initialises a pixel table run

SYNOPSIS

#include "dip_pixel_table.h"

dip_Error dip_PixelTableSetRun ( table, run, coordinate, length )

FUNCTION

This function initialises the runth run of the pixel table table, by setting the run's coordinate to coordinate and its length to length. The pixel table must at least consist of run number of runs ans has to be allocated (using PixelTableNew).

ARGUMENTS

Data typeNameDescription
dip_PixelTabletablePixel table
dip_intrunThe run to be initialised
dip_IntegerArraycoordinateCoordinate of the run
dip_intlengthLength of the run

SEE ALSO

Description of DIPlib's pixel tables

PixelTableNew, PixelTableGetRun, PixelTableAddRun, PixelTableGetRuns, PixelTableGetDimensionality, PixelTableGetDimensions, PixelTableGetOrigin, PixelTableGetSize, PixelTableGetPixelCount, PixelTableGetOffsetAndLength