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

Method Size

Common/DataModel/vtkPixelExtent.h:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352//-----------------------------------------------------------------------------
353template <typename T>
354void vtkPixelExtent::Size(const vtkPixelExtent& ext, T nCells[2])
355{
356 nCells[0] = ext[1] - ext[0] + 1;
357 nCells[1] = ext[3] - ext[2] + 1;
358}
359
360//-----------------------------------------------------------------------------
361inline size_t vtkPixelExtent::Size(const vtkPixelExtent& ext)

Callers 15

BlitMethod · 0.45
operator<Function · 0.45
SplitMethod · 0.45
FindCellMethod · 0.45
IntersectWithLineMethod · 0.45
FindCellsWithinBoundsMethod · 0.45
LengthFunction · 0.45
VectorMaxMethod · 0.45
MakeDecompDisjointMethod · 0.45
AddGuardPixelsMethod · 0.45
StreamingFindMinMaxMethod · 0.45

Calls 1

SizeClass · 0.50

Tested by 1

ImageDataLIC2DFunction · 0.36