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.

Member Function Documentation

◆ hash()

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

Member Data Documentation

◆ calibration_size

int2 blender::realtime_compositor::DistortionGridKey::calibration_size

Definition at line 37 of file COM_distortion_grid.hh.

Referenced by hash().

◆ camera

MovieTrackingCamera blender::realtime_compositor::DistortionGridKey::camera

Definition at line 34 of file COM_distortion_grid.hh.

◆ size

int2 blender::realtime_compositor::DistortionGridKey::size

Definition at line 35 of file COM_distortion_grid.hh.

◆ type

DistortionType blender::realtime_compositor::DistortionGridKey::type

Definition at line 36 of file COM_distortion_grid.hh.


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