Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::core::LineSampler::Result Struct Reference

result type providing a Point-pointer and number of sample points More...

#include <LineSampler.h>

Public Member Functions

const utils::Pointoperator[] (int idx) const
 convenience inde operator to iterate over sampled points More...
 

Public Attributes

const utils::Pointpoints
 sampled points data More...
 
int n
 number of sampled points More...
 

Detailed Description

result type providing a Point-pointer and number of sample points

Member Function Documentation

◆ operator[]()

const utils::Point& icl::core::LineSampler::Result::operator[] ( int  idx) const
inline

convenience inde operator to iterate over sampled points

Member Data Documentation

◆ n

int icl::core::LineSampler::Result::n

number of sampled points

◆ points

const utils::Point* icl::core::LineSampler::Result::points

sampled points data


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