Vessel-Tree 2D Visualisation
|
The DataStructure class. More...
#include <myXmlStreamReader.h>
Classes | |
struct | controlPoint |
struct | Header |
struct | Point |
struct | Segment |
Public Attributes | |
struct DataStructure::Header | header |
QList< Segment > * | segmentList |
segmentList More... | |
std::map< int, controlPoint > * | cpMap |
cpMap More... | |
The DataStructure class.
std::map<int, controlPoint>* DataStructure::cpMap |
cpMap
contains all control points from xml file
QList<Segment>* DataStructure::segmentList |
segmentList
contains all segments from xml file