ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::KMeanClass Struct Reference

A K-mean class position and boundaries. More...

#include <ScalarFieldTools.h>

Public Attributes

ScalarType mean
 K-mean class mean value. More...
 
ScalarType minValue
 K-mean class minimum value. More...
 
ScalarType maxValue
 K-mean class maximum value. More...
 

Detailed Description

A K-mean class position and boundaries.

Definition at line 22 of file ScalarFieldTools.h.

Member Data Documentation

◆ maxValue

ScalarType cloudViewer::KMeanClass::maxValue

K-mean class maximum value.

Definition at line 28 of file ScalarFieldTools.h.

Referenced by cloudViewer::ScalarFieldTools::computeKmeans(), and define_ScalarFieldTools().

◆ mean

ScalarType cloudViewer::KMeanClass::mean

K-mean class mean value.

Definition at line 24 of file ScalarFieldTools.h.

Referenced by cloudViewer::ScalarFieldTools::computeKmeans(), and define_ScalarFieldTools().

◆ minValue

ScalarType cloudViewer::KMeanClass::minValue

K-mean class minimum value.

Definition at line 26 of file ScalarFieldTools.h.

Referenced by cloudViewer::ScalarFieldTools::computeKmeans(), and define_ScalarFieldTools().


The documentation for this struct was generated from the following file: