[Insight-users] problems,
warnings during compile ITK 1.8 and ITK 1.8.0 on linux
moacir
moacir.jacomin at cenpra.gov.br
Thu Nov 25 13:36:54 EST 2004
Hi all
I like to use ITK under LINUX, so I download the intire version from
CVS and files at www.itk.org in package .tar.gz.
I'm using:
linux mandrake 9.2 (kernel 2.4)
CableSwig 1.8 (/usr/local/lib/CableSwig)
Cmake 2.0.1
ITK 1.8.1 (and 1.8.0)
GCC 3.3.2
I need to work with python, so build and install CableSwigITK-1.8 and
set ITK_CSWIG_PYTHON in ccmake. The configure and generate work perfect,
but when I use "make" command the following warnning (*) appear with NO
errors, so I did the "make install" command(as root) .In the python
prompt I tried to import InsightToolkit module and the follow error
appears (**):
(**)Python shell:
>>> from InsightToolkit import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/InsightToolkit/python/InsightToolkit.py",
line 1, in ?
from itkalgorithms import *
File "/usr/local/lib/InsightToolkit/python/itkalgorithms.py",
line 1, in ?
from itkbasicfilters import *
File "/usr/local/lib/InsightToolkit/python/itkbasicfilters.py",
line 1, in ?
from itkcommon import *
File "/usr/local/lib/InsightToolkit/python/itkcommon.py", line
1, in ?
from vxlnumerics import *
File "/usr/local/lib/InsightToolkit/python/vxlnumerics.py", line
4, in ?
from VXLNumericsPython import *
ImportError: No module named VXLNumericsPython
(*)warnings:
Building wrap_IOBasePython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/IO/wrap_IOBasePython.cxx...
Warning itk::DicomImageIOFactory
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::ObjectFactoryBase
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::MetaImageIOFactory
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::ObjectFactoryBase
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PNGImageIOFactory
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::ObjectFactoryBase
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkDemonsRegistrationFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkDemonsRegistrationFilterPython.cxx...
Warning itk::FiniteDifferenceImageFilter<itk::Image<itk::Vector<float,
2>, 2>,itk::Image<itk::Vector<float, 2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning
itk::DenseFiniteDifferenceImageFilter<itk::Image<itk::Vector<float, 2>,
2>,itk::Image<itk::Vector<float, 2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<short unsigned
int, 2>,itk::Image<short unsigned int, 2>,itk::Image<itk::Vector<float,
2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::InPlaceImageFilter<itk::Image<itk::Vector<float, 3>,
3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::FiniteDifferenceImageFilter<itk::Image<itk::Vector<float,
3>, 3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning
itk::DenseFiniteDifferenceImageFilter<itk::Image<itk::Vector<float, 3>,
3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<short unsigned
int, 3>,itk::Image<short unsigned int, 3>,itk::Image<itk::Vector<float,
3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<float,
3>,itk::Image<float, 3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<float,
2>,itk::Image<float, 2>,itk::Image<itk::Vector<float, 2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkHistogramMatchingImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkHistogramMatchingImageFilterPython.cxx...
Building wrap_itkImageRegistrationMethodPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkImageRegistrationMethodPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkImageToImageMetricPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkImageToImageMetricPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkMattesMutualInformationImageToImageMetricPython.cxx
from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkMattesMutualInformationImageToImageMetricPython.cxx...
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkMeanSquaresImageToImageMetricPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkMeanSquaresImageToImageMetricPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkMinMaxCurvatureFlowImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkMinMaxCurvatureFlowImageFilterPython.cxx...
Building wrap_itkMutualInformationImageToImageMetricPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkMutualInformationImageToImageMetricPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkMultiResolutionImageRegistrationMethodPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkMultiResolutionImageRegistrationMethodPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkNormalizedCorrelationImageToImageMetricPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkNormalizedCorrelationImageToImageMetricPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkOtsuThresholdImageCalculatorPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkOtsuThresholdImageCalculatorPython.cxx...
Building
wrap_itkMeanReciprocalSquareDifferenceImageToImageMetricPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkMeanReciprocalSquareDifferenceImageToImageMetricPython.cxx...
Warning itk::SpatialObjectTreeNode<3>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(3)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SpatialObjectTreeNode<2>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::TreeNode<(itk::SpatialObject<(2)>*)>
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkRecursiveMultiResolutionPyramidImageFilterPython.cxx
from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkRecursiveMultiResolutionPyramidImageFilterPython.cxx...
Building wrap_itkSimpleFuzzyConnectednessImageFilterBasePython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkSimpleFuzzyConnectednessImageFilterBasePython.cxx...
Building wrap_itkSimpleFuzzyConnectednessScalarImageFilterPython.cxx
from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkSimpleFuzzyConnectednessScalarImageFilterPython.cxx...
Building wrap_itkThresholdSegmentationLevelSetImageFilterPython.cxx
from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkThresholdSegmentationLevelSetImageFilterPython.cxx...
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
2>,itk::Image<float, 2>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
2>,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,2)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
3>,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,3)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
3>,itk::Image<float, 3>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkGeodesicActiveContourLevelSetImageFilterPython.cxx
from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkGeodesicActiveContourLevelSetImageFilterPython.cxx...
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
2>,itk::Image<float, 2>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
3>,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,3)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
2>,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,2)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
3>,itk::Image<float, 3>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkShapeDetectionLevelSetImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkShapeDetectionLevelSetImageFilterPython.cxx...
Warning itk::LevelSetFunction<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
3>,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,3)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
2>,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,2)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
2>,itk::Image<float, 2>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
3>,itk::Image<float, 3>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkCurvesLevelSetImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkCurvesLevelSetImageFilterPython.cxx...
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
2>,itk::Image<float, 2>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetImageFilter<itk::Image<float,
3>,itk::Image<float, 3>,float>
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::SparseFieldLevelSetImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
3>,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,3)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
2>,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,2)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Building wrap_itkNarrowBandLevelSetImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkNarrowBandLevelSetImageFilterPython.cxx...
Warning itk::LevelSetFunction<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
2>,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,2)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
3>,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,3)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::NarrowBandLevelSetImageFilter<itk::Image<float,
2>,itk::Image<float, 2>,float,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::NarrowBandImageFilterBase<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::NarrowBandLevelSetImageFilter<itk::Image<float,
3>,itk::Image<float, 3>,float,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::NarrowBandImageFilterBase<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkPDEDeformableRegistrationFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkPDEDeformableRegistrationFilterPython.cxx...
Warning itk::InPlaceImageFilter<itk::Image<itk::Vector<float, 3>,
3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::FiniteDifferenceImageFilter<itk::Image<itk::Vector<float,
3>, 3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning
itk::DenseFiniteDifferenceImageFilter<itk::Image<itk::Vector<float, 3>,
3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::FiniteDifferenceImageFilter<itk::Image<itk::Vector<float,
2>, 2>,itk::Image<itk::Vector<float, 2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning
itk::DenseFiniteDifferenceImageFilter<itk::Image<itk::Vector<float, 2>,
2>,itk::Image<itk::Vector<float, 2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<short unsigned
int, 3>,itk::Image<short unsigned int, 3>,itk::Image<itk::Vector<float,
3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<short unsigned
int, 2>,itk::Image<short unsigned int, 2>,itk::Image<itk::Vector<float,
2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<float,
3>,itk::Image<float, 3>,itk::Image<itk::Vector<float, 3>, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,3)>,3)>,itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,3)>,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::PDEDeformableRegistrationFilter<itk::Image<float,
2>,itk::Image<float, 2>,itk::Image<itk::Vector<float, 2>, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::DenseFiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Not wrapped:
itk::InPlaceImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(itk::Vector<(float,2)>,2)>,itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(itk::Vector<(float,2)>,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Building wrap_itkNarrowBandCurvesLevelSetImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkNarrowBandCurvesLevelSetImageFilterPython.cxx...
Warning itk::NarrowBandLevelSetImageFilter<itk::Image<float,
2>,itk::Image<float, 2>,float,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::NarrowBandImageFilterBase<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(float,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
3>,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,3)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,3)>)>
Wrapped: itk::LightObject
Warning itk::NarrowBandLevelSetImageFilter<itk::Image<float,
3>,itk::Image<float, 3>,float,itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::NarrowBandImageFilterBase<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::FiniteDifferenceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::InPlaceImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(float,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(float,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::LevelSetFunction<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Warning itk::SegmentationLevelSetFunction<itk::Image<float,
2>,itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped: itk::LevelSetFunction<(itk::Image<(float,2)>)>
Not wrapped: itk::FiniteDifferenceFunction<(itk::Image<(float,2)>)>
Wrapped: itk::LightObject
Building wrap_itkWatershedImageFilterPython.cxx from
/home/compilacao_CVS/InsightToolkit-1.8.1_bin/Wrapping/CSwig/Algorithms/wrap_itkWatershedImageFilterPython.cxx...
Warning itk::WatershedImageFilter<itk::Image<double, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(double,3)>,itk::Image<(unsigned
long,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(unsigned long,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::WatershedImageFilter<itk::Image<double, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(double,2)>,itk::Image<(unsigned
long,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(unsigned long,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::WatershedImageFilter<itk::Image<float, 3> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(float,3)>,itk::Image<(unsigned
long,3)>)>
Wrapped: itk::ImageSource<(itk::Image<(unsigned long,3)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
Warning itk::WatershedImageFilter<itk::Image<float, 2> >
has a class hierarchy that has wrapping gaps.
The class hierarchy wrapping is as follows:
Not wrapped:
itk::ImageToImageFilter<(itk::Image<(float,2)>,itk::Image<(unsigned
long,2)>)>
Wrapped: itk::ImageSource<(itk::Image<(unsigned long,2)>)>
Wrapped: itk::ProcessObject
Wrapped: itk::Object
Wrapped: itk::LightObject
More information about the Insight-users
mailing list