Blender V4.3
blender::realtime_compositor::DistortionGridKey Class Reference

#include <COM_distortion_grid.hh>

Public Member Functions

 DistortionGridKey (const MovieTrackingCamera &camera, int2 size, DistortionType type, int2 calibration_size)
uint64_t hash () const

Public Attributes

MovieTrackingCamera camera
int2 size
DistortionType type
int2 calibration_size

Detailed Description

Definition at line 32 of file COM_distortion_grid.hh.

Constructor & Destructor Documentation

◆ DistortionGridKey()

blender::realtime_compositor::DistortionGridKey::DistortionGridKey ( const MovieTrackingCamera & camera,
int2 size,
DistortionType type,
int2 calibration_size )

Definition at line 33 of file distortion_grid.cc.

References calibration_size, camera, size, and type.

Member Function Documentation

◆ hash()

uint64_t blender::realtime_compositor::DistortionGridKey::hash ( ) const

Member Data Documentation

◆ calibration_size

int2 blender::realtime_compositor::DistortionGridKey::calibration_size

◆ camera

MovieTrackingCamera blender::realtime_compositor::DistortionGridKey::camera

◆ size

int2 blender::realtime_compositor::DistortionGridKey::size

◆ type

DistortionType blender::realtime_compositor::DistortionGridKey::type

The documentation for this class was generated from the following files: