Holds two-dimensional multi-channel data.
More...
#include <pcl/ml/multi_channel_2d_data_set.h>
|
| MultiChannel2DData () |
| Constructor. More...
|
|
virtual | ~MultiChannel2DData () |
| Destructor. More...
|
|
void | resize (size_t width, size_t height) |
| Resizes the internal data storage. More...
|
|
void | clear () |
| Clears the internal data storage and sets width and height to 0. More...
|
|
DATA_TYPE * | operator() (const size_t col_index, const size_t row_index) |
| Returns a pointer to the internal data at the specified location. More...
|
|
const DATA_TYPE * | operator() (const size_t col_index, const size_t row_index) const |
| Returns a pointer to the internal data at the specified location. More...
|
|
DATA_TYPE & | operator() (const size_t col_index, const size_t row_index, const size_t channel) |
| Returns a reference to the internal data at the specified location. More...
|
|
const DATA_TYPE & | operator() (const size_t col_index, const size_t row_index, const size_t channel) const |
| Returns a reference to the internal data at the specified location. More...
|
|
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
class pcl::MultiChannel2DData< DATA_TYPE, NUM_OF_CHANNELS >
Holds two-dimensional multi-channel data.
Definition at line 51 of file multi_channel_2d_data_set.h.
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
DATA_TYPE* pcl::MultiChannel2DData< DATA_TYPE, NUM_OF_CHANNELS >::operator() |
( |
const size_t |
col_index, |
|
|
const size_t |
row_index |
|
) |
| |
|
inline |
Returns a pointer to the internal data at the specified location.
- Parameters
-
[in] | col_index | The column index. |
[in] | row_index | The row index. |
Definition at line 87 of file multi_channel_2d_data_set.h.
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
const DATA_TYPE* pcl::MultiChannel2DData< DATA_TYPE, NUM_OF_CHANNELS >::operator() |
( |
const size_t |
col_index, |
|
|
const size_t |
row_index |
|
) |
| const |
|
inline |
Returns a pointer to the internal data at the specified location.
- Parameters
-
[in] | col_index | The column index. |
[in] | row_index | The row index. |
Definition at line 97 of file multi_channel_2d_data_set.h.
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
DATA_TYPE& pcl::MultiChannel2DData< DATA_TYPE, NUM_OF_CHANNELS >::operator() |
( |
const size_t |
col_index, |
|
|
const size_t |
row_index, |
|
|
const size_t |
channel |
|
) |
| |
|
inline |
Returns a reference to the internal data at the specified location.
- Parameters
-
[in] | col_index | The column index. |
[in] | row_index | The row index. |
[in] | channel | The channel index. |
Definition at line 108 of file multi_channel_2d_data_set.h.
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
const DATA_TYPE& pcl::MultiChannel2DData< DATA_TYPE, NUM_OF_CHANNELS >::operator() |
( |
const size_t |
col_index, |
|
|
const size_t |
row_index, |
|
|
const size_t |
channel |
|
) |
| const |
|
inline |
Returns a reference to the internal data at the specified location.
- Parameters
-
[in] | col_index | The column index. |
[in] | row_index | The row index. |
[in] | channel | The channel index. |
Definition at line 119 of file multi_channel_2d_data_set.h.
template<class DATA_TYPE, size_t NUM_OF_CHANNELS>
The documentation for this class was generated from the following file: