Internal: the group zone of a GreatWksGraph. More...
Public Member Functions | |
| FrameGroup (Frame const &frame) | |
| constructor | |
| virtual Type | getType () const |
| return the frame type | |
| virtual void | print (std::ostream &o) const |
| print funtion | |
Public Attributes | |
| int | m_numChild |
| the number of child | |
| std::vector< int > | m_childList |
| the list of child | |
Internal: the group zone of a GreatWksGraph.
| GreatWksGraphInternal::FrameGroup::FrameGroup | ( | Frame const & | frame | ) | [inline] |
constructor
| virtual Type GreatWksGraphInternal::FrameGroup::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented from GreatWksGraphInternal::Frame.
| virtual void GreatWksGraphInternal::FrameGroup::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print funtion
Reimplemented from GreatWksGraphInternal::Frame.
| std::vector<int> GreatWksGraphInternal::FrameGroup::m_childList |
the number of child
Referenced by print(), GreatWksGraph::readFrameExtraData(), and GreatWksGraph::readFrameHeader().