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

Function ToShort

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

Source from the content-addressed store, hash-verified

312 signed char ToSignedChar() const { return this->ToSignedChar(nullptr); }
313 short ToShort(bool* valid) const;
314 short ToShort() const { return this->ToShort(nullptr); }
315 unsigned short ToUnsignedShort(bool* valid) const;
316 unsigned short ToUnsignedShort() const { return this->ToUnsignedShort(nullptr); }
317 int ToInt(bool* valid) const;

Callers

nothing calls this directly

Calls 1

ToShortMethod · 0.80

Tested by

no test coverage detected