Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions | Variables
mkg3states.c File Reference
#include "tif_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tif_fax3.h"

Go to the source code of this file.

Macros

#define streq(a, b)   (strcmp(a,b) == 0)
 

Functions

void WriteTable (FILE *fd, const TIFFFaxTabEnt *T, int Size, const char *name)
 
int main (int argc, char *argv[])
 

Variables

TIFFFaxTabEnt MainTable [128]
 
TIFFFaxTabEnt WhiteTable [4096]
 
TIFFFaxTabEnt BlackTable [8192]
 

Macro Definition Documentation

◆ streq

#define streq (   a,
  b 
)    (strcmp(a,b) == 0)

Definition at line 44 of file mkg3states.c.

Referenced by _TIFFFindFieldInfoByName().

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 377 of file mkg3states.c.

◆ WriteTable()

void WriteTable ( FILE *  fd,
const TIFFFaxTabEnt T,
int  Size,
const char *  name 
)

Definition at line 342 of file mkg3states.c.

References i.

Variable Documentation

◆ BlackTable

TIFFFaxTabEnt BlackTable[8192]

Definition at line 49 of file mkg3states.c.

◆ MainTable

TIFFFaxTabEnt MainTable[128]

Definition at line 47 of file mkg3states.c.

◆ WhiteTable

TIFFFaxTabEnt WhiteTable[4096]

Definition at line 48 of file mkg3states.c.