Blender V5.0
blender::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 30 of file COM_distortion_grid.hh.

Constructor & Destructor Documentation

◆ DistortionGridKey()

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

Definition at line 29 of file distortion_grid.cc.

References calibration_size, camera, size, and type.

Member Function Documentation

◆ hash()

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

Member Data Documentation

◆ calibration_size

int2 blender::compositor::DistortionGridKey::calibration_size

Definition at line 35 of file COM_distortion_grid.hh.

Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().

◆ camera

MovieTrackingCamera blender::compositor::DistortionGridKey::camera

Definition at line 32 of file COM_distortion_grid.hh.

Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().

◆ size

int2 blender::compositor::DistortionGridKey::size

Definition at line 33 of file COM_distortion_grid.hh.

Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().

◆ type

DistortionType blender::compositor::DistortionGridKey::type

Definition at line 34 of file COM_distortion_grid.hh.

Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().


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