IritPrsrOpenDataFile
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
IritPrsrOpenDataFile()
SYNOPSIS
prsr_lib/iritprs1.c:82
int IritPrsrOpenDataFile(char *FileName, int Read, int Messages)
DESCRIPTION
Open a data file for read/write.
Data file can be either Ascii IRIT data file or binary IRIT data file.
A binary data file must have a ".bdt" (for Binary DaTa) file type.
Under unix, file names with the psotfix ".Z" are assumed compressed and
treated accordingly.
See also functions IritPrsrSetPolyListCirc, IritPrsrSetFlattenObjects,
and IritPrsrSetReadOneObject.
PARAMETERS:
FileName: To try and open.
Read: If TRUE assume a read operation, otheriwse write.
Messages: Do we want error/warning messages to stderr?
FUNCTION RETURN VALUE
int: A handler to the open file, -1 if error.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:08 GMT, July 20, 2024