Lines Matching refs:nested2
510 vtkPVXMLElement* nested2 = nested->GetNestedElement(j); in RequestInformation() local
511 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() local
564 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()
585 if (!nested2->GetScalarAttribute("start_index_in_phasta_array", &index)) in RequestInformation()
590 if (!nested2->GetScalarAttribute("number_of_components", &numOfComps)) in RequestInformation()
595 if (!nested2->GetScalarAttribute("data_dependency", &dataDependency)) in RequestInformation()
600 dataType = nested2->GetAttribute("data_type"); in RequestInformation()