GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
c_merge.c File Reference

Cluster library - Merge. More...

#include <grass/cluster.h>
Include dependency graph for c_merge.c:

Go to the source code of this file.

Functions

int I_cluster_merge (struct Cluster *C)
 ? More...
 

Detailed Description

Cluster library - Merge.

(C) 2001-2009 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Original author CERL

Definition in file c_merge.c.

Function Documentation

◆ I_cluster_merge()

int I_cluster_merge ( struct Cluster C)

?

Parameters
Cpointer to Cluster structure
Returns
0

Definition at line 23 of file c_merge.c.

References Cluster::class, Cluster::count, Cluster::merge1, Cluster::merge2, Cluster::nbands, Cluster::npoints, and Cluster::sum.

Referenced by I_cluster_exec().