Attachment 'tags.h'

Download

   1 #ifndef TAGS_H
   2 #define TAGS_H
   3 
   4 #define TAG_OLD_COLORTABLE          1
   5 #define TAG_OLD_USEREALRAS          2
   6 #define TAG_CMDLINE                 3
   7 #define TAG_USEREALRAS              4
   8 #define TAG_COLORTABLE              5
   9 
  10 #define TAG_GCAMORPH_GEOM           10
  11 #define TAG_GCAMORPH_TYPE           11
  12 #define TAG_GCAMORPH_LABELS         12
  13 
  14 #define TAG_OLD_SURF_GEOM           20
  15 #define TAG_SURF_GEOM               21
  16 
  17 #define TAG_OLD_MGH_XFORM           30
  18 #define TAG_MGH_XFORM               31
  19 #define TAG_GROUP_AVG_SURFACE_AREA  32
  20 
  21 int TAGreadStart(FILE *fp, long long *plen) ;
  22 int TAGwriteStart(FILE *fp, int tag, long long *phere, long long len) ;
  23 int TAGwriteEnd(FILE *fp, long long there) ;
  24 int TAGskip(FILE *fp, int tag, long long len) ;
  25 int TAGmakeCommandLineString(int argc, char **argv, char *cmd_line) ;
  26 int TAGwriteCommandLine(FILE *fp, char *cmd_line) ;
  27 int TAGwrite(FILE *fp, int tag, void *buf, long long len) ;
  28  
  29 #endif

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.

You are not allowed to attach a file to this page.