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  

glutstroke.h

Go to the documentation of this file.
00001 #ifndef __glutstroke_h__
00002 #define __glutstroke_h__
00003 
00004 /* Copyright (c) Mark J. Kilgard, 1994. */
00005 
00006 /* This program is freely distributable without licensing fees 
00007    and is provided without guarantee or warrantee expressed or 
00008    implied. This program is -not- in the public domain. */
00009 
00010 typedef struct {
00011   float x;
00012   float y;
00013 } CoordRec, *CoordPtr;
00014 
00015 typedef struct {
00016   int num_coords;
00017   CoordPtr coord;
00018 } StrokeRec, *StrokePtr;
00019 
00020 typedef struct {
00021   int num_strokes;
00022   StrokePtr stroke;
00023   float center;
00024   float right;
00025 } StrokeCharRec, *StrokeCharPtr;
00026 
00027 typedef struct {
00028   char *name;
00029   int num_chars;
00030   StrokeCharPtr ch;
00031   float top;
00032   float bottom;
00033 } StrokeFontRec, *StrokeFontPtr;
00034 
00035 typedef void *GLUTstrokeFont;
00036 
00037 #endif /* __glutstroke_h__ */
 

Powered by Plone

This site conforms to the following standards: