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

Function SetDataScalarTypeToDouble

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

Source from the content-addressed store, hash-verified

65 */
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); }

Callers

nothing calls this directly

Calls 1

SetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected