Blame IlmImfTest/testTiledYa.h

Packit c2c737
//////////////////////////////////////////////////////////////////////////////
Packit c2c737
//
Packit c2c737
// Copyright (c) 2004-2012, Industrial Light & Magic, a division of Lucasfilm
Packit c2c737
// Entertainment Company Ltd.  Portions contributed and copyright held by
Packit c2c737
// others as indicated.  All rights reserved.
Packit c2c737
//
Packit c2c737
// Redistribution and use in source and binary forms, with or without
Packit c2c737
// modification, are permitted provided that the following conditions are
Packit c2c737
// met:
Packit c2c737
//
Packit c2c737
//     * Redistributions of source code must retain the above
Packit c2c737
//       copyright notice, this list of conditions and the following
Packit c2c737
//       disclaimer.
Packit c2c737
//
Packit c2c737
//     * Redistributions in binary form must reproduce the above
Packit c2c737
//       copyright notice, this list of conditions and the following
Packit c2c737
//       disclaimer in the documentation and/or other materials provided with
Packit c2c737
//       the distribution.
Packit c2c737
//
Packit c2c737
//     * Neither the name of Industrial Light & Magic nor the names of
Packit c2c737
//       any other contributors to this software may be used to endorse or
Packit c2c737
//       promote products derived from this software without specific prior
Packit c2c737
//       written permission.
Packit c2c737
//
Packit c2c737
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
Packit c2c737
// IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
Packit c2c737
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Packit c2c737
// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
Packit c2c737
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
Packit c2c737
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
Packit c2c737
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
Packit c2c737
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
Packit c2c737
// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
Packit c2c737
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Packit c2c737
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit c2c737
//
Packit c2c737
//////////////////////////////////////////////////////////////////////////////
Packit c2c737
Packit c2c737
#include <string>
Packit c2c737
Packit c2c737
void testTiledYa (const std::string &tempDir);
Packit c2c737