26 #include <matrix/topoCoord.h>
39 : T(simulation, listener, modelSet)
43 this->myConnections.manageConnection(
45 &DtVrlinkEllipseVisualizer::resetSpatial,
57 if (this->myAttachedFlag)
85 void setColor(
float r,
float g,
float b,
float a)
87 if ((r == 0) && (g == 0) && (b == 0))
89 this->useDefaultColor();
106 if(
id.empty() ||
id ==
"0:0:0")
108 if(this->myAttachedFlag)
110 this->setAttached(0);
121 if (this->myAttachedFlag)
123 this->setAttached(0);
132 this->setAttached(hostVis->
uniqueID());
151 if (this->myAttachedFlag)
154 this->myRelativeLocation = DtVector::zero();
175 this->myEllipse->setOrigin(DtVector::zero());