GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Cluster library - Clear structures. More...
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
int | I_cluster_clear (struct Cluster *C) |
Clear Cluster structure. More... | |
Cluster library - Clear structures.
(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.
Definition in file c_clear.c.
int I_cluster_clear | ( | struct Cluster * | C | ) |
Clear Cluster structure.
C | pointer to Cluster structure |
Definition at line 23 of file c_clear.c.
References Cluster::band_sum, Cluster::band_sum2, Cluster::class, Cluster::count, Cluster::countdiff, I_init_signatures(), Cluster::mean, Cluster::nbands, NULL, Cluster::points, Cluster::reclass, Cluster::S, Cluster::sum, Cluster::sum2, and Cluster::sumdiff.