Internal: the group zone of a GWGraph. 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 GWGraph.
GWGraphInternal::FrameGroup::FrameGroup | ( | Frame const & | frame | ) | [inline] |
constructor
virtual Type GWGraphInternal::FrameGroup::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented from GWGraphInternal::Frame.
virtual void GWGraphInternal::FrameGroup::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print funtion
Reimplemented from GWGraphInternal::Frame.
std::vector<int> GWGraphInternal::FrameGroup::m_childList |
the list of child
Referenced by GWGraph::canCreateGraphic(), GWGraph::checkGraph(), GWGraph::readFrameExtraData(), GWGraph::readFrameExtraDataRec(), GWGraph::sendGroup(), and GWGraph::sendGroupChild().
the number of child
Referenced by print(), GWGraph::readFrameExtraData(), and GWGraph::readFrameHeader().