#include <BImageStringFormat.hpp>
Public Member Functions | |
| BImageStringFormat (char zero='0', char one='1', const VectorInt &indMin=VectorInt(), const VectorInt &indMax=VectorInt()) | |
| BImageStringFormat (const BImageStringFormat &r) | |
| BImageStringFormat & | operator= (const BImageStringFormat &r) |
| virtual | ~BImageStringFormat () |
| char | getCharOne () const |
| char | getCharZero () const |
| VectorInt | getIndMax () const |
| int | getIndMin (int idim) const |
| const VectorInt & | getIndMin () const |
| int | getIndMax (int idim) const |
Public Member Functions inherited from AStringFormat | |
| AStringFormat (int level=1) | |
| AStringFormat (const String &title) | |
| AStringFormat (const AStringFormat &r) | |
| AStringFormat & | operator= (const AStringFormat &r) |
| virtual | ~AStringFormat () |
| int | getLevel () const |
| bool | hasTitle () const |
| String | getTitle () const |
| void | setTitle (const String &title) |
| BImageStringFormat::BImageStringFormat | ( | char | zero = '0', |
| char | one = '1', |
||
| const VectorInt & | indMin = VectorInt(), |
||
| const VectorInt & | indMax = VectorInt() |
||
| ) |
| BImageStringFormat::BImageStringFormat | ( | const BImageStringFormat & | r | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
| int BImageStringFormat::getIndMax | ( | int | idim | ) | const |
|
inline |
| int BImageStringFormat::getIndMin | ( | int | idim | ) | const |
| BImageStringFormat & BImageStringFormat::operator= | ( | const BImageStringFormat & | r | ) |