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

Go to the source code of this file.

Functions

int I_cluster_point (struct Cluster *C, DCELL *x)
 
int I_cluster_begin_point_set (struct Cluster *C, int n)
 
int I_cluster_point_part (struct Cluster *C, DCELL x, int band, int n)
 
int I_cluster_end_point_set (struct Cluster *C, int n)
 

Function Documentation

int I_cluster_begin_point_set ( struct Cluster *  C,
int  n 
)

Definition at line 54 of file c_point.c.

int I_cluster_end_point_set ( struct Cluster *  C,
int  n 
)

Definition at line 72 of file c_point.c.

References n.

int I_cluster_point ( struct Cluster *  C,
DCELL *  x 
)

Definition at line 24 of file c_point.c.

References G_is_d_null_value().

int I_cluster_point_part ( struct Cluster *  C,
DCELL  x,
int  band,
int  n 
)

Definition at line 59 of file c_point.c.

References G_is_d_null_value(), and n.