ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Protected Attributes | List of all members
Cluster Class Reference

#include <cluster.h>

Collaboration diagram for Cluster:
Collaboration graph
[legend]

Public Member Functions

 Cluster ()
 
 Cluster (std::vector< pcl::PointIndicesPtr > const &clusters, size_t pointIndexCount)
 
std::vector< pcl::PointIndicesPtr > const & getClusters () const
 
size_t getPointIndexCount () const
 

Protected Attributes

size_t pointIndexCount
 
std::vector< pcl::PointIndicesPtr > clusters
 

Detailed Description

Definition at line 9 of file cluster.h.

Constructor & Destructor Documentation

◆ Cluster() [1/2]

Cluster::Cluster ( )
inline

Definition at line 15 of file cluster.h.

◆ Cluster() [2/2]

Cluster::Cluster ( std::vector< pcl::PointIndicesPtr > const &  clusters,
size_t  pointIndexCount 
)

Definition at line 3 of file cluster.cxx.

Member Function Documentation

◆ getClusters()

std::vector< pcl::PointIndicesPtr > const & Cluster::getClusters ( ) const

Definition at line 9 of file cluster.cxx.

◆ getPointIndexCount()

size_t Cluster::getPointIndexCount ( ) const

Definition at line 14 of file cluster.cxx.

Member Data Documentation

◆ clusters

std::vector<pcl::PointIndicesPtr> Cluster::clusters
protected

Definition at line 12 of file cluster.h.

◆ pointIndexCount

size_t Cluster::pointIndexCount
protected

Definition at line 11 of file cluster.h.


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