Blender  V3.3
Public Member Functions | List of all members
blender::imbuf::transform::NoDiscard Class Reference

Discard that does not discard anything. More...

Inheritance diagram for blender::imbuf::transform::NoDiscard:
blender::imbuf::transform::BaseDiscard

Public Member Functions

bool should_discard (const TransformUserData &UNUSED(user_data), const float UNUSED(uv[2])) override
 Should the source pixel at the given uv coordinate be discarded. More...
 
- Public Member Functions inherited from blender::imbuf::transform::BaseDiscard
virtual ~BaseDiscard ()=default
 
virtual bool should_discard (const TransformUserData &user_data, const float uv[2])=0
 Should the source pixel at the given uv coordinate be discarded. More...
 

Detailed Description

Discard that does not discard anything.

Definition at line 130 of file transform.cc.

Member Function Documentation

◆ should_discard()

bool blender::imbuf::transform::NoDiscard::should_discard ( const TransformUserData UNUSEDuser_data,
const float   UNUSEDuv[2] 
)
inlineoverride

Should the source pixel at the given uv coordinate be discarded.

Will never discard any pixels.

Definition at line 137 of file transform.cc.


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