This tutorial shows how to create element sets and how to use the filtering to control which elements to show.
cee::Str vtfFile = TutorialUtils::testDataDir() +
"30x30x30.vtf";
if (!source->
open(vtfFile))
{
return;
}
int stateId = stateInfos[0].id();
int scalarId = scalarResultInfos[0].id();
while (it.hasNext())
{
}