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

Function SetDataScalarTypeToShort

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

Source from the content-addressed store, hash-verified

68 void SetDataScalarTypeToFloat() { this->SetDataScalarType(VTK_FLOAT); }
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);

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected