| 28 | } |
| 29 | |
| 30 | bool LabelSetImageToSurfaceThreadedFilter::ReadyToRun() |
| 31 | { |
| 32 | Image::Pointer image; |
| 33 | GetPointerParameter("Input", image); |
| 34 | |
| 35 | return image.IsNotNull() && GetGroupNode(); |
| 36 | } |
| 37 | |
| 38 | bool LabelSetImageToSurfaceThreadedFilter::ThreadedUpdateFunction() |
| 39 | { |
nothing calls this directly
no test coverage detected