-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] vtkExtractVOI sometime work normally #29
Comments
void MyImageViewer::InitializeCursorBoundary()
} |
somehow, cursor3d will affect the behaviour of canvas source's behaviour |
Nice so it is solved? Get Outlook for iOS On Wed, Nov 2, 2016 at 11:22 AM +0800, "wuzhuobin" [email protected] wrote: somehow, cursor3d will affect the behaviour of canvas source's behaviour now it is a temporary fixation for canvas source. now it is suggested to use the internal method of MyImageViewer to extractVOI — |
just force not updating cursor bound |
now it is a temporary fixation for canvas source. now it is suggested to use the internal method of MyImageViewer to extractVOI related to issue #29
As the old days, this is a trick bug.
the extracto voi will lead the canvas source behaves strangely.
When extract around extent[2i] - extent[2i +1], the painting of canvas source won't be render.
However, if extract voi happens without changing cursor's bounding, this will work well.
Now the temporary fixation is that "Dont update the cursor boundary."
The text was updated successfully, but these errors were encountered: