Internal: class to store a ColumnInfo. More...
Public Member Functions | |
ColumnInfo () | |
Public Attributes | |
int | m_column |
the column number | |
Box2i | m_box |
the bdbox | |
int | m_beginPos |
the first data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ColumnInfo const &c) |
operator<< |
Internal: class to store a ColumnInfo.
FWTextInternal::ColumnInfo::ColumnInfo | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
ColumnInfo const & | c | ||
) | [friend] |
operator<<
the first data
Referenced by FWText::readTextData().
the bdbox
Referenced by FWText::readTextData().
the column number
Referenced by FWText::readTextData().