#include <string.h>#include <stdlib.h>#include <math.h>#include <ctype.h>#include "WSxM_header.h"Go to the source code of this file.
Functions | |
| void | HeaderInit (WSxM_HEADER *pHeader) | 
| int | HeaderRead (WSxM_HEADER *pHeader, FILE *pFile) | 
| int | HeaderWrite (WSxM_HEADER *pHeader, FILE *pFile) | 
| double | HeaderGetAsNumber (WSxM_HEADER *pHeader, char *szTitle, char *szLabel) | 
| int | HeaderGetAsString (WSxM_HEADER *pHeader, char *szTitle, char *szLabel, char *szValue) | 
| void | HeaderReadTitle (char *szLine, char *szTitle) | 
| void | HeaderReadLabel (char *szLine, char *szLabel) | 
| void | HeaderReadValue (char *szLine, char *szValue) | 
| void | HeaderSetAsFloating (WSxM_HEADER *pHeader, char *szTitle, char *szLabel, double lfValue) | 
| void | HeaderSetAsInt (WSxM_HEADER *pHeader, char *szTitle, char *szLabel, int iValue) | 
| void | HeaderSetAsString (WSxM_HEADER *pHeader, char *szTitle, char *szLabel, char *szValue) | 
| void | HeaderDestroy (WSxM_HEADER *pHeader) | 
| int | HeaderReadLine (WSxM_HEADER *pHeader, FILE *pFile) | 
| int | HeaderGetSize (WSxM_HEADER *pHeader) | 
| int | HeaderAddValue (WSxM_HEADER *pHeader, char *szTitle, char *szLabel, char *szValue) | 
| void | RemoveLeftAndRightWhitesFromString (char *szString) | 
| void | ReplaceStringInString (char *szDest, const char *szOld, const char *szNew) | 
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 713 of file WSxM_header.C. Referenced by HeaderReadLine(), and writeIVs().  | 
  
      
  | 
  
| 
 
 Definition at line 508 of file WSxM_header.C.  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 213 of file WSxM_header.C. Referenced by WSxM_ImExportFile::WSxMRead().  | 
  
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 244 of file WSxM_header.C. Referenced by HeaderGetAsNumber().  | 
  
      
  | 
  
| 
 
 Definition at line 638 of file WSxM_header.C. Referenced by WSxM_ImExportFile::WSxMRead().  | 
  
      
  | 
  
| 
 
 Definition at line 33 of file WSxM_header.C. Referenced by WSxM_ImExportFile::Write(), writeIVs(), and WSxM_ImExportFile::WSxMRead().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 66 of file WSxM_header.C. Referenced by WSxM_ImExportFile::WSxMRead().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 331 of file WSxM_header.C. Referenced by HeaderReadLine().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 558 of file WSxM_header.C. Referenced by HeaderRead().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 289 of file WSxM_header.C. Referenced by HeaderReadLine().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 372 of file WSxM_header.C. Referenced by HeaderReadLine().  | 
  
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 418 of file WSxM_header.C.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 447 of file WSxM_header.C.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 476 of file WSxM_header.C. Referenced by HeaderSetAsFloating(), and HeaderSetAsInt().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 110 of file WSxM_header.C. Referenced by writeIVs().  | 
  
      
  | 
  
| 
 
 Definition at line 775 of file WSxM_header.C. Referenced by HeaderReadLine().  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 823 of file WSxM_header.C. Referenced by HeaderReadLine().  | 
  
 1.4.6