Main MRPT website > C++ reference for MRPT 1.5.6
Macros | Typedefs | Functions
KmUtils.h File Reference
#include <mrpt/config.h>
#include <memory.h>
#include <cstdlib>
Include dependency graph for KmUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ENABLE_KMEANS_ASSERTS
 
#define KM_ASSERT(expression)   (void)((expression) != 0? 0 : __KMeansAssertionFailure(__FILE__, __LINE__, #expression))
 

Typedefs

typedef double Scalar
 

Functions

ScalarPointAllocate (int d)
 
void PointFree (Scalar *p)
 
void PointCopy (Scalar *p1, const Scalar *p2, int d)
 
void PointAdd (Scalar *p1, const Scalar *p2, int d)
 
void PointScale (Scalar *p, Scalar scale, int d)
 
Scalar PointDistSq (const Scalar *p1, const Scalar *p2, int d)
 
int __KMeansAssertionFailure (const char *file, int line, const char *expression)
 
int GetRandom (int n)
 

Macro Definition Documentation

◆ ENABLE_KMEANS_ASSERTS

#define ENABLE_KMEANS_ASSERTS

Definition at line 81 of file KmUtils.h.

◆ KM_ASSERT

#define KM_ASSERT (   expression)    (void)((expression) != 0? 0 : __KMeansAssertionFailure(__FILE__, __LINE__, #expression))

Typedef Documentation

◆ Scalar

typedef double Scalar

Definition at line 41 of file KmUtils.h.

Function Documentation

◆ __KMeansAssertionFailure()

int __KMeansAssertionFailure ( const char *  file,
int  line,
const char *  expression 
)

Definition at line 17 of file KmUtils.cpp.

◆ GetRandom()

int GetRandom ( int  n)
inline

Definition at line 96 of file KmUtils.h.

Referenced by RunKMeans(), and KmTree::SeedKMeansPlusPlus().

◆ PointAdd()

void PointAdd ( Scalar p1,
const Scalar p2,
int  d 
)
inline

Definition at line 60 of file KmUtils.h.

Referenced by KmTree::BuildNodes(), and KmTree::DoKMeansStepAtNode().

◆ PointAllocate()

Scalar* PointAllocate ( int  d)
inline

Definition at line 47 of file KmUtils.h.

Referenced by KmTree::BuildNodes(), KmTree::DoKMeansStep(), and KmTree::KmTree().

◆ PointCopy()

void PointCopy ( Scalar p1,
const Scalar p2,
int  d 
)
inline

Definition at line 55 of file KmUtils.h.

References mrpt::system::os::memcpy().

Referenced by KmTree::BuildNodes(), KmTree::DoKMeansStep(), and KmTree::KmTree().

◆ PointDistSq()

Scalar PointDistSq ( const Scalar p1,
const Scalar p2,
int  d 
)
inline

◆ PointFree()

void PointFree ( Scalar p)
inline

Definition at line 51 of file KmUtils.h.

Referenced by KmTree::BuildNodes(), KmTree::DoKMeansStep(), and KmTree::KmTree().

◆ PointScale()

void PointScale ( Scalar p,
Scalar  scale,
int  d 
)
inline

Definition at line 65 of file KmUtils.h.

Referenced by KmTree::BuildNodes(), and KmTree::DoKMeansStep().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019