NAME

RdefaultCellRepr - returns default cell representation of a value scale/cellRepr

SYNOPSIS

#include "csf.h"

CSF_CR RdefaultCellRepr(CSF_VS vs);

PARAMETERS

CSF_VS vs
value scale

Possible values for a

CSF_VS
are as follows: * version 1 datatypes, these can be returned by BUT NOT passed to a csf2 function * version 2 datatypes these two can be returned by or passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

DESCRIPTION

returns default cell representation of a value scale/cellRepr

RETURNS

the appropriate cell representation constant (CR_something) or CR_UNDEFINED if vs is not a csf2 datatype

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