Searched refs:nested2 (Results 1 – 1 of 1) sorted by relevance
510 vtkPVXMLElement* nested2 = nested->GetNestedElement(j); in RequestInformation() local511 if (strcmp("TimeStep", nested2->GetName()) == 0) in RequestInformation()514 if (nested2->GetScalarAttribute("index", &index)) in RequestInformation()523 if (nested2->GetScalarAttribute("geometry_index", in RequestInformation()529 if (nested2->GetScalarAttribute("field_index", in RequestInformation()535 if (nested2->GetScalarAttribute("value", in RequestInformation()563 vtkPVXMLElement* nested2 = nested->GetNestedElement(j); in RequestInformation() local564 if (strcmp("Field", nested2->GetName()) == 0) in RequestInformation()569 paraviewFieldTag = nested2->GetAttribute("paraview_field_tag"); in RequestInformation()578 phastaFieldTag = nested2->GetAttribute("phasta_field_tag"); in RequestInformation()[all …]