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

Method ComputePointId

Common/DataModel/vtkStructuredData.h:365–368  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

363
364//------------------------------------------------------------------------------
365inline vtkIdType vtkStructuredData::ComputePointId(const int dims[3], const int ijk[3], int)
366{
367 return vtkStructuredData::GetLinearIndex(ijk[0], ijk[1], ijk[2], dims[0], dims[1]);
368}
369
370//------------------------------------------------------------------------------
371inline vtkIdType vtkStructuredData::ComputeCellId(const int dims[3], const int ijk[3], int)

Callers

nothing calls this directly

Calls 1

GetLinearIndexFunction · 0.85

Tested by

no test coverage detected