[Insight-developers] Minor omission in
	SegmentationLevelSetFunction?
    Zachary Pincus 
    zpincus at stanford.edu
       
    Tue Feb 22 01:18:39 EST 2005
    
    
  
Sorry -- there was an error in patch for txx file. I had some stray 
semicolons.
Here is the corrected version:
zpincus% diff -w 
Insight/Code/Common/itkSegmentationLevelSetFunction-orig.txx 
Insight/Code/Common/itkSegmentationLevelSetFunction.txx
23a24,39
 > template <class TImageType, class TFeatureImageType>
 > void SegmentationLevelSetFunction<TImageType, TFeatureImageType>
 > ::SetSpeedImage( ImageType *s )
 > {
 >   m_SpeedImage = s;
 >   m_Interpolator->SetInputImage(m_SpeedImage);
 > }
 >
 > template <class TImageType, class TFeatureImageType>
 > void SegmentationLevelSetFunction<TImageType, TFeatureImageType>
 > ::SetAdvectionImage( VectorImageType *s )
 > {
 >   m_AdvectionImage = s;
 >   m_VectorInterpolator->SetInputImage(m_AdvectionImage);
 > }
 >
    
    
More information about the Insight-developers
mailing list