GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
g3dmisc.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include "G3d_intern.h"
Include dependency graph for g3dmisc.c:

Go to the source code of this file.

Functions

int G3d_g3dType2cellType (int g3dType)
 
void G3d_copyFloat2Double (const float *src, int offsSrc, double *dst, int offsDst, int nElts)
 
void G3d_copyDouble2Float (const double *src, int offsSrc, float *dst, int offsDst, int nElts)
 
void G3d_copyValues (const void *src, int offsSrc, int typeSrc, void *dst, int offsDst, int typeDst, int nElts)
 
int G3d_length (int t)
 
int G3d_externLength (int t)
 

Function Documentation

void G3d_copyDouble2Float ( const double *  src,
int  offsSrc,
float *  dst,
int  offsDst,
int  nElts 
)

Definition at line 37 of file g3dmisc.c.

Referenced by G3d_copyValues().

void G3d_copyFloat2Double ( const float *  src,
int  offsSrc,
double *  dst,
int  offsDst,
int  nElts 
)

Definition at line 22 of file g3dmisc.c.

Referenced by G3d_copyValues().

void G3d_copyValues ( const void *  src,
int  offsSrc,
int  typeSrc,
void *  dst,
int  offsDst,
int  typeDst,
int  nElts 
)
int G3d_g3dType2cellType ( int  g3dType)

Definition at line 12 of file g3dmisc.c.

Referenced by G3d_range_updateFromTile().