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

Function ToInt

Common/Core/vtkVariant.h:318–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 unsigned short ToUnsignedShort() const { return this->ToUnsignedShort(nullptr); }
317 int ToInt(bool* valid) const;
318 int ToInt() const { return this->ToInt(nullptr); }
319 unsigned int ToUnsignedInt(bool* valid) const;
320 unsigned int ToUnsignedInt() const { return this->ToUnsignedInt(nullptr); }
321 long ToLong(bool* valid) const;

Callers

nothing calls this directly

Calls 1

ToIntMethod · 0.45

Tested by

no test coverage detected