BzrCrvReadFromFile
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
BzrCrvReadFromFile()
SYNOPSIS
prsr_lib/bzr_read.c:32
CagdCrvStruct *BzrCrvReadFromFile(char *FileName, char **ErrStr, int *ErrLine)
DESCRIPTION
Reads from a file Bezier curve(s).
If error is detected in reading the file, ErrStr is set to a string
describing the error and Line to the line it occured in file.
If no error is detected *ErrStr = NULL.
PARAMETERS:
FileName: To read the Bezier curve from.
ErrStr: Will be initialized if an error has occured.
ErrLine: Line number in file FileName of the error, if occured.
FUNCTION RETURN VALUE
CagdCrvStruct *: The read curve, or NULL if an error occured.
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:26:54 GMT, July 20, 2024