Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/compositor/operations/COM_PlaneCornerPinOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_PlaneCornerPinOperation.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/compositor/operations/COM_PlaneCornerPinOperation.h b/source/blender/compositor/operations/COM_PlaneCornerPinOperation.h
index ed70d9c80a3..a9bd18299eb 100644
--- a/source/blender/compositor/operations/COM_PlaneCornerPinOperation.h
+++ b/source/blender/compositor/operations/COM_PlaneCornerPinOperation.h
@@ -37,15 +37,15 @@
class PlaneCornerPinMaskOperation : public PlaneDistortMaskOperation {
private:
bool m_corners_ready;
-
+
public:
PlaneCornerPinMaskOperation();
-
+
void initExecution();
void deinitExecution();
-
+
void *initializeTileData(rcti *rect);
-
+
void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]);
};
@@ -53,15 +53,15 @@ public:
class PlaneCornerPinWarpImageOperation : public PlaneDistortWarpImageOperation {
private:
bool m_corners_ready;
-
+
public:
PlaneCornerPinWarpImageOperation();
-
+
void initExecution();
void deinitExecution();
-
+
void *initializeTileData(rcti *rect);
-
+
bool determineDependingAreaOfInterest(rcti *input, ReadBufferOperation *readOperation, rcti *output);
};