Internal: structure used to store an unknown zone of a CWGraph. More...
Public Member Functions | |
ZoneUnknown (Zone const &z) | |
construtor | |
virtual void | print (std::ostream &o) const |
print the zone | |
virtual Type | getType () const |
return the main type | |
virtual Type | getSubType () const |
return the sub type | |
virtual int | getNumData () const |
return the number of data | |
virtual CWStruct::DSET::Child | getChild () const |
return a child corresponding to this zone | |
Public Attributes | |
Type | m_type |
the sub type | |
int | m_typeId |
type number |
Internal: structure used to store an unknown zone of a CWGraph.
CWGraphInternal::ZoneUnknown::ZoneUnknown | ( | Zone const & | z | ) | [inline] |
construtor
virtual CWStruct::DSET::Child CWGraphInternal::ZoneUnknown::getChild | ( | ) | const [inline, virtual] |
return a child corresponding to this zone
Reimplemented from CWGraphInternal::Zone.
virtual int CWGraphInternal::ZoneUnknown::getNumData | ( | ) | const [inline, virtual] |
return the number of data
Reimplemented from CWGraphInternal::Zone.
virtual Type CWGraphInternal::ZoneUnknown::getSubType | ( | ) | const [inline, virtual] |
return the sub type
Reimplemented from CWGraphInternal::Zone.
virtual Type CWGraphInternal::ZoneUnknown::getType | ( | ) | const [inline, virtual] |
return the main type
Reimplemented from CWGraphInternal::Zone.
virtual void CWGraphInternal::ZoneUnknown::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print the zone
Reimplemented from CWGraphInternal::Zone.
the sub type
Referenced by getNumData(), getSubType(), getType(), print(), and CWGraph::readGroupDef().
type number
Referenced by print(), and CWGraph::readGroupDef().