libtpcsvg
 All Data Structures Files Functions Variables Enumerations Enumerator Defines
Defines | Functions
libtpcsvgv.c File Reference
#include <stdio.h>
#include "libtpcsvgv.h"
Include dependency graph for libtpcsvgv.c:

Go to the source code of this file.

Defines

#define LIB_NAME   "libtpcsvg"
#define LIB_VERSION   "0.3.0"
#define COPYRIGHT   "(c) 2006-2011 by Turku PET Centre"

Functions

void libtpcsvg_print_readme (FILE *fp)
void libtpcsvg_print_history (FILE *fp)
void libtpcsvg_print_dreadme (FILE *fp)
void libtpcsvg_print_dhistory (FILE *fp)
void libtpcsvg_print_build (FILE *fp)

Define Documentation

#define COPYRIGHT   "(c) 2006-2011 by Turku PET Centre"

Copyright.

Definition at line 61 of file libtpcsvgv.c.

Referenced by libtpcsvg_print_build(), libtpcsvg_print_dreadme(), and libtpcsvg_print_readme().

#define LIB_NAME   "libtpcsvg"

Copyright (c) 2006-2011 by Turku PET Centre

File: libtpcsvgv.c

Purpose: functions for printing the information on the library.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Turku PET Centre hereby disclaims all copyright interest in the library 'libtpcsvg' written by Vesa Oikonen.

2006-07-03 Juhani Knuuti Director, Professor Turku PET Centre, Turku, Finland, http://www.turkupetcentre.fi/

Modification history: 2006-07-03 0.1.0 Vesa Oikonen First created. 2006-10-01 0.1.1 VO Corrected some small bugs. 2007-02-11 VO Added double backslashes for doxygen. 2007-04-06 0.1.2 VO Corrected a small bug. 2007-07-09 0.1.3 VO Corrected a small bug. 2007-12-31 0.1.4 VO Updated Makefile and Doxyfile, corrected history, no change in actual code. 2008-12-07 0.1.5 VO Tick label writing changed. Tooltips for Firefox 3. 2009-07-17 0.1.6 VO Bug correction in tooltips. SVG top level title tag is added. 2010-08-11 0.1.7 VO From now on, look for change log in libtpcsvg_print_history() below. Library name.

Definition at line 55 of file libtpcsvgv.c.

Referenced by libtpcsvg_print_build(), libtpcsvg_print_dreadme(), and libtpcsvg_print_readme().

#define LIB_VERSION   "0.3.0"

Library version.

Definition at line 58 of file libtpcsvgv.c.

Referenced by libtpcsvg_print_build(), libtpcsvg_print_dreadme(), and libtpcsvg_print_readme().


Function Documentation

void libtpcsvg_print_build ( FILE *  fp)

Print the build info to specified FILE pointer, use stdout for screen.

Definition at line 225 of file libtpcsvgv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by main(), and print_usage().

void libtpcsvg_print_dhistory ( FILE *  fp)

Print the library History to specified FILE pointer with Doxygen tags, use stdout for screen.

Definition at line 215 of file libtpcsvgv.c.

References libtpcsvg_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpcsvg_print_dreadme ( FILE *  fp)

Print the library Readme to specified FILE pointer with Doxygen tags, use stdout for screen.

Definition at line 204 of file libtpcsvgv.c.

References COPYRIGHT, LIB_NAME, LIB_VERSION, and libtpcsvg_print_readme().

Referenced by main().

Here is the call graph for this function:

void libtpcsvg_print_history ( FILE *  fp)

Print the library History to specified FILE pointer, use stdout for screen.

Definition at line 141 of file libtpcsvgv.c.

Referenced by libtpcsvg_print_dhistory(), and main().

void libtpcsvg_print_readme ( FILE *  fp)

Print the library readme to specified FILE pointer, use stdout for screen.

Definition at line 73 of file libtpcsvgv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcsvg_print_dreadme(), and main().