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

Method ComputeCellId

Common/DataModel/vtkImageData.h:535–538  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

533
534//----------------------------------------------------------------------------
535inline vtkIdType vtkImageData::ComputeCellId(int ijk[3])
536{
537 return vtkStructuredData::ComputeCellIdForExtent(this->GetExtent(), ijk);
538}
539
540VTK_ABI_NAMESPACE_END
541#endif

Callers 11

FindCellMethod · 0.95
WriteImageDataMethod · 0.45
CropMethod · 0.45
EvaluateFunctionMethod · 0.45
DoTestFunction · 0.45
IsStreamlineLoopingMethod · 0.45
ForEachCellMethod · 0.45
AddToAllPointsMethod · 0.45
RequestDataMethod · 0.45
ConstructGridFunction · 0.45

Calls 1

GetExtentMethod · 0.45

Tested by 1

DoTestFunction · 0.36