#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 |
|
Definition at line 180 of file region_of_interest.c. References malloc. |
|
Definition at line 102 of file region_of_interest.c. References brshnm, count_point, malloc, MESSAGE, point, and x_array_buffer. |
|
Definition at line 23 of file region_of_interest.c. References brshnm, count_point, malloc, MESSAGE, point, and x_array_buffer. |
|
Definition at line 11 of file region_of_interest.c. Referenced by COMPUTEVEND, and COMPUTEVSTART. |
|
Definition at line 10 of file region_of_interest.c. Referenced by COMPUTEVEND, and COMPUTEVSTART. |
|
Definition at line 9 of file region_of_interest.c. Referenced by COMPUTEVEND, and COMPUTEVSTART. |