interlaceType 976 Magick++/lib/Image.cpp options()->interlaceType(interlace_); interlaceType 326 Magick++/lib/Magick++/Image.h void interlaceType(const InterlaceType interlace_); interlaceType 327 Magick++/lib/Magick++/Image.h InterlaceType interlaceType(void) const; interlaceType 139 Magick++/lib/Magick++/Options.h void interlaceType(InterlaceType interlace_); interlaceType 140 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);