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

Function SetDataScalarTypeToInt

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

Source from the content-addressed store, hash-verified

67 void SetDataScalarTypeToDouble() { this->SetDataScalarType(VTK_DOUBLE); }
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); }

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected