Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkMetaSceneConverter.hxx224 int tmpParentId = currentSO->GetParentId(); in CreateSpatialObjectScene() local
226 currentSO->SetParentId( tmpParentId ); in CreateSpatialObjectScene()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp701 TStageObjectId tmpParentId = parentId; in explodeStageObjects() local
716 if (onlyColumn && tmpParentId.isColumn() && tmpParentId.getIndex() >= index) in explodeStageObjects()
717 tmpParentId = TStageObjectId::ColumnId(tmpParentId.getIndex() + 1); in explodeStageObjects()
755 if (onlyColumn) outerCol->setParent(tmpParentId); in explodeStageObjects()