GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dglIOContext_s Struct Reference

#include <graph.h>

Collaboration diagram for dglIOContext_s:

Data Fields

dglGraph_spG
 
int nState
 
int fSwap
 
int cb
 
int ib
 
unsigned char * pb
 
unsigned char ab [118]
 

Detailed Description

Definition at line 373 of file graph.h.

Field Documentation

unsigned char dglIOContext_s::ab[118]

Definition at line 381 of file graph.h.

Referenced by dglReadChunk(), and dglWriteChunk().

int dglIOContext_s::cb

Definition at line 378 of file graph.h.

Referenced by dglIOContextInitialize(), dglReadChunk(), and dglWriteChunk().

int dglIOContext_s::fSwap

Definition at line 377 of file graph.h.

Referenced by dglReadChunk().

int dglIOContext_s::ib

Definition at line 379 of file graph.h.

Referenced by dglIOContextInitialize(), dglReadChunk(), and dglWriteChunk().

int dglIOContext_s::nState

Definition at line 376 of file graph.h.

Referenced by dglIOContextInitialize(), dglReadChunk(), and dglWriteChunk().

unsigned char* dglIOContext_s::pb

Definition at line 380 of file graph.h.

Referenced by dglIOContextInitialize(), dglReadChunk(), and dglWriteChunk().

dglGraph_s* dglIOContext_s::pG

Definition at line 375 of file graph.h.

Referenced by dglIOContextInitialize(), dglReadChunk(), and dglWriteChunk().


The documentation for this struct was generated from the following file: