Skip to content
Snippets Groups Projects
Commit 5fda1266 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

STYLE

parent 9da7c711
No related branches found
No related tags found
No related merge requests found
......@@ -59,45 +59,15 @@ public FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage,
itkNewMacro(Self);
/** typedef support. */
typedef TInputImage InputImageType;
typedef TOutputImage OutputImageType;
//typedef TFunctor FunctorType;
typedef typename InputImageType::OffsetType OffsetType;
typedef typename InputImageType::SizeType SizeType;
/*
typedef typename InputImageType::PixelType PixelType;
typedef typename Superclass::OutputType OutputType;
typedef typename Superclass::IndexType IndexType;
typedef typename Superclass::ContinuousIndexType ContinuousIndexType;
typedef typename Superclass::PointType PointType;
typedef itk::ConstNeighborhoodIterator<InputImageType> IteratorType;
typedef typename IteratorType::NeighborhoodType NeighborhoodType;
typedef typename itk::NumericTraits<typename InputImageType::PixelType>::RealType RealType;
*/
typedef TInputImage InputImageType;
typedef TOutputImage OutputImageType;
typedef typename InputImageType::OffsetType OffsetType;
typedef typename InputImageType::SizeType SizeType;
/** Dimension of the underlying image. */
itkStaticConstMacro(ImageDimension, unsigned int,InputImageType::ImageDimension);
/** Evalulate the function at specified index */
//virtual RealType EvaluateAtIndex( const IndexType& index ) const;
/** Evaluate the function at non-integer positions */
/* virtual RealType Evaluate( const PointType& point ) const */
/* { */
/* IndexType index; */
/* this->ConvertPointToNearestIndex( point, index ); */
/* return this->EvaluateAtIndex( index ); */
/* }; */
/* virtual RealType EvaluateAtContinuousIndex( */
/* const ContinuousIndexType& cindex ) const */
/* { */
/* IndexType index; */
/* this->ConvertContinuousIndexToNearestIndex( cindex, index ); */
/* return this->EvaluateAtIndex( index ) ; */
/* }; */
protected:
PanTexTextureImageFunctionFilter()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment