| 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); } |
nothing calls this directly
no test coverage detected