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

Method CastToInt

Common/Core/vtkLargeInteger.cxx:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int vtkLargeInteger::CastToInt() const
150{
151 return this->CastToLong();
152}
153
154long vtkLargeInteger::CastToLong() const
155{

Callers 2

SplitExtentMethod · 0.80
SplitExtentByPointsMethod · 0.80

Calls 1

CastToLongMethod · 0.95

Tested by

no test coverage detected