Example #1
0
void QMultiScope::refresh(timeref_t t) {
  qss.endtime = t;
  if(isbox){
	forall(&QScope::refresh,t);
  	//for(int hw=0;hw<TOTALCHANS;hw++)
     	//	dynamic_cast<QScope*>(graphptrs[hw])->refresh(t);
 	addSpikes();
	dynamic_cast<QScope*>(allgraphs)->refresh_together(t);
  }
  else{
	dynamic_cast<QScope*>(allgraphs)->erasetrace();
	dynamic_cast<QScope*>(allgraphs)->refresh_all(t);
  }
  dumpme();
}
Example #2
0
SpikySphere::SpikySphere( osg::Vec3d position, float radius, osg::Vec4d color ) : ::Sphere( position, radius, color )
{
    addSpikes();
}