Skip to content

Commit

Permalink
Update ITK I/O human names
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Oct 24, 2023
1 parent 2b2a0e1 commit 2e11d34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Uuid ITKImageReader::uuid() const
//------------------------------------------------------------------------------
std::string ITKImageReader::humanName() const
{
return "ITK Image Reader";
return "Read Image (ITK)";
}

//------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Uuid ITKImageWriter::uuid() const
//------------------------------------------------------------------------------
std::string ITKImageWriter::humanName() const
{
return "ITK Image Export";
return "Write Image (ITK)";
}

//------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Uuid ITKImportFijiMontageFilter::uuid() const
//------------------------------------------------------------------------------
std::string ITKImportFijiMontageFilter::humanName() const
{
return "ITK Import Fiji Montage";
return "Read Fiji Montage (ITK)";
}

//------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Uuid ITKImportImageStack::uuid() const
//------------------------------------------------------------------------------
std::string ITKImportImageStack::humanName() const
{
return "ITK Import Images (3D Stack)";
return "Read Images [3D Stack] (ITK)";
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 2e11d34

Please sign in to comment.