Internal: the picture of a HMWKGraph. More...
Public Member Functions | |
PictureFrame (Frame const &orig) | |
constructor | |
~PictureFrame () | |
destructor | |
std::string | print () const |
print local data | |
Public Attributes | |
int | m_type |
a type | |
Vec2i | m_dim |
a dim? | |
Vec2f | m_borderDim |
the border dim? | |
int | m_values [7] |
some unknown int | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PictureFrame const &picture) |
operator<< |
Internal: the picture of a HMWKGraph.
HMWKGraphInternal::PictureFrame::PictureFrame | ( | Frame const & | orig | ) | [inline] |
constructor
HMWKGraphInternal::PictureFrame::~PictureFrame | ( | ) | [inline] |
destructor
std::string HMWKGraphInternal::PictureFrame::print | ( | ) | const [inline] |
print local data
std::ostream& operator<< | ( | std::ostream & | o, |
PictureFrame const & | picture | ||
) | [friend] |
operator<<
the border dim?
Referenced by print().
a dim?
Referenced by print().
some unknown int
Referenced by PictureFrame(), and print().