27template<
typename PixelType>
64 for (
int32 j = 0; j < 8; ++j)
91 for (
int32 j = 0; j < 8; ++j)
116 for (
int32 j = 0; j < 8; ++j)
122 if (FoundIndex !=
nullptr &&
ActiveSetQueue.Contains(*FoundIndex))
138 template<
typename OtherPixelType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_REWRITE SizeType Num() const
Definition Array.h:1144
void Reset(SizeType NewSize=0)
Definition Array.h:2246
UE_NODEBUG UE_FORCEINLINE_HINT SizeType Add(ElementType &&Item)
Definition Array.h:2696
Definition AssetRegistryState.h:50
Definition UnrealString.h.inl:34
Definition IndexPriorityQueue.h:22
Definition ImageBuilder.h:26
Definition ImageInfilling.h:29
TArray< int32 > InfillSequence
Definition ImageInfilling.h:33
void ComputeInfill(TImageBuilder< PixelType > &Image, const TArray< FVector2i > &MissingPixels, PixelType MissingValue, TFunctionRef< PixelType(PixelType SumOfNbrValues, int NbrCount)> NormalizeFunc)
Definition ImageInfilling.h:41
void ApplyInfill(TImageBuilder< PixelType > &Image, TFunctionRef< PixelType(PixelType SumOfNbrValues, int NbrCount)> NormalizeFunc) const
Definition ImageInfilling.h:174
void ApplyInfill(TImageBuilder< OtherPixelType > &Image, TFunctionRef< OtherPixelType(OtherPixelType SumOfNbrValues, int NbrCount)> NormalizeFunc) const
Definition ImageInfilling.h:139
GEOMETRYCORE_API const FVector2i GridOffsets8[8]
Definition IndexUtil.cpp:15
Definition AdvancedWidgetsModule.cpp:13
U16 Index
Definition radfft.cpp:71
Definition IntVectorTypes.h:20
int32 X
Definition IntVectorTypes.h:25