|
Blender V5.0
|
#include <COM_image_coordinates.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| ImageCoordinates (Context &context, const int2 &size, const CoordinatesType type) | |
| ~ImageCoordinates () | |
Public Attributes | |
| Result | result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 46 of file COM_image_coordinates.hh.
| blender::compositor::ImageCoordinates::ImageCoordinates | ( | Context & | context, |
| const int2 & | size, | ||
| const CoordinatesType | type ) |
Definition at line 44 of file image_coordinates.cc.
| blender::compositor::ImageCoordinates::~ImageCoordinates | ( | ) |
Definition at line 57 of file image_coordinates.cc.
References result.
| Result blender::compositor::ImageCoordinates::result |
Definition at line 48 of file COM_image_coordinates.hh.
Referenced by ImageCoordinates(), and ~ImageCoordinates().