Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
TestPixelExtent
Function · 0.50
Calls
2
T
Class · 0.50
SetData
Method · 0.45
Tested by
1
TestPixelExtent
Function · 0.40