#include "RegSelLUT/RegSelRoI.h"
#include <iostream>
Go to the source code of this file.
◆ calceta()
| double calceta |
( |
double | r, |
|
|
double | z ) |
|
inline |
Definition at line 33 of file ZRObject.h.
33 {
37 return -std::log( std::tan(
theta*0.5) );
38}
Scalar theta() const
theta method
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | s, |
|
|
const ZRObject & | zr ) |
|
inline |
Definition at line 127 of file ZRObject.h.
127 {
128 s <<
"[ r=" << zr.
rMin() <<
" - " << zr.
rMax()
129 <<
" z=" << zr.
zMin() <<
" - " << zr.
zMax();
133}