]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez <leonardo@iMac-de-Andrea.local>
Thu, 16 Feb 2017 21:12:39 +0000 (16:12 -0500)
committerLeonardo Florez <leonardo@iMac-de-Andrea.local>
Thu, 16 Feb 2017 21:12:39 +0000 (16:12 -0500)
lib/cpBaseQtApplication/Pipeline/Block.h
lib/cpExtensions/QT/ImageWidget.h
lib/cpInstances/Extensions/Paths.i
lib/cpInstances/Images/ITK2VTKImageFilters.i
lib/cpInstances/Images/ITKImagesNeighborhoodIterators.i
lib/cpPlugins/OS/FileSystem.h
lib/cpPlugins/Pipeline/ProcessObject.cxx
lib/cpPlugins/Pipeline/ProcessObject.h

index a61e00eb46d8a1c5ba9bd95685d9407f936c12eb..eaa6bf0869c97f0367c2b6dcfe8f4de8640db2d5 100644 (file)
@@ -37,9 +37,9 @@ namespace cpBaseQtApplication
         typedef itk::SmartPointer< const _TFilterObserver > ConstPointer;\r
         itkNewMacro( _TFilterObserver );\r
       public:\r
-        void Execute( itk::Object* c, const itk::EventObject& e )\r
+        void Execute( itk::Object* c, const itk::EventObject& e ) override\r
           { this->Execute( const_cast< const itk::Object* >( c ), e ); }\r
-        void Execute( const itk::Object* c, const itk::EventObject& e );\r
+        void Execute( const itk::Object* c, const itk::EventObject& e ) override;\r
       public:\r
         Block* ObservedBlock;\r
       };\r
index 9932bda273b643bdcf4f975eea8f2af48759cefd..18073d6aa6327bdf26bcc84ff87987bb9758f42d 100644 (file)
@@ -51,8 +51,8 @@ namespace cpExtensions
       TWLActor* GetImageActor( );
       const TWLActor* GetImageActor( ) const;
 
-      void SetColor( const std::string& name, double r, double g, double b );
-      void SetLineWidth( const std::string& name, double w );
+      void SetColor( const std::string& name, double r, double g, double b ) override;
+      void SetLineWidth( const std::string& name, double w ) override;
 
     protected:
       std::string m_ImageName;
index cbf44502193eca1c5b01369ce16afbeae091abd3..1533e1a5924db2e7ba3d9ac7ab4fe041d41052d4 100644 (file)
@@ -2,7 +2,9 @@ header #define ITK_MANUAL_INSTANTIATION
 
 tinclude cpExtensions/Algorithms/BezierCurveFunction:h|hxx
 tinclude cpExtensions/DataStructures/PolyLineParametricPath:h|hxx
+tinclude itkVectorContainer:h|hxx
 
+instances itk::VectorContainer< unsigned int, itk::ContinuousIndex< #real_types#, #pdims# > >
 instances cpExtensions::Algorithms::BezierCurveFunction< itk::Vector< #real_types#, #pdims# > >
 instances cpExtensions::DataStructures::PolyLineParametricPath< #pdims# >
 
index 41669818ac8d0b022f2d21cfb978b6a7029e27e7..a2489634c6c9cb9c2833a29667037719294f08dd 100644 (file)
@@ -16,6 +16,5 @@ tinclude itk#filters#:h|hxx
 instances itk::#filters#< itk::Image< #pixels#, #vdims# > >
 instances itk::#filters#< itk::Image< itk::FixedArray< #scalar_types#, #vdims# >, #vdims# > >
 instances itk::#filters#< itk::Image< itk::#vector_pixels#< #real_types#, #vdims# >, #vdims# > >
-instances itk::#filters#< itk::Image< itk::#matrices#< #real_types#, #vdims#, #vdims# >, #vdims# > >
 
 ** eof - $RCSfile$
index 466da6186e51fcece11ca4f3dea7e5c22684701e..e18b3b9e8a328d512afee16d5145725257a7f5b0 100644 (file)
@@ -23,6 +23,7 @@ tinclude itk#it#:h|hxx
 instances itk::NeighborhoodAllocator< #scalar_types#* >
 instances itk::NeighborhoodAllocator< #pi# >
 instances itk::Neighborhood< #scalar_types#*, #pdims#, itk::NeighborhoodAllocator< #scalar_types#* > >
+instances itk::Neighborhood< signed char*, #pdims#, itk::NeighborhoodAllocator< signed char* > >
 
 instances itk::#op#< #pi#, #pdims#, itk::NeighborhoodAllocator< #pi# > >
 instances itk::#co#< itk::Image< #pi#, #pdims# >, itk::Image< #pi#, #pdims# > >
index 26d5ad48dc1a4190618bba170aaaa6582b480a23..4c5941393a6b75ce19829960350dd7daad98ca56 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <cpPlugins/Config.h>
 #include <set>
+#include <string>
 
 namespace cpPlugins
 {
index c8edba2b7a44921d32de2adde206aaa0d96bffb4..bb0bbed018e22dad22930a6a2a04e74044bfdef9 100644 (file)
@@ -30,7 +30,7 @@ GetPrintExecution( ) const
 }
 
 // -------------------------------------------------------------------------
-bool cpPlugins::Pipeline::ProcessObject::
+void cpPlugins::Pipeline::ProcessObject::
 SetPrintExecution( bool v )
 {
   this->m_PrintExecution = v;
index 77b4a3d98b539f00bb56541bc1831361bf312be3..569222237aa7af5a23b40b9ca122e881b225c98f 100644 (file)
@@ -45,14 +45,14 @@ namespace cpPlugins
       void PrintExecutionOn( );
       void PrintExecutionOff( );
       bool GetPrintExecution( ) const;
-      bool SetPrintExecution( bool v );
+      void SetPrintExecution( bool v );
       void SetPrintExecutionStream( std::ofstream* s );
 
       Parameters* GetParameters( );
       const Parameters* GetParameters( ) const;
 
-      virtual void SetITK( itk::LightObject* o );
-      virtual void SetVTK( vtkObjectBase* o );
+      virtual void SetITK( itk::LightObject* o ) override;
+      virtual void SetVTK( vtkObjectBase* o ) override;
 
       // "Getters"
       std::set< std::string > GetInputsNames( ) const;