interlaceType    3474 Magick++/lib/Image.cpp   options()->interlaceType ( interlace_ );
interlaceType    1120 Magick++/lib/Magick++/Image.h     void            interlaceType ( const InterlaceType interlace_ );
interlaceType    1121 Magick++/lib/Magick++/Image.h     InterlaceType   interlaceType ( void ) const;
interlaceType     121 Magick++/lib/Magick++/Options.h     void            interlaceType ( InterlaceType interlace_ );
interlaceType     122 Magick++/lib/Magick++/Options.h     InterlaceType   interlaceType ( void ) const;
interlaceType    1378 Magick++/lib/STL.cpp   image_.interlaceType( _interlace );
interlaceType     829 Magick++/tests/attributes.cpp     if ( image.interlaceType() != NoInterlace )
interlaceType     837 Magick++/tests/attributes.cpp     image.interlaceType( PlaneInterlace );
interlaceType     838 Magick++/tests/attributes.cpp     if ( image.interlaceType() != PlaneInterlace )
interlaceType     843 Magick++/tests/attributes.cpp     image.interlaceType(NoInterlace);