interlaceType 2846 Magick++/lib/Image.cpp options()->interlaceType ( interlace_ ); interlaceType 939 Magick++/lib/Magick++/Image.h void interlaceType ( const InterlaceType interlace_ ); interlaceType 940 Magick++/lib/Magick++/Image.h InterlaceType interlaceType ( void ) const; interlaceType 113 Magick++/lib/Magick++/Options.h void interlaceType ( InterlaceType interlace_ ); interlaceType 114 Magick++/lib/Magick++/Options.h InterlaceType interlaceType ( void ) const; interlaceType 1293 Magick++/lib/STL.cpp image_.interlaceType( _interlace ); interlaceType 851 Magick++/tests/attributes.cpp if ( image.interlaceType() != UndefinedInterlace ) interlaceType 859 Magick++/tests/attributes.cpp image.interlaceType( PlaneInterlace ); interlaceType 860 Magick++/tests/attributes.cpp if ( image.interlaceType() != PlaneInterlace ) interlaceType 865 Magick++/tests/attributes.cpp image.interlaceType(NoInterlace);