Skip to content

Commit

Permalink
SYNC: Files added to wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensen committed Feb 3, 2017
1 parent 3b5f7bd commit 375d266
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Developer/ImageFilterX.hxx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#ifndef __itkImageFilter_txx
#define __itkImageFilter_txx

#include "ImageFilterX.h"
#include "itkObjectFactory.h"
#include "itkImageRegionIterator.h"
#include "itkImageRegionConstIterator.h"

namespace itk
{

template< class TImage>
void ImageFilter< TImage>
::GenerateData()
{

}

}// end namespace


#endif

0 comments on commit 375d266

Please sign in to comment.