ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
Public Member Functions | Public Attributes | List of all members
Clustering::Point Class Reference

#include <clusterizer.hpp>

Inheritance diagram for Clustering::Point:
Clustering::Node

Public Member Functions

 Point ()=default
 
 Point (float x, float y, float w)
 
bool operator< (const Point &other) const
 

Public Attributes

float x_
 
float y_
 
float w_
 

Detailed Description

Definition at line 14 of file clusterizer.hpp.

Constructor & Destructor Documentation

Clustering::Point::Point ( )
default
Point::Point ( float  x,
float  y,
float  w 
)

Definition at line 24 of file clusterizer.cpp.

Member Function Documentation

bool Point::operator< ( const Point other) const

Definition at line 30 of file clusterizer.cpp.

References w_, x_, and y_.

Member Data Documentation

float Clustering::Point::w_
float Clustering::Point::x_
float Clustering::Point::y_

The documentation for this class was generated from the following files: