Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/operations/COM_PlaneCornerPinOperation.h
| Show All 9 Lines | |||||
| * | * | ||||
| * You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | ||||
| * along with this program; if not, write to the Free Software Foundation, | * along with this program; if not, write to the Free Software Foundation, | ||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| * | * | ||||
| * Copyright 2014, Blender Foundation. | * Copyright 2014, Blender Foundation. | ||||
| */ | */ | ||||
| #ifndef __COM_PLANECORNERPINOPERATION_H__ | #pragma once | ||||
| #define __COM_PLANECORNERPINOPERATION_H__ | |||||
| #include <string.h> | #include <string.h> | ||||
| #include "COM_PlaneDistortCommonOperation.h" | #include "COM_PlaneDistortCommonOperation.h" | ||||
| #include "DNA_movieclip_types.h" | #include "DNA_movieclip_types.h" | ||||
| #include "DNA_tracking_types.h" | #include "DNA_tracking_types.h" | ||||
| Show All 26 Lines | public: | ||||
| void deinitExecution(); | void deinitExecution(); | ||||
| void *initializeTileData(rcti *rect); | void *initializeTileData(rcti *rect); | ||||
| bool determineDependingAreaOfInterest(rcti *input, | bool determineDependingAreaOfInterest(rcti *input, | ||||
| ReadBufferOperation *readOperation, | ReadBufferOperation *readOperation, | ||||
| rcti *output); | rcti *output); | ||||
| }; | }; | ||||
| #endif | |||||