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

Function SetDataScalarTypeToShort

IO/Image/vtkImageReader2.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 virtual void SetDataScalarTypeToInt() { this->SetDataScalarType(VTK_INT); }
136 virtual void SetDataScalarTypeToUnsignedInt() { this->SetDataScalarType(VTK_UNSIGNED_INT); }
137 virtual void SetDataScalarTypeToShort() { this->SetDataScalarType(VTK_SHORT); }
138 virtual void SetDataScalarTypeToUnsignedShort() { this->SetDataScalarType(VTK_UNSIGNED_SHORT); }
139 virtual void SetDataScalarTypeToChar() { this->SetDataScalarType(VTK_CHAR); }
140 virtual void SetDataScalarTypeToSignedChar() { this->SetDataScalarType(VTK_SIGNED_CHAR); }

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected