Skip to content

COMP: Fix compile errors from *.cxx files in SoftwareGuide/Cover/Source#164

Merged
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:masterfrom
N-Dekker:Fix-SoftwareGuide-Cover-compile-errors
Oct 25, 2021
Merged

COMP: Fix compile errors from *.cxx files in SoftwareGuide/Cover/Source#164
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:masterfrom
N-Dekker:Fix-SoftwareGuide-Cover-compile-errors

Conversation

@N-Dekker
Copy link
Contributor

Fixed compile errors from Visual C++ 2019, saying:

ModelBasedSegmentation.cxx(285,31): error C2059: syntax error: 'itk::LinearInterpolateImageFunction...
ModelBasedSegmentation.cxx(288,3): error C2653: 'InterpolatorType': is not a class or namespace name

ModelBasedSegmentation.cxx(396,19): error C2039: 'StartRegistration': is not a member of 'itk::ImageToSpatialObjectRegistrationMethod<ImageType,EllipseType>'

VWColorSegmentation.cxx(32,44): error C2059: syntax error: 'itk::VectorConfidenceConnectedImageFilter...
VWColorSegmentation.cxx(36,3): error C2653: 'ConfidenceConnectedFilterType': is not a class or namespace name

VectorGradientAnisotropicDiffusionFilter.cxx(22,10): fatal error C1083: Cannot open include file: 'itkVectorCastImageFilter.h': No such file or directory

Fixed compile errors from Visual C++ 2019, saying:

> ModelBasedSegmentation.cxx(285,31): error C2059: syntax error: 'itk::LinearInterpolateImageFunction...
> ModelBasedSegmentation.cxx(288,3): error C2653: 'InterpolatorType': is not a class or namespace name

> ModelBasedSegmentation.cxx(396,19): error C2039: 'StartRegistration': is not a member of 'itk::ImageToSpatialObjectRegistrationMethod<ImageType,EllipseType>'

> VWColorSegmentation.cxx(32,44): error C2059: syntax error: 'itk::VectorConfidenceConnectedImageFilter...
> VWColorSegmentation.cxx(36,3): error C2653: 'ConfidenceConnectedFilterType': is not a class or namespace name

> VectorGradientAnisotropicDiffusionFilter.cxx(22,10): fatal error C1083: Cannot open include file: 'itkVectorCastImageFilter.h': No such file or directory
@hjmjohnson hjmjohnson merged commit ca70c18 into InsightSoftwareConsortium:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants