X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FVisualization%2FImageSliceActors.h;h=b4cec90e6fec8e3c7a3c8f28b4eb74c49fb5b717;hb=b6c7e73ebcce23619daced67f85d9e1364b33f30;hp=81fc0e123b66ba26d611b3f17ed8cf3f65eb6c23;hpb=00b54bc0344d74f31df8b93f7c28a07cfc8d6873;p=cpPlugins.git diff --git a/lib/cpExtensions/Visualization/ImageSliceActors.h b/lib/cpExtensions/Visualization/ImageSliceActors.h index 81fc0e1..b4cec90 100644 --- a/lib/cpExtensions/Visualization/ImageSliceActors.h +++ b/lib/cpExtensions/Visualization/ImageSliceActors.h @@ -51,7 +51,6 @@ namespace cpExtensions typedef void ( *TSlicesCommand )( double*, int, void* ); typedef void ( *TWindowLevelCommand )( double, double, void* ); typedef TVoidCommand TRenderCommand; - typedef TSlicesCommand TCursorAxesCommand; typedef cpExtensions::Visualization::ImageBlender TBlender; @@ -61,7 +60,6 @@ namespace cpExtensions cpExtensions_BaseInteractorStyle_Commands( Slices ); cpExtensions_BaseInteractorStyle_Commands( WindowLevel ); cpExtensions_BaseInteractorStyle_Commands( Render ); - cpExtensions_BaseInteractorStyle_Commands( CursorAxes ); public: // Creation