Public Member Functions | Public Attributes | List of all members
Cluster Struct Reference

#include <omt_solver.h>

Public Member Functions

 Cluster ()
 
 Cluster (int l, Eigen::Vector2d p, vector< int > s)
 
 Cluster (const Cluster &other)
 
Clusteroperator= (const Cluster &other)
 

Public Attributes

Eigen::Vector2d centroid
 
int label = -1
 
vector< int > samples
 

Detailed Description

Definition at line 18 of file omt_solver.h.

Constructor & Destructor Documentation

◆ Cluster() [1/3]

Cluster::Cluster ( )
inline

Definition at line 23 of file omt_solver.h.

◆ Cluster() [2/3]

Cluster::Cluster ( int  l,
Eigen::Vector2d  p,
vector< int >  s 
)
inline

Definition at line 30 of file omt_solver.h.

◆ Cluster() [3/3]

Cluster::Cluster ( const Cluster other)
inline

Definition at line 38 of file omt_solver.h.

Member Function Documentation

◆ operator=()

Cluster& Cluster::operator= ( const Cluster other)
inline

Definition at line 46 of file omt_solver.h.

Member Data Documentation

◆ centroid

Eigen::Vector2d Cluster::centroid

Definition at line 21 of file omt_solver.h.

◆ label

int Cluster::label = -1

Definition at line 20 of file omt_solver.h.

◆ samples

vector<int> Cluster::samples

Definition at line 22 of file omt_solver.h.


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


co_scan
Author(s):
autogenerated on Mon Feb 28 2022 23:00:58