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

Method ComputeStructuredCoordinates

Common/DataModel/vtkImageData.cxx:672–675  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

670
671//------------------------------------------------------------------------------
672int vtkImageData::ComputeStructuredCoordinates(const double x[3], int ijk[3], double pcoords[3])
673{
674 return this->ComputeStructuredCoordinates(x, ijk, pcoords, 1e-12);
675}
676
677//------------------------------------------------------------------------------
678int vtkImageData::ComputeStructuredCoordinates(

Callers 1

FindCellMethod · 0.95

Calls 2

GetExtentMethod · 0.45

Tested by

no test coverage detected