Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

fsize.h

Go to the documentation of this file.
00001 /*===========================================================================*
00002  * fsize.h                                                                   *
00003  *                                                                           *
00004  *      procedures to deal with frame size                                   *
00005  *                                                                           *
00006  *===========================================================================*/
00007 
00008 /*
00009  * Copyright (c) 1995 The Regents of the University of California.
00010  * All rights reserved.
00011  *
00012  * Permission to use, copy, modify, and distribute this software and its
00013  * documentation for any purpose, without fee, and without written agreement is
00014  * hereby granted, provided that the above copyright notice and the following
00015  * two paragraphs appear in all copies of this software.
00016  *
00017  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
00018  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
00019  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
00020  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00021  *
00022  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
00023  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
00024  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
00025  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
00026  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
00027  */
00028 
00029 
00030 #ifndef FSIZE_INCLUDED
00031 #define FSIZE_INCLUDED
00032 
00033 /*==================*
00034  * GLOBAL VARIABLES *
00035  *==================*/
00036 extern int Fsize_x;
00037 extern int Fsize_y;
00038 
00039 
00040 /*===============================*
00041  * EXTERNAL PROCEDURE prototypes *
00042  *===============================*/
00043 
00044 extern void Fsize_Reset _ANSI_ARGS_((void));
00045 extern void Fsize_Validate _ANSI_ARGS_((int *x, int *y));
00046 extern void Fsize_Note _ANSI_ARGS_((int id, int width, int height));
00047 
00048 
00049 #endif /* FSIZE_INCLUDED */
 

Powered by Plone

This site conforms to the following standards: