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

Function vtkPixelExtent

Common/DataModel/vtkPixelExtent.h:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 template <typename T>
39 vtkPixelExtent(T width, T height)
40 {
41 this->SetData(T(0), width - T(1), T(0), height - T(1));
42 }
43
44 vtkPixelExtent(const vtkPixelExtent& other);
45

Callers 2

vtkPixelExtent.hFile · 0.70
TestPixelExtentFunction · 0.50

Calls 2

TClass · 0.50
SetDataMethod · 0.45

Tested by 1

TestPixelExtentFunction · 0.40