Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::cuda::detail::SegmLinkVal Struct Reference

#include </build/reproducible-path/pcl-1.15.1+dfsg/cuda/segmentation/include/pcl/cuda/segmentation/mssegmentation.h>

Public Member Functions

 SegmLinkVal ()
 SegmLinkVal (int dr, int dsp)
bool operator< (const SegmLinkVal &other) const

Public Attributes

int dr
int dsp

Detailed Description

Definition at line 117 of file mssegmentation.h.

Constructor & Destructor Documentation

◆ SegmLinkVal() [1/2]

pcl::cuda::detail::SegmLinkVal::SegmLinkVal ( )
inline

Definition at line 119 of file mssegmentation.h.

Referenced by operator<().

◆ SegmLinkVal() [2/2]

pcl::cuda::detail::SegmLinkVal::SegmLinkVal ( int dr,
int dsp )
inline

Definition at line 120 of file mssegmentation.h.

References dr, and dsp.

Member Function Documentation

◆ operator<()

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

Definition at line 121 of file mssegmentation.h.

References dr, dsp, and SegmLinkVal().

Member Data Documentation

◆ dr

int pcl::cuda::detail::SegmLinkVal::dr

Definition at line 125 of file mssegmentation.h.

Referenced by operator<(), and SegmLinkVal().

◆ dsp

int pcl::cuda::detail::SegmLinkVal::dsp

Definition at line 126 of file mssegmentation.h.

Referenced by operator<(), and SegmLinkVal().


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