35 #ifndef __ContourMeshStructure_h
36 #define __ContourMeshStructure_h
45 #include "QGoIOConfigure.h"
49 #ifndef DOXYGEN_SHOULD_SKIP_THIS
96 const unsigned int & iCollectionID,
97 std::vector< vtkActor * > iActors,
99 const unsigned int & iT,
100 const bool & iHighlighted,
101 const bool & iVisible,
105 const double & alpha);
109 const unsigned int & iCollectionID,
110 std::vector< vtkActor * > iActors,
112 const unsigned int & iT,
113 const bool & iHighlighted,
114 const bool & iVisible,
119 const unsigned int & iCollectionID,
125 const unsigned int & iT,
126 const bool & iHighlighted,
127 const bool & iVisible,
131 const double & alpha);
139 void ModifyCollectionID(
unsigned int iCollectionID);
142 friend std::ostream &
operator<<
145 os <<
"TraceID " << c.TraceID << std::endl;
146 os <<
"ActorXY " << c.ActorXY << std::endl;
147 os <<
"ActorXZ " << c.ActorXZ << std::endl;
148 os <<
"ActorYZ " << c.ActorYZ << std::endl;
149 os <<
"ActorXYZ " << c.ActorXYZ << std::endl;
150 os <<
"Nodes " << c.Nodes << std::endl;
152 os <<
"TCoord " << c.TCoord << std::endl;
153 os <<
"Highlighted " << c.Highlighted << std::endl;
154 os <<
"Visible " << c.Visible << std::endl;
155 os <<
"RGBA [" << c.rgba[0] <<
", " << c.rgba[1] <<
", " << c.rgba[2]
156 <<
", " << c.rgba[3] <<
"]" << std::endl;
Structure which represent a contour or a mesh, and used for interaction between Visualization and Tab...
Structure which represent a trace (contour, mesh, track, lineage), and used for interaction between V...