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

Method NodeToCell

Common/DataModel/vtkPixelExtent.cxx:81–87  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81vtkPixelExtent vtkPixelExtent::NodeToCell(const vtkPixelExtent& inputExt)
82{
83 vtkPixelExtent outputExt(inputExt);
84 --outputExt[1];
85 --outputExt[3];
86 return outputExt;
87}
88
89//------------------------------------------------------------------------------
90void vtkPixelExtent::Shift(int* ij, int n)

Callers 1

MergeMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected