Lines Matching refs:ReadIntArray

244     this->ReadIntArray(pointIds, this->NumberOfUnstructuredPoints);  in ReadGeometryFile()
822 this->ReadIntArray(pointIds, this->NumberOfMeasuredPoints); in ReadMeasuredGeometryFile()
856 this->ReadIntArray(pointIds, this->NumberOfMeasuredPoints); in ReadMeasuredGeometryFile()
2170 this->ReadIntArray(nodeIdList, numElements); in CreateUnstructuredGridOutput()
2204 this->ReadIntArray(nodeIdList, numElements*2); in CreateUnstructuredGridOutput()
2246 this->ReadIntArray(nodeIdList, numElements*3); in CreateUnstructuredGridOutput()
2300 this->ReadIntArray(nodeIdList, numElements*3); in CreateUnstructuredGridOutput()
2305 this->ReadIntArray(nodeIdList, numElements*6); in CreateUnstructuredGridOutput()
2369 this->ReadIntArray(nodeIdList, numElements*4); in CreateUnstructuredGridOutput()
2374 this->ReadIntArray(nodeIdList, numElements*8); in CreateUnstructuredGridOutput()
2438 this->ReadIntArray(nodeIdList, numElements*4); in CreateUnstructuredGridOutput()
2443 this->ReadIntArray(nodeIdList, numElements*10); in CreateUnstructuredGridOutput()
2507 this->ReadIntArray(nodeIdList, numElements*5); in CreateUnstructuredGridOutput()
2512 this->ReadIntArray(nodeIdList, numElements*13); in CreateUnstructuredGridOutput()
2576 this->ReadIntArray(nodeIdList, numElements*8); in CreateUnstructuredGridOutput()
2581 this->ReadIntArray(nodeIdList, numElements*20); in CreateUnstructuredGridOutput()
2645 this->ReadIntArray(nodeIdList, numElements*6); in CreateUnstructuredGridOutput()
2650 this->ReadIntArray(nodeIdList, numElements*15); in CreateUnstructuredGridOutput()
2764 this->ReadIntArray(iblanks, numPts); in CreateStructuredGridOutput()
2882 int vtkEnSight6BinaryReader::ReadIntArray(int *result, in ReadIntArray() function in vtkEnSight6BinaryReader