imaging_table_id_less Struct Reference

#include <imaging_table.h>

Public Member Functions

 imaging_table_id_less (const imaging_table &table)
 
bool operator() (const size_t lhs_row, const size_t rhs_row) const
 

Detailed Description

Compare two row indicies to determine which id in the table is less than another row

Constructor & Destructor Documentation

imaging_table_id_less ( const imaging_table table)
inline

Constructor

Parameters
tablereference to an imaging table

Member Function Documentation

bool operator() ( const size_t  lhs_row,
const size_t  rhs_row 
) const
inline

Test if one row is less than another in terms of the tile id/cycle ordering

Parameters
lhs_rowindex to one row
rhs_rowindex to another row
Returns
true if the id in the first row is less than the second

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