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

Function SetDataScalarTypeToFloat

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

Source from the content-addressed store, hash-verified

66 vtkSetMacro(DataScalarType, int);
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); }

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected