interlaceType 3106 Magick++/lib/Image.cpp options()->interlaceType ( interlace_ ); interlaceType 984 Magick++/lib/Magick++/Image.h void interlaceType ( const InterlaceType interlace_ ); interlaceType 985 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 1352 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);