]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Visualization/MPRWithDifferentWindows.cxx
...
[cpPlugins.git] / lib / cpExtensions / Visualization / MPRWithDifferentWindows.cxx
similarity index 84%
rename from lib/cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.cxx
rename to lib/cpExtensions/Visualization/MPRWithDifferentWindows.cxx
index 115de09c2db8eb1e438341c23aad2e803e9aceac..076b09b12954bad1a5303f3809315626596c43b7 100644 (file)
@@ -1,8 +1,8 @@
-#include <cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.h>
+#include <cpExtensions/Visualization/MPRWithDifferentWindows.h>
 #include <vtkCamera.h>
 
 // -------------------------------------------------------------------------
-cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+cpExtensions::Visualization::MPRWithDifferentWindows::
 MPRWithDifferentWindows(
   vtkRenderWindow* xWin,
   vtkRenderWindow* yWin,
@@ -72,13 +72,13 @@ MPRWithDifferentWindows(
 }
 
 // -------------------------------------------------------------------------
-cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+cpExtensions::Visualization::MPRWithDifferentWindows::
 ~MPRWithDifferentWindows( )
 {
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 SetImage( vtkImageData* image )
 {
   this->m_MPRActors->SetInputData( image );
@@ -103,7 +103,7 @@ SetImage( vtkImageData* image )
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 SetModeToNavigation( )
 {
   for( unsigned int i = 0; i < 3; ++i )
@@ -115,7 +115,7 @@ SetModeToNavigation( )
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 SetModeToDeformation( )
 {
   for( unsigned int i = 0; i < 3; ++i )
@@ -127,7 +127,7 @@ SetModeToDeformation( )
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 ResetCamera( const int& id )
 {
   if( id < 4 )
@@ -136,7 +136,7 @@ ResetCamera( const int& id )
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 ResetCameras( )
 {
   for( int i = 0; i < 4; ++i )
@@ -145,7 +145,7 @@ ResetCameras( )
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 Render( const int& id )
 {
   if( id < 4 )
@@ -154,7 +154,7 @@ Render( const int& id )
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 RenderAll( )
 {
   for( int i = 0; i < 4; ++i )
@@ -163,7 +163,7 @@ RenderAll( )
 }
 
 // -------------------------------------------------------------------------
-vtkRenderer* cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+vtkRenderer* cpExtensions::Visualization::MPRWithDifferentWindows::
 GetRenderer( const int& id ) const
 {
   if( id < 4 )
@@ -173,7 +173,7 @@ GetRenderer( const int& id ) const
 }
 
 // -------------------------------------------------------------------------
-void cpPlugins::Extensions::Visualization::MPRWithDifferentWindows::
+void cpExtensions::Visualization::MPRWithDifferentWindows::
 Add3DActor( vtkProp3D* prop )
 {
   if( this->m_Renderers[ 3 ] != NULL )