Data Fields
IMG_RANGE Struct Reference

#include <img.h>

Collaboration diagram for IMG_RANGE:
Collaboration graph

Data Fields

int x1
 
int x2
 
int y1
 
int y2
 
int z1
 
int z2
 
int f1
 
int f2
 

Detailed Description

Definition at line 140 of file img.h.

Field Documentation

int IMG_RANGE::f1

[1..dimt]

Definition at line 148 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::f2

Definition at line 148 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::x1

[1..dimx]

Definition at line 142 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::x2

Definition at line 142 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::y1

[1..dimy]

Definition at line 144 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::y2

Definition at line 144 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::z1

[1..dimz]

Definition at line 146 of file img.h.

Referenced by imgExtractRange().

int IMG_RANGE::z2

Definition at line 146 of file img.h.

Referenced by imgExtractRange().


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