Home
last modified time | relevance | path

Searched refs:ywindowTag (Results 1 – 1 of 1) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.cpp490 unsigned ywindowTag=yStruct->Desc()->TagIndex("WINDOW"); in GetWFromPlotStructs() local
492 *wy= &(*static_cast<DFloatGDL*>(yStruct->GetTag(ywindowTag, 0)))[0]; in GetWFromPlotStructs()
1176 static unsigned ywindowTag = yStruct->Desc()->TagIndex("WINDOW"); in gdlStoreSC() local
1178 DFloat* ywindow=&(*static_cast<DFloatGDL*> (yStruct->GetTag(ywindowTag, 0)))[0]; in gdlStoreSC()