Definition in file gevd_xpixel.h.
#include <vnl/vnl_vector.h>
#include "gevd_bufferxy.h"
Go to the source code of this file.
Functions | |
| vnl_vector< float > *& | fvectorPixel (gevd_bufferxy &buf, int x, int y) |
| Get reference to pixel as a pointer to a vnl_vector<float>, at indexes (x, y). | |
| vnl_vector< float > * | fvectorPixel (const gevd_bufferxy &buf, int x, int y) |
| void | freeFVectors (gevd_bufferxy &buf) |
| void freeFVectors | ( | gevd_bufferxy & | buf | ) | [inline] |
Definition at line 56 of file gevd_xpixel.h.
| vnl_vector<float>* fvectorPixel | ( | const gevd_bufferxy & | buf, | |
| int | x, | |||
| int | y | |||
| ) | [inline] |
Definition at line 51 of file gevd_xpixel.h.
| vnl_vector<float>*& fvectorPixel | ( | gevd_bufferxy & | buf, | |
| int | x, | |||
| int | y | |||
| ) | [inline] |
Get reference to pixel as a pointer to a vnl_vector<float>, at indexes (x, y).
Definition at line 45 of file gevd_xpixel.h.
1.5.1