liborigin
2.0.0
|
▼NOrigin | |
CBitmap | |
CColor | |
CColorMap | |
CColorMapLevel | |
CColorScale | |
CExcel | |
CFigure | |
CFunction | |
CGraph | |
CGraphAxis | |
CGraphAxisBreak | |
CGraphAxisFormat | |
CGraphAxisTick | |
CGraphCurve | |
CGraphGrid | |
CGraphLayer | |
CGraphLayerRange | |
CLine | |
CLineVertex | |
CMatrix | |
CNote | |
CPercentileProperties | |
CPieProperties | |
CProjectNode | |
CRect | |
CSpreadColumn | |
CSpreadSheet | |
▼CSurfaceProperties | |
CSurfaceColoration | |
CTextBox | |
CTextProperties | |
CVectorProperties | |
CWindow | |
▼Nstd | |
Ciendianfstream | |
COrigin600Parser | |
COrigin610Parser | |
COrigin700Parser | |
COrigin750Parser | |
COrigin800Parser | |
COrigin810Parser | |
COriginDefaultParser | |
COriginFile | |
COriginParser | |
▼Ctree | |
Cbreadth_first_queued_iterator | Breadth-first iterator, using a queue |
Ccompare_nodes | Comparator class for two nodes of a tree (used for sorting and searching) |
Cfixed_depth_iterator | Iterator which traverses only the nodes at a given depth from the root |
Citerator_base | Base class for iterators, only pointers stored, no traversal logic |
Citerator_base_less | Comparator class for iterators (compares pointer values; why doesn't this work automatically?) |
Cleaf_iterator | Iterator which traverses only the leaves |
Cpost_order_iterator | Depth-first iterator, first accessing the children, then the node itself |
Cpre_order_iterator | Depth-first iterator, first accessing the node, then its children |
Csibling_iterator | Iterator which traverses only the nodes which are siblings of each other |
Ctree_node_ | A node in the tree, combining links to other nodes as well as the actual data |