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
tif_print.c File Reference
#include "tiffiop.h"
#include <stdio.h>
#include <ctype.h>

Go to the source code of this file.

Macros

#define NPHOTONAMES   (sizeof (photoNames) / sizeof (photoNames[0]))
 
#define NORIENTNAMES   (sizeof (orientNames) / sizeof (orientNames[0]))
 

Functions

void TIFFPrintDirectory (TIFF *tif, FILE *fd, long flags)
 
void _TIFFprintAscii (FILE *fd, const char *cp)
 
void _TIFFprintAsciiTag (FILE *fd, const char *name, const char *value)
 

Macro Definition Documentation

◆ NORIENTNAMES

#define NORIENTNAMES   (sizeof (orientNames) / sizeof (orientNames[0]))

Definition at line 61 of file tif_print.c.

◆ NPHOTONAMES

#define NPHOTONAMES   (sizeof (photoNames) / sizeof (photoNames[0]))

Definition at line 48 of file tif_print.c.

Referenced by TIFFPrintDirectory().

Function Documentation

◆ _TIFFprintAscii()

void _TIFFprintAscii ( FILE *  fd,
const char *  cp 
)

Definition at line 612 of file tif_print.c.

Referenced by _TIFFprintAsciiTag().

◆ _TIFFprintAsciiTag()

void _TIFFprintAsciiTag ( FILE *  fd,
const char *  name,
const char *  value 
)

Definition at line 632 of file tif_print.c.

References _TIFFprintAscii().

◆ TIFFPrintDirectory()

void TIFFPrintDirectory ( TIFF tif,
FILE *  fd,
long  flags 
)