Searched refs:coordsY (Results 1 – 1 of 1) sorted by relevance
1014 vtkDoubleArray* coordsY = vtkDoubleArray::SafeDownCast( in RequestData() local1018 if(coordsX && coordsY && coordsZ) in RequestData()1022 numPoints != coordsY->GetNumberOfTuples() || in RequestData()1032 points->SetPoint(i, coordsX->GetValue(i), coordsY->GetValue(i), in RequestData()