interlaceType     922 Magick++/lib/Image.cpp   options()->interlaceType(interlace_);
interlaceType     310 Magick++/lib/Magick++/Image.h     void interlaceType(const InterlaceType interlace_);
interlaceType     311 Magick++/lib/Magick++/Image.h     InterlaceType interlaceType(void) const;
interlaceType     127 Magick++/lib/Magick++/Options.h     void interlaceType(InterlaceType interlace_);
interlaceType     128 Magick++/lib/Magick++/Options.h     InterlaceType interlaceType(void) const;
interlaceType    1456 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);