MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / GetWidth

Function GetWidth

Code/Common/src/sitkPimpleImageBase.h:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 GetDataBase() const = 0;
63
64 virtual unsigned int
65 GetWidth() const
66 {
67 return this->GetSize(0);
68 }
69 virtual unsigned int
70 GetHeight() const
71 {

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected