Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::cuda::detail::SegmLink Struct Reference

#include </__w/1/s/cuda/segmentation/include/pcl/cuda/segmentation/mssegmentation.h>

+ Collaboration diagram for pcl::cuda::detail::SegmLink:

Public Member Functions

 SegmLink ()
 
 SegmLink (int from, int to, const SegmLinkVal &val)
 
bool operator< (const SegmLink &other) const
 

Public Attributes

int from
 
int to
 
SegmLinkVal val
 

Detailed Description

Definition at line 130 of file mssegmentation.h.

Constructor & Destructor Documentation

◆ SegmLink() [1/2]

pcl::cuda::detail::SegmLink::SegmLink ( )
inline

Definition at line 132 of file mssegmentation.h.

◆ SegmLink() [2/2]

pcl::cuda::detail::SegmLink::SegmLink ( int  from,
int  to,
const SegmLinkVal val 
)
inline

Definition at line 133 of file mssegmentation.h.

Member Function Documentation

◆ operator<()

bool pcl::cuda::detail::SegmLink::operator< ( const SegmLink other) const
inline

Definition at line 135 of file mssegmentation.h.

References val.

Member Data Documentation

◆ from

int pcl::cuda::detail::SegmLink::from

Definition at line 139 of file mssegmentation.h.

◆ to

int pcl::cuda::detail::SegmLink::to

Definition at line 140 of file mssegmentation.h.

◆ val

SegmLinkVal pcl::cuda::detail::SegmLink::val

Definition at line 141 of file mssegmentation.h.

Referenced by operator<().


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