Blender V4.3
FallbackTransform Struct Reference

Public Member Functions

 FallbackTransform ()
 
virtual ~FallbackTransform ()
 
void applyRGB (float *pixel)
 
void applyRGBA (float *pixel)
 
bool isNoOp ()
 
 MEM_CXX_CLASS_ALLOC_FUNCS ("FallbackTransform")
 

Public Attributes

TransformType type
 
float scale
 
float exponent
 

Detailed Description

Definition at line 42 of file fallback_impl.cc.

Constructor & Destructor Documentation

◆ FallbackTransform()

FallbackTransform::FallbackTransform ( )
inline

Definition at line 43 of file fallback_impl.cc.

◆ ~FallbackTransform()

virtual FallbackTransform::~FallbackTransform ( )
inlinevirtual

Definition at line 45 of file fallback_impl.cc.

Member Function Documentation

◆ applyRGB()

void FallbackTransform::applyRGB ( float * pixel)
inline

◆ applyRGBA()

void FallbackTransform::applyRGBA ( float * pixel)
inline

Definition at line 75 of file fallback_impl.cc.

References applyRGB().

◆ isNoOp()

bool FallbackTransform::isNoOp ( )
inline

Definition at line 80 of file fallback_impl.cc.

◆ MEM_CXX_CLASS_ALLOC_FUNCS()

FallbackTransform::MEM_CXX_CLASS_ALLOC_FUNCS ( "FallbackTransform" )

Member Data Documentation

◆ exponent

float FallbackTransform::exponent

Definition at line 90 of file fallback_impl.cc.

Referenced by applyRGB().

◆ scale

float FallbackTransform::scale

Definition at line 88 of file fallback_impl.cc.

Referenced by applyRGB().

◆ type

TransformType FallbackTransform::type

Definition at line 86 of file fallback_impl.cc.


The documentation for this struct was generated from the following file: