Skip to content

Commit

Permalink
BUG: Fix ITKImageProcessing filter UUIDs. (#945)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed May 2, 2024
1 parent f0e0eb7 commit e2428ae
Show file tree
Hide file tree
Showing 57 changed files with 57 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKAbsImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAbsImageFilter, "989982e3-5bab-490e-97c9-d2998bf3bd07");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAbsImageFilter, "e9dd12bc-f7fa-4ba2-98b0-fec3326bf620");
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKAcosImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAcosImageFilter, "f179c4ab-4dd9-4989-8016-82a4dbf30b4c");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAcosImageFilter, "e7411c44-95ab-4623-8bf4-59b63d2d08c5");
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKAdaptiveHistogramEqualizationImageFilter : pu
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAdaptiveHistogramEqualizationImageFilter, "40716de9-2e12-4660-9c84-36d8193baa32");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAdaptiveHistogramEqualizationImageFilter, "ea3e7439-8327-4190-8ff7-49ecc321718f");
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKAsinImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAsinImageFilter, "10e5b673-21c5-42ce-98bd-1541d0ce1b94");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAsinImageFilter, "1b463492-041f-4680-abb1-0b94a3019063");
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKAtanImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAtanImageFilter, "057de8eb-67c5-4eb0-b6a3-dca6973de42b");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKAtanImageFilter, "39933f50-088c-46ac-a421-d238f1b178fd");
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryContourImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryContourImageFilter, "addacea0-5d73-43dd-bb20-abf34e13738a");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryContourImageFilter, "ed214e76-6954-49b4-817b-13f92315e722");
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryDilateImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryDilateImageFilter, "0ecd5521-bbf6-4469-a876-d65f63e850be");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryDilateImageFilter, "d4e973cb-c501-4c64-af26-fcf791c0f36d");
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryErodeImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryErodeImageFilter, "97322cea-51a1-49e2-a5a0-fdeef921058a");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryErodeImageFilter, "243dd30b-d1f0-42ad-8b47-77d57f9fc262");
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryMorphologicalClosingImageFilter : publi
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryMorphologicalClosingImageFilter, "296e8830-4e1c-485b-9b0c-c29cc33db467");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryMorphologicalClosingImageFilter, "abb27e0c-b049-4f60-8355-178d86bb1de4");
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryMorphologicalOpeningImageFilter : publi
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryMorphologicalOpeningImageFilter, "0d47a6fa-9e99-40b5-934f-5469a3584cd5");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryMorphologicalOpeningImageFilter, "861ccb46-dbce-41bf-a66f-25cc18cd1073");
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryOpeningByReconstructionImageFilter : pu
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryOpeningByReconstructionImageFilter, "49607720-ee5a-4f6b-878b-0dff406fee05");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryOpeningByReconstructionImageFilter, "02c15392-382c-406d-a174-07ea6fa11b67");
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryProjectionImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryProjectionImageFilter, "341d7a6b-1692-4828-bd5b-88aafe454964");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryProjectionImageFilter, "04ea495e-2cf0-4dba-8d29-cf33a38c094d");
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryThinningImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryThinningImageFilter, "66492bab-1d2e-4817-89f0-4b079edbae8c");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryThinningImageFilter, "8fcd24cb-769d-400f-97cf-9b4dad1b8cd2");
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryThresholdImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryThresholdImageFilter, "22f668c8-fc75-4b95-b868-68ae2f3deef0");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBinaryThresholdImageFilter, "ba2494b0-c4f0-43ff-9d08-900395900e0c");
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKBlackTopHatImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBlackTopHatImageFilter, "ef988436-b1ec-475c-9eb8-bf3c0cd06125");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKBlackTopHatImageFilter, "b7471b64-2282-449b-82b4-3ce359e9dda0");
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKClosingByReconstructionImageFilter : public I
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKClosingByReconstructionImageFilter, "38d01d2b-6262-47e8-9193-22e1e778085a");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKClosingByReconstructionImageFilter, "b5ff32a8-e799-4f72-8d13-e2581f748562");
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKCosImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKCosImageFilter, "1772b379-6b30-4d50-881d-8ed696cac84a");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKCosImageFilter, "6fe37f77-ceae-4839-9cf6-3ca7a70e14d0");
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKDilateObjectMorphologyImageFilter : public IF
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKDilateObjectMorphologyImageFilter, "b0eb7713-6cf0-4aac-8554-bc3bcf49efd7");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKDilateObjectMorphologyImageFilter, "e3f7c642-4c16-47f6-ac5c-cd276d61bfa6");
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKDiscreteGaussianImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKDiscreteGaussianImageFilter, "d2eceb5e-79ef-437f-a49f-64ec2c4f736f");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKDiscreteGaussianImageFilter, "025edc1a-986d-4005-92d1-545dfdc13abd");
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKErodeObjectMorphologyImageFilter : public IFi
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKErodeObjectMorphologyImageFilter, "1e047c6e-da5b-4a11-8800-adb8a191feac");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKErodeObjectMorphologyImageFilter, "db3fe379-6ce4-4be3-baca-1cbff00aca6a");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKExpImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKExpImageFilter, "7e449648-4ee0-4c26-a1c7-f41fcfa21478");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKExpImageFilter, "264977e7-cc0d-4d2b-ba9c-a30765b498b2");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKExpNegativeImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKExpNegativeImageFilter, "a6968cdb-a1ba-4d8e-9b2e-1998192f7040");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKExpNegativeImageFilter, "2c84cc7c-01ab-4550-9ba5-b9fa58b74599");
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGradientMagnitudeImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGradientMagnitudeImageFilter, "01231c0c-02c2-4b41-94cd-3f093555201c");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGradientMagnitudeImageFilter, "719df7b2-8db2-43eb-a40c-a015982eec08");
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGrayscaleDilateImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleDilateImageFilter, "ebb977af-1113-495d-abdb-33f52806e7d8");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleDilateImageFilter, "944f4d1a-adb1-401a-9c0f-e2085ef2f6dc");
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGrayscaleErodeImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleErodeImageFilter, "27091758-99a9-4d1a-9db5-8e17862285a4");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleErodeImageFilter, "3ceb1e6f-f4a4-4d8f-82d5-ecd20d4fc285");
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGrayscaleFillholeImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleFillholeImageFilter, "d4a65e20-9ff8-4f8b-9112-12db2f6541de");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleFillholeImageFilter, "1f1dd9e4-d361-432b-a22b-5535664ee545");
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGrayscaleGrindPeakImageFilter : public IFilte
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleGrindPeakImageFilter, "9d9a01e0-76d3-43e8-92a8-dc4ff30678f7");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleGrindPeakImageFilter, "6aa5b193-c290-4fe3-a409-7759a62d48ea");
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGrayscaleMorphologicalClosingImageFilter : pu
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleMorphologicalClosingImageFilter, "f40989fa-0355-44e0-8845-64c89224ff2d");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleMorphologicalClosingImageFilter, "8b859b54-93d4-4341-8fbf-85e1e461d5b5");
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKGrayscaleMorphologicalOpeningImageFilter : pu
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleMorphologicalOpeningImageFilter, "0dce7e61-61ed-4198-9248-39b3b3f29188");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKGrayscaleMorphologicalOpeningImageFilter, "54433e92-fb7d-40f4-95bf-eb3db76d5caa");
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKHConvexImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKHConvexImageFilter, "38c97afa-5604-4e63-a488-fab79721ec47");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKHConvexImageFilter, "620240a1-0b04-4bc7-a4c3-531917de4bc0");
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKHMaximaImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKHMaximaImageFilter, "82de0221-e3f5-4160-8a9b-8a94295c1df2");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKHMaximaImageFilter, "40039f72-30b0-4a3f-8ea4-2f76c5f65bc1");
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKHMinimaImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKHMinimaImageFilter, "3ce4692a-8009-4a14-93ed-32b4f47d8c6f");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKHMinimaImageFilter, "9b2eb24b-90e5-41c0-9230-1044170ee8ea");
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKIntensityWindowingImageFilter : public IFilte
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKIntensityWindowingImageFilter, "8566df1b-b33d-464f-9a7a-432dc1cbeae6");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKIntensityWindowingImageFilter, "ee317bf6-79aa-4dcc-b59e-b0246dc3fcfa");
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKInvertIntensityImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKInvertIntensityImageFilter, "47f2a573-4995-44f5-870c-dcca95efe11c");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKInvertIntensityImageFilter, "9958d587-5698-4ea5-b8ea-fb71428b5d02");
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKLabelContourImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKLabelContourImageFilter, "08f247eb-d06f-4858-96e0-efd7fb6f16a7");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKLabelContourImageFilter, "b64ff45d-3661-4926-9e87-5dd7b379b261");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKLog10ImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKLog10ImageFilter, "6daa6ba8-1398-4c98-ae99-1835fc97479d");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKLog10ImageFilter, "900ca377-e79d-4b54-b298-33d518238099");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKLogImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKLogImageFilter, "8ef944ea-1797-4f01-aa12-72b95a4df731");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKLogImageFilter, "4b6655ad-4e6c-4e68-a771-55ca0ae40915");
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKMedianImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKMedianImageFilter, "24006062-8b04-4632-87be-38f63d6d135a");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKMedianImageFilter, "a60ca165-59ac-486b-b4b4-0f0c24d80af8");
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKMorphologicalGradientImageFilter : public IFi
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKMorphologicalGradientImageFilter, "7efbdf0f-65d2-4aed-8db7-476a0649adb6");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKMorphologicalGradientImageFilter, "9103009a-8884-4097-8c34-aec7019589ea");
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKMorphologicalWatershedImageFilter : public IF
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKMorphologicalWatershedImageFilter, "8f92c966-592b-41ef-9058-13f4187b4a30");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKMorphologicalWatershedImageFilter, "f70337e5-4435-41f7-aecc-d79b4b1faccd");
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKNormalizeImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKNormalizeImageFilter, "eb611fad-2a2c-4022-8c89-595d0211b0e1");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKNormalizeImageFilter, "9d8ce30e-c75e-4ca8-b6be-0b11baa7e6ce");
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKNotImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKNotImageFilter, "6a5aaad6-1eba-40d3-bcc6-44c93b4e899e");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKNotImageFilter, "6d67ad50-7e89-4678-85db-0b3247a2cfb9");
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKOpeningByReconstructionImageFilter : public I
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKOpeningByReconstructionImageFilter, "d99a50e6-8cf4-4d67-bff0-53d7859e7bf8");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKOpeningByReconstructionImageFilter, "c4225a23-0b23-4782-b509-296fb39a672b");
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKOtsuMultipleThresholdsImageFilter : public IF
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKOtsuMultipleThresholdsImageFilter, "ec803b2c-f8a2-4a02-bff9-da9b0bdb8c60");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKOtsuMultipleThresholdsImageFilter, "30f37bcd-701f-4e64-aa9d-1181469d3fb5");
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKRelabelComponentImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKRelabelComponentImageFilter, "3850f8ed-8399-4775-9741-d68a6cda067f");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKRelabelComponentImageFilter, "37e29d16-1020-478c-a506-c121e8f670ad");
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKRescaleIntensityImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKRescaleIntensityImageFilter, "ec7737cc-17e0-4ac5-9745-c4c5266b3f96");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKRescaleIntensityImageFilter, "f08ea34d-9ad8-456c-a81b-9b3790b29379");
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKSigmoidImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSigmoidImageFilter, "af31257c-242e-4fbd-8c99-9a609ae4a9d7");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSigmoidImageFilter, "cb9ec2b6-80d9-42e6-807b-d908bea6daea");
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKSignedMaurerDistanceMapImageFilter : public I
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSignedMaurerDistanceMapImageFilter, "d3086fd6-6d00-4b3d-8034-5cc0f27cdf6c");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSignedMaurerDistanceMapImageFilter, "e81f72d3-e806-4afe-ab4c-795c6a3f526f");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKSinImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSinImageFilter, "9591a0b3-aeb3-4c3f-b48a-dc1c04fc9645");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSinImageFilter, "06c76c7a-c384-44be-bd01-6fd58070cd65");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKSqrtImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSqrtImageFilter, "2c183a18-08d3-49cb-a4ec-4b891eef5b81");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSqrtImageFilter, "05c7c812-4e33-4e9a-bf27-d4c17f5dff68");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKSquareImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSquareImageFilter, "eda9db1b-404e-4e28-a0ef-fb6988193b18");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKSquareImageFilter, "385ca853-626c-43bb-ae86-db8d8b72693b");
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKTanImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKTanImageFilter, "a0d9963a-5cb9-4ea2-87b4-a3167cd020aa");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKTanImageFilter, "7cf3c08e-1af1-4540-aa08-4488a74923fc");
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKThresholdImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKThresholdImageFilter, "c27cbb9e-c5e5-4acd-8bb8-9b4f9a18339e");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKThresholdImageFilter, "ddf222f3-4af2-4583-967d-3eb9b86e77b4");
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKValuedRegionalMaximaImageFilter : public IFil
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKValuedRegionalMaximaImageFilter, "68b9b3af-4029-4fd6-a676-2612ae451b93");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKValuedRegionalMaximaImageFilter, "2c0bb4f6-69fe-4c43-a32e-21b4b11efcff");
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKValuedRegionalMinimaImageFilter : public IFil
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKValuedRegionalMinimaImageFilter, "bbf84138-1b31-4d4a-89aa-e39b395c01bf");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKValuedRegionalMinimaImageFilter, "38548e01-6a3c-49fb-b7b6-489f965cc61e");
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ class ITKIMAGEPROCESSING_EXPORT ITKWhiteTopHatImageFilter : public IFilter
};
} // namespace nx::core

SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKWhiteTopHatImageFilter, "9fbd2c99-3f6e-49d3-8a2f-33b246d66f80");
SIMPLNX_DEF_FILTER_TRAITS(nx::core, ITKWhiteTopHatImageFilter, "2f377682-d0a8-4dea-8c68-60c2c523a074");
2 changes: 1 addition & 1 deletion wrapping/python/docs/generate_sphinx_docs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace

std::map<nx::core::Uuid, std::string> s_ParameterMap;

const std::string k_WebServerAddress = "http://www.dream3d.io/nx_reference_manual";
const std::string k_WebServerAddress = "https://www.dream3d.io/nx_reference_manual";
const std::string k_WebServerFilterFolder = "html";
} // namespace

Expand Down

0 comments on commit e2428ae

Please sign in to comment.