35 #ifndef __LineageStructure_h
36 #define __LineageStructure_h
39 #include "QGoIOConfigure.h"
41 #ifndef DOXYGEN_SHOULD_SKIP_THIS
69 friend std::ostream &
operator<<
72 os <<
"TraceID " << c.TraceID << std::endl;
73 os <<
"TrackRootID " << c.TrackRootID << std::endl;
74 os <<
"ActorXY " << c.ActorXY << std::endl;
75 os <<
"ActorXZ " << c.ActorXZ << std::endl;
76 os <<
"ActorYZ " << c.ActorYZ << std::endl;
77 os <<
"ActorXYZ " << c.ActorXYZ << std::endl;
78 os <<
"Nodes " << c.Nodes << std::endl;
79 os <<
"Highlighted " << c.Highlighted << std::endl;
80 os <<
"Visible " << c.Visible << std::endl;
81 os <<
"RGBA [" << c.rgba[0] <<
", " << c.rgba[1] <<
", " << c.rgba[2]
82 <<
", " << c.rgba[3] <<
"]" << std::endl;
Structure which represent a lineage, and used for interaction between Visualization and TableWidget...
Structure which represent a trace (contour, mesh, track, lineage), and used for interaction between V...