#include <eerio.h>
|
virtual unsigned int | num_pix () const =0 |
|
auto | operator() (unsigned int count, unsigned int sub_pix) const |
|
|
virtual unsigned int | x (unsigned int count, unsigned int sub_pix) const =0 |
|
virtual unsigned int | y (unsigned int count, unsigned int sub_pix) const =0 |
|
Definition at line 120 of file eerio.h.
◆ num_pix()
virtual unsigned int EMAN::Decoder::num_pix |
( |
| ) |
const |
|
pure virtual |
◆ operator()()
auto Decoder::operator() |
( |
unsigned int |
count, |
|
|
unsigned int |
sub_pix |
|
) |
| const |
Definition at line 42 of file eerio.cpp.
43 return std::make_pair(
x(count, sub_pix),
y(count, sub_pix));
virtual unsigned int x(unsigned int count, unsigned int sub_pix) const =0
virtual unsigned int y(unsigned int count, unsigned int sub_pix) const =0
References x(), and y().
◆ x()
virtual unsigned int EMAN::Decoder::x |
( |
unsigned int |
count, |
|
|
unsigned int |
sub_pix |
|
) |
| const |
|
privatepure virtual |
◆ y()
virtual unsigned int EMAN::Decoder::y |
( |
unsigned int |
count, |
|
|
unsigned int |
sub_pix |
|
) |
| const |
|
privatepure virtual |
◆ camera_size
◆ camera_size_bits
const unsigned int EMAN::Decoder::camera_size_bits = 12 |
The documentation for this class was generated from the following files: