MCPcopy Create free account
hub / github.com/Kitware/VTK / ComputeStructuredCoordinates

Function ComputeStructuredCoordinates

Common/DataModel/vtkRectilinearGrid.h:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 VTK_DEPRECATED_IN_9_6_0("Use the const version instead")
96 int ComputeStructuredCoordinates(double x[3], int ijk[3], double pcoords[3])
97 {
98 const double* pt = x;
99 return this->ComputeStructuredCoordinates(pt, ijk, pcoords);
100 };
101
102 /**
103 * Given a location in structured coordinates (i-j-k), return the point id.

Callers 1

FindCellMethod · 0.85

Calls 1

Tested by

no test coverage detected