GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
driver/Raster.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <grass/gis.h>
#include "driver.h"
#include "driverlib.h"
Include dependency graph for driver/Raster.c:

Go to the source code of this file.

Functions

void COM_begin_scaled_raster (int mask, int src[2][2], int dst[2][2])
 
int COM_scaled_raster (int n, int row, const unsigned char *red, const unsigned char *grn, const unsigned char *blu, const unsigned char *nul)
 
void COM_end_scaled_raster (void)
 

Function Documentation

void COM_begin_scaled_raster ( int  mask,
int  src[2][2],
int  dst[2][2] 
)

Definition at line 13 of file driver/Raster.c.

References driver::Begin_scaled_raster.

Referenced by LOC_begin_scaled_raster(), and process_command().

void COM_end_scaled_raster ( void  )

Definition at line 29 of file driver/Raster.c.

References driver::End_scaled_raster.

Referenced by LOC_end_scaled_raster(), and process_command().

int COM_scaled_raster ( int  n,
int  row,
const unsigned char *  red,
const unsigned char *  grn,
const unsigned char *  blu,
const unsigned char *  nul 
)

Definition at line 19 of file driver/Raster.c.

References n, and driver::Scaled_raster.

Referenced by LOC_scaled_raster(), and process_command().