Main Page   Data Structures   File List   Data Fields   Globals  

region_of_interest.c File Reference

#include <stdio.h>
#include <malloc.h>
#include "sadie.h"
#include "proto.h"
#include "mosaic.h"

Go to the source code of this file.

Functions

void COMPUTEVSTART (MOSAIC_INDEX *index, int X1, int Y1, int X2, int Y2)
void COMPUTEVEND (MOSAIC_INDEX *index, int X1, int Y1, int X2, int Y2)
void COMPUTE_LOCAL_INDEX (MOSAIC_INDEX *index, int i, int jbgn, int jend, int kbgn, int kend, LOCAL_INDEX **localindex)

Variables

int ** x_array_buffer
int point
int count_point


Function Documentation

void COMPUTE_LOCAL_INDEX MOSAIC_INDEX   index,
int    i,
int    jbgn,
int    jend,
int    kbgn,
int    kend,
LOCAL_INDEX **    localindex
 

Definition at line 180 of file region_of_interest.c.

References malloc.

void COMPUTEVEND MOSAIC_INDEX   index,
int    X1,
int    Y1,
int    X2,
int    Y2
 

Definition at line 102 of file region_of_interest.c.

References brshnm, count_point, malloc, MESSAGE, point, and x_array_buffer.

void COMPUTEVSTART MOSAIC_INDEX   index,
int    X1,
int    Y1,
int    X2,
int    Y2
 

Definition at line 23 of file region_of_interest.c.

References brshnm, count_point, malloc, MESSAGE, point, and x_array_buffer.


Variable Documentation

int count_point
 

Definition at line 11 of file region_of_interest.c.

Referenced by COMPUTEVEND, and COMPUTEVSTART.

int point
 

Definition at line 10 of file region_of_interest.c.

Referenced by COMPUTEVEND, and COMPUTEVSTART.

int** x_array_buffer
 

Definition at line 9 of file region_of_interest.c.

Referenced by COMPUTEVEND, and COMPUTEVSTART.


Generated on Wed Apr 9 08:56:20 2003 for TREES by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002