Table of Contents

NAME

QccIMGImageCubeRead, QccIMGImageCubeWrite - read/write image cube to/from file

SYNOPSIS

#include "libQccPack.h"

int QccIMGImageCubeRead(QccIMGImageCube *image_cube);
int QccIMGImageCubeWrite(const QccIMGImageCube *image_cube);

DESCRIPTION

QccIMGImageCubeRead() reads a QccIMGImageCube structure from a file; the filename of the ICB-format file to be read must be stored as image_cube->filename.

QccIMGImageCubeWrite() writes a QccIMGImageCube structure to a file; the filename of the ICB-format file to be written must be stored as image_cube->filename.

RETURN VALUES

Both QccIMGImageCubeRead() and QccIMGImageCubeWrite() return 0 on success and 1 on error.

SEE ALSO

QccIMGImageCube(3) , QccPackIMG(3) , QccPack(3)

AUTHOR

Copyright (C) 1997-2021 James E. Fowler


Table of Contents



Get QccPack at SourceForge.net. Fast, secure and Free Open Source software downloads