Time-of-Flight Library(ToF) 3.11.1
 
chronoptics::tof::Point2d Class Reference

2D point for indexing into array More...

#include <calibration.hpp>

+ Inheritance diagram for chronoptics::tof::Point2d:

Public Member Functions

 Point2d (tof_point_2d_t ptr=nullptr)
 Construct from pointer.
 
int32_t row ()
 Get the row value.
 
int32_t col ()
 Get the column value.
 

Detailed Description

2D point for indexing into array

Definition at line 13 of file calibration.hpp.

Constructor & Destructor Documentation

◆ Point2d()

chronoptics::tof::Point2d::Point2d ( tof_point_2d_t  ptr = nullptr)
inline

Construct from pointer.

Definition at line 16 of file calibration.hpp.

Member Function Documentation

◆ col()

int32_t chronoptics::tof::Point2d::col ( )
inline

Get the column value.

Returns
Column value

Definition at line 30 of file calibration.hpp.

◆ row()

int32_t chronoptics::tof::Point2d::row ( )
inline

Get the row value.

Returns
Row value

Definition at line 23 of file calibration.hpp.