#include <EdbRunHeader.h>
◆ EdbCamera()
EdbCamera::EdbCamera |
( |
float |
w = 0 , |
|
|
float |
h = 0 , |
|
|
int |
r = 0 , |
|
|
int |
c = 0 |
|
) |
| |
|
inline |
79 :
Float_t eWidth
dimension of the image along rows
Definition: EdbRunHeader.h:73
Int_t eRows
number of rows in the matrix
Definition: EdbRunHeader.h:75
Float_t eHeight
dimension of the image along columns
Definition: EdbRunHeader.h:74
Int_t eColumns
number of columns in the matrix
Definition: EdbRunHeader.h:76
void w(int rid=2, int nviews=2)
Definition: test.C:27
void r(int rid=2)
Definition: test.C:201
◆ ~EdbCamera()
virtual EdbCamera::~EdbCamera |
( |
| ) |
|
|
inlinevirtual |
◆ GetColumns()
Int_t EdbCamera::GetColumns |
( |
| ) |
const |
|
inline |
◆ GetHeight()
Float_t EdbCamera::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetRows()
Int_t EdbCamera::GetRows |
( |
| ) |
const |
|
inline |
◆ GetWidth()
Float_t EdbCamera::GetWidth |
( |
| ) |
const |
|
inline |
◆ Print()
void EdbCamera::Print |
( |
| ) |
const |
128{
129 printf("\nEdbCamera: \t\t %s \n", GetTitle() );
130 printf("%s \t\t\t %d %d %d %d\n", GetName(),
132}
◆ SetCamera()
void EdbCamera::SetCamera |
( |
float |
w = 0 , |
|
|
float |
h = 0 , |
|
|
int |
r = 0 , |
|
|
int |
c = 0 |
|
) |
| |
◆ eColumns
Int_t EdbCamera::eColumns |
|
private |
number of columns in the matrix
◆ eHeight
Float_t EdbCamera::eHeight |
|
private |
dimension of the image along columns
◆ eRows
number of rows in the matrix
◆ eWidth
Float_t EdbCamera::eWidth |
|
private |
dimension of the image along rows
The documentation for this class was generated from the following files: