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]
Functions
tif_flush.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Functions

int TIFFFlush (TIFF *tif)
 
int TIFFFlushData (TIFF *tif)
 

Function Documentation

◆ TIFFFlush()

int TIFFFlush ( TIFF tif)

Definition at line 33 of file tif_flush.c.

References tiff::tif_flags, tiff::tif_mode, TIFF_DIRTYDIRECT, TIFFFlushData(), and TIFFWriteDirectory().

Referenced by TIFFCleanup().

◆ TIFFFlushData()

int TIFFFlushData ( TIFF tif)

Definition at line 56 of file tif_flush.c.

References tiff::tif_flags, tiff::tif_postencode, TIFF_BEENWRITING, TIFF_POSTENCODE, and TIFFFlushData1().

Referenced by TIFFFlush().