| 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); } |
| 137 | virtual void SetDataScalarTypeToShort() { this->SetDataScalarType(VTK_SHORT); } |
| 138 | virtual void SetDataScalarTypeToUnsignedShort() { this->SetDataScalarType(VTK_UNSIGNED_SHORT); } |
nothing calls this directly
no test coverage detected