Home
last modified time | relevance | path

Searched refs:coordinates (Results 1 – 1 of 1) sorted by relevance

/phasta/phastaIO/
H A DvtkPhastaReader.cxx1061 double *coordinates; in ReadGeomFile() local
1179 coordinates = new double [dim]; in ReadGeomFile()
1180 if(coordinates == NULL) in ReadGeomFile()
1204 coordinates[j] = pos[j*num_nodes + i]; in ReadGeomFile()
1209 points->InsertPoint(i+firstVertexNo,coordinates[0],0,0); in ReadGeomFile()
1212 points->InsertPoint(i+firstVertexNo,coordinates[0],coordinates[1],0); in ReadGeomFile()
1215 points->InsertNextPoint(coordinates); in ReadGeomFile()
1323 delete [] coordinates; in ReadGeomFile()