Home
last modified time | relevance | path

Searched refs:ReadPrimaryElement (Results 1 – 25 of 84) sorted by relevance

1234

/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLImageDataReader.cxx66 int vtkXMLImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLImageDataReader
68 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPImageDataReader.cxx85 int vtkXMLPImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPImageDataReader
87 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPStructuredGridReader.cxx85 vtkXMLPStructuredGridReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPStructuredGridReader
87 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPRectilinearGridReader.cxx85 vtkXMLPRectilinearGridReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPRectilinearGridReader
87 if(!this->Superclass::ReadPrimaryElement(ePrimary)) { return 0; } in ReadPrimaryElement()
H A DvtkXMLImageDataReader.h69 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPStructuredGridReader.h64 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPImageDataReader.h69 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPRectilinearGridReader.h62 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLImageDataReader.cxx70 int vtkXMLImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLImageDataReader
72 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPImageDataReader.cxx89 int vtkXMLPImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPImageDataReader
91 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPStructuredGridReader.cxx89 vtkXMLPStructuredGridReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPStructuredGridReader
91 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPRectilinearGridReader.cxx89 vtkXMLPRectilinearGridReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPRectilinearGridReader
91 if(!this->Superclass::ReadPrimaryElement(ePrimary)) { return 0; } in ReadPrimaryElement()
H A DvtkXMLImageDataReader.h62 int ReadPrimaryElement(vtkXMLDataElement* ePrimary);
H A DvtkXMLPStructuredGridReader.h59 int ReadPrimaryElement(vtkXMLDataElement* ePrimary);
H A DvtkXMLPImageDataReader.h63 int ReadPrimaryElement(vtkXMLDataElement* ePrimary);
H A DvtkXMLPRectilinearGridReader.h56 int ReadPrimaryElement(vtkXMLDataElement* ePrimary);
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLImageDataReader.cxx65 int vtkXMLImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLImageDataReader
67 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPImageDataReader.cxx84 int vtkXMLPImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPImageDataReader
86 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPStructuredGridReader.cxx84 int vtkXMLPStructuredGridReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPStructuredGridReader
86 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLPRectilinearGridReader.cxx84 int vtkXMLPRectilinearGridReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary) in ReadPrimaryElement() function in vtkXMLPRectilinearGridReader
86 if (!this->Superclass::ReadPrimaryElement(ePrimary)) in ReadPrimaryElement()
H A DvtkXMLImageDataReader.h70 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPStructuredGridReader.h64 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPRectilinearGridReader.h62 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPImageDataReader.h69 int ReadPrimaryElement(vtkXMLDataElement* ePrimary) override;
H A DvtkXMLPUnstructuredDataReader.cxx228 int vtkXMLPUnstructuredDataReader::ReadPrimaryElement(vtkXMLDataElement* ePri) in ReadPrimaryElement() function in vtkXMLPUnstructuredDataReader
230 if (!this->Superclass::ReadPrimaryElement(ePri)) in ReadPrimaryElement()

1234