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

Function SetDataScalarTypeToFloat

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

Source from the content-addressed store, hash-verified

131 */
132 virtual void SetDataScalarType(int type);
133 virtual void SetDataScalarTypeToFloat() { this->SetDataScalarType(VTK_FLOAT); }
134 virtual void SetDataScalarTypeToDouble() { this->SetDataScalarType(VTK_DOUBLE); }
135 virtual void SetDataScalarTypeToInt() { this->SetDataScalarType(VTK_INT); }
136 virtual void SetDataScalarTypeToUnsignedInt() { this->SetDataScalarType(VTK_UNSIGNED_INT); }

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected