Example #1
0
void SpikeViewer::resized() 
{
	
	xBox = getWidth()/4;
	yBox = getHeight()/2;
	yPadding = 5;
	xPadding = 5;

	glClear(GL_COLOR_BUFFER_BIT);

	clearWaveforms();
	clearProjections();

}
Example #2
0
SingleParticle2dx::Methods::CachedProjectionMethod::~CachedProjectionMethod ()
{
    clearProjections();
}