NAME

SetMVcellRepr - set a memory location to a missing value

SYNOPSIS

#include "csf.h"

void SetMVcellRepr
(
	CSF_CR cellRepr,
	void *c
);

PARAMETERS

CSF_CR cellRepr
cell representation, one of the CR_* constants

Possible values for a

CSF_CR
are as follows: * preferred version 2 cell representations * other version 2 cell representations * version 1 cell representations these can be returned by BUT NOT passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function
void *c
write-only. location set to missing value

DESCRIPTION

SetMVcellRepr sets a memory location to a missing value (using the application cell representation). In general one should use assignment for integers (e.g. v = MV_UINT1) or the macro's SET_MV_REAL4 and SET_MV_REAL8

SEE ALSO

SetMV