///////////////////////////////////////////////////////
| 32 | { |
| 33 | //////////////////////////////////////////////////////////// |
| 34 | StencilValue::StencilValue(int theValue) : value(static_cast<unsigned int>(theValue)) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | |
| 39 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected