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

Function SetDataScalarTypeToUnsignedShort

IO/Image/vtkImageImport.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 void SetDataScalarTypeToInt() { this->SetDataScalarType(VTK_INT); }
70 void SetDataScalarTypeToShort() { this->SetDataScalarType(VTK_SHORT); }
71 void SetDataScalarTypeToUnsignedShort() { this->SetDataScalarType(VTK_UNSIGNED_SHORT); }
72 void SetDataScalarTypeToUnsignedChar() { this->SetDataScalarType(VTK_UNSIGNED_CHAR); }
73 vtkGetMacro(DataScalarType, int);
74 const char* GetDataScalarTypeAsString()

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected