next up previous contents
Next: displayCompoundAttributeDef Up: Deprecated Previous: displayDataBuffer

displayCompoundDataset

void displayCompoundDataset (unsigned char* data,NameListType_t* type,int ndims, hsize_t* dims, int offs)

Displays a compound dataset in a format similar to the one produced when using h5dump distributed with the HDF5 distribution.

Arguments:

data: The data pointer.

type: The compound type definition.

ndims: The rank of the data.

dims: The dimensions of the data.

offs: The number of blanks that should be padded before the data.

Returns nothing




2000-08-08