Lines Matching refs:nested
209 vtkPVXMLElement* nested = rootElement->GetNestedElement(i); in RequestData() local
211 if (strcmp("GeometryFileNamePattern", nested->GetName()) == 0) in RequestData()
213 geometryPattern = nested->GetAttribute("pattern"); in RequestData()
214 if (!nested->GetScalarAttribute("has_piece_entry", &geomHasPiece)) in RequestData()
218 if (!nested->GetScalarAttribute("has_time_entry", &geomHasTime)) in RequestData()
224 if (strcmp("FieldFileNamePattern", nested->GetName()) == 0) in RequestData()
226 fieldPattern = nested->GetAttribute("pattern"); in RequestData()
227 if (!nested->GetScalarAttribute("has_piece_entry", &fieldHasPiece)) in RequestData()
231 if (!nested->GetScalarAttribute("has_time_entry", &fieldHasTime)) in RequestData()
461 vtkPVXMLElement* nested = rootElement->GetNestedElement(i); in RequestInformation() local
462 if (strcmp("TimeSteps", nested->GetName()) == 0) in RequestInformation()
464 if (!nested->GetScalarAttribute("number_of_steps", &numTimeSteps)) in RequestInformation()
471 if (!nested->GetScalarAttribute("auto_generate_indices", &autoGen)) in RequestInformation()
475 if (!nested->GetScalarAttribute("increment_index_by", &indexIncr)) in RequestInformation()
479 if (!nested->GetScalarAttribute("start_index", &startIndex)) in RequestInformation()
485 if (nested->GetScalarAttribute("start_value", &startValue)) in RequestInformation()
489 if (nested->GetScalarAttribute("increment_value_by", &valueIncr)) in RequestInformation()
507 unsigned int numElements2 = nested->GetNumberOfNestedElements(); in RequestInformation()
510 vtkPVXMLElement* nested2 = nested->GetNestedElement(j); in RequestInformation()
551 vtkPVXMLElement* nested = rootElement->GetNestedElement(i); in RequestInformation() local
552 if (strcmp("Fields", nested->GetName()) == 0) in RequestInformation()
554 if (!nested->GetScalarAttribute("number_of_fields", &numberOfFields)) in RequestInformation()
560 unsigned int numElements2 = nested->GetNumberOfNestedElements(); in RequestInformation()
563 vtkPVXMLElement* nested2 = nested->GetNestedElement(j); in RequestInformation()