Internal: the pattern. More...
Public Types | |
| enum | Type { P_Unknown, P_None, P_Percent } |
Public Member Functions | |
| Pattern (Type type=P_Unknown, float perc=1.0) | |
| constructor More... | |
| bool | hasPattern () const |
| return true if this correspond to a pattern More... | |
Static Public Member Functions | |
| static float | getPercentV2 (int id) |
Public Attributes | |
| Type | m_type |
| the pattern type More... | |
| float | m_filled |
| the approximated filled factor More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Pattern const &pat) |
| operator<< More... | |
Internal: the pattern.
|
inlinestatic |
Referenced by MSKGraph::readPictHeader().
|
inline |
return true if this correspond to a pattern
Referenced by MSKGraphInternal::BasicForm::getBinaryData(), and MSKGraphInternal::Zone::print().
|
friend |
operator<<
| float MSKGraphInternal::Pattern::m_filled |
the approximated filled factor
Referenced by MSKGraphInternal::BasicForm::getBinaryData(), and MSKGraphInternal::Zone::print().
| Type MSKGraphInternal::Pattern::m_type |
the pattern type
Referenced by MSKGraphInternal::BasicForm::getBinaryData(), hasPattern(), and MSKGraphInternal::Zone::print().