Skip to content

Commit

Permalink
build: Remove SupportInputImageTypesNoVectorImage
Browse files Browse the repository at this point in the history
No longer needed following #679.
  • Loading branch information
thewtex committed Nov 2, 2022
1 parent b877b78 commit 1ada436
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 262 deletions.
182 changes: 0 additions & 182 deletions include/itkSupportInputImageTypesNoVectorImage.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/core/InterfaceTypes.ts
Expand Up @@ -7,7 +7,7 @@ const InterfaceTypes = {
Image: 'InterfaceImage',
Mesh: 'InterfaceMesh',
PolyData: 'InterfacePolyData',
JsonObject: 'InterfaceJsonObject',
JsonObject: 'InterfaceJsonObject'
} as const

export default InterfaceTypes
77 changes: 0 additions & 77 deletions src/itkSupportInputImageTypesNoVectorImage.cxx

This file was deleted.

4 changes: 2 additions & 2 deletions test/pipelines/median-filter-pipeline/median-filter-test.cxx
Expand Up @@ -21,7 +21,7 @@
#include "itkPipeline.h"
#include "itkInputImage.h"
#include "itkOutputImage.h"
#include "itkSupportInputImageTypesNoVectorImage.h"
#include "itkSupportInputImageTypes.h"
#include "itkRGBPixel.h"
#include "itkRGBToLuminanceImageFilter.h"
#include "itkNumericTraits.h"
Expand Down Expand Up @@ -138,7 +138,7 @@ int main( int argc, char * argv[] )
{
itk::wasm::Pipeline pipeline("median-filter", "Apply a median filter to an image", argc, argv);

return itk::wasm::SupportInputImageTypesNoVectorImage<PipelineFunctor,
return itk::wasm::SupportInputImageTypes<PipelineFunctor,
uint8_t,
itk::RGBPixel< uint8_t >,
float>
Expand Down

0 comments on commit 1ada436

Please sign in to comment.