HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ImfImageDataWindow.h
Go to the documentation of this file.
1
///////////////////////////////////////////////////////////////////////////
2
//
3
// Copyright (c) 2014, Industrial Light & Magic, a division of Lucas
4
// Digital Ltd. LLC
5
//
6
// All rights reserved.
7
//
8
// Redistribution and use in source and binary forms, with or without
9
// modification, are permitted provided that the following conditions are
10
// met:
11
// * Redistributions of source code must retain the above copyright
12
// notice, this list of conditions and the following disclaimer.
13
// * Redistributions in binary form must reproduce the above
14
// copyright notice, this list of conditions and the following disclaimer
15
// in the documentation and/or other materials provided with the
16
// distribution.
17
// * Neither the name of Industrial Light & Magic nor the names of
18
// its contributors may be used to endorse or promote products derived
19
// from this software without specific prior written permission.
20
//
21
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
//
33
///////////////////////////////////////////////////////////////////////////
34
35
#ifndef INCLUDED_IMF_IMAGE_DATA_WINDOW_H
36
#define INCLUDED_IMF_IMAGE_DATA_WINDOW_H
37
38
//----------------------------------------------------------------------------
39
//
40
// enum DataWindowSource,
41
// function dataWindowForFile()
42
//
43
//----------------------------------------------------------------------------
44
45
#include "
ImfUtilExport.h
"
46
#include <
ImfNamespace.h
>
47
#include <
ImathBox.h
>
48
49
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
50
51
52
enum
DataWindowSource
53
{
54
USE_IMAGE_DATA_WINDOW
,
55
USE_HEADER_DATA_WINDOW
56
};
57
58
59
//
60
// Given the an image, i, an OpenEXR file header, h, and a data window
61
// source flag, d, dataWindowForFile(i,h,d) returns i.dataWindow() if d
62
// is USE_IMAGE_DATA_WINDOW, or the intersection of i.dataWindow() and
63
// h.dataWindow() if d is USE_HEADER_DATA_WINDOW.
64
//
65
66
class
Image
;
67
class
Header
;
68
69
IMFUTIL_EXPORT
70
IMATH_NAMESPACE::Box2i
71
dataWindowForFile
(
const
Header
&hdr,
const
Image
&
img
,
DataWindowSource
dws);
72
73
74
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
75
76
#endif
ImfNamespace.h
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
Definition:
ImfNamespace.h:109
dataWindowForFile
IMFUTIL_EXPORT IMATH_NAMESPACE::Box2i dataWindowForFile(const Header &hdr, const Image &img, DataWindowSource dws)
DataWindowSource
DataWindowSource
Definition:
ImfImageDataWindow.h:52
Image
Definition:
ImfImage.h:105
img
GLint void * img
Definition:
glew.h:1385
IMFUTIL_EXPORT
#define IMFUTIL_EXPORT
Definition:
ImfUtilExport.h:44
USE_IMAGE_DATA_WINDOW
Definition:
ImfImageDataWindow.h:54
Box2i
Box< V2i > Box2i
Definition:
ImathBox.h:133
ImfUtilExport.h
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
Definition:
ImfNamespace.h:108
Header
Definition:
ImfHeader.h:69
ImathBox.h
USE_HEADER_DATA_WINDOW
Definition:
ImfImageDataWindow.h:55
OpenEXR
ImfImageDataWindow.h
Generated on Sat Feb 27 2021 05:25:58 for HDK by
1.8.6