ImFusion SDK 4.3
ResampleTpl< OperandT, bool > Member List

This is the complete list of members for ResampleTpl< OperandT, bool >, including all inherited members.

binaryOp(const ExprBaseTpl< RhsT > &rhs, const Op &func=Op()) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
binaryOp(const ExprBaseTpl< RhsT > &rhs, const Op &func, const StringOp &stringFunc) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
channelSwizzle(const std::vector< std::size_t > &indices) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
children() overrideResampleGlprotectedvirtual
children() const overrideResampleGlprotectedvirtual
convertToMemImgExpr() const noexcept (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inline
convertToSharedImgExpr(std::size_t index) const (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inline
decayed_imf_img_type typedef (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >
deformations() const override (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inlinevirtual
deviceStrategy() const overrideResampleTpl< OperandT, bool >inlinevirtual
eval(const std::size_t i, const vec4i &coord) const (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inline
evalString(bool tagAndAssign=true) const overrideResampleGlvirtual
evaluateIntoImage(bool clearShiftScale=false) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >
expr_type typedef (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >
exprInterface()GlExprInterface
exprInterface() const (defined in GlExprInterface)GlExprInterface
forceCPU() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
forceGPU() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
get() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
get()ExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
getUniformDefinitionList(std::string &definitionList, const std::vector< int > &indices, const std::string &prefix) const overrideResampleGlvirtual
getVariableDefinitionList(std::string &definitionList, const std::vector< int > &indices, const std::string &prefix) const overrideResampleGlvirtual
GlExprInterface()=default (defined in GlExprInterface)GlExprInterface
has_variable (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >static
imf_img_type typedef (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >
imgDesc() const overrideResampleTpl< OperandT, bool >inlinevirtual
init() (defined in ResampleGl)ResampleGlprotected
l1Norm() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
l2Norm() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
lInfNorm() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
lpNorm(double p) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
mean() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
numImgs() const overrideResampleTpl< OperandT, bool >inlinevirtual
operand() override (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inlinevirtual
operand() const override (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inlinevirtual
operandDesc() const override (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inlinevirtual
operator-() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
operator=(const ResampleGl &other)=delete (defined in ResampleGl)ResampleGl
operator=(ResampleGl &&other)=delete (defined in ResampleGl)ResampleGl
originalToStorage(const ImageDescriptor &desc)ExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
polyWrapper() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
reduce(std::vector< vec4i > *arg=nullptr) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
ResampleGl() (defined in ResampleGl)ResampleGl
ResampleGl(const ResampleGl &other) (defined in ResampleGl)ResampleGl
ResampleGl(ResampleGl &&other) (defined in ResampleGl)ResampleGl
ResampleTpl(const OperandT &operand, std::vector< ImageDescriptorWorld > operandDesc, std::vector< ImageDescriptorWorld > resultDesc, std::vector< std::shared_ptr< Deformation > > deformations={}, std::vector< std::reference_wrapper< SharedImage > > sharedImagesForDeformations={})ResampleTpl< OperandT, bool >inline
ResampleTpl(const OperandT &operand, const ImageDescriptorWorld &operandDesc, const ImageDescriptorWorld &resultDesc, std::optional< std::pair< std::shared_ptr< Deformation >, std::reference_wrapper< SharedImage > > > deformationArgs=std::nullopt)ResampleTpl< OperandT, bool >inline
ResampleTpl(const ResampleTpl &other) (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inline
ResampleTpl(const OperandT &operand, SharedImage &operandImg, SharedImage &resultImg, std::enable_if_t< std::is_same_v< T, SharedImage > > *=nullptr) (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inline
ResampleTpl(const OperandT &operand, SharedImageSet &operandImg, SharedImageSet &resultImg, std::enable_if_t< std::is_same_v< T, SharedImageSet > > *=nullptr) (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inline
resultDesc() const override (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inlinevirtual
select(const ExprBaseTpl< LhsT > &lhs, const ExprBaseTpl< RhsT > &rhs) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
select(LhsT lhs, RhsT rhs, typename std::enable_if< std::is_arithmetic_v< LhsT > &&std::is_arithmetic_v< RhsT > >::type *=nullptr) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
select(LhsT lhs, const ExprBaseTpl< RhsT > &rhs, typename std::enable_if< std::is_arithmetic_v< LhsT > >::type *=nullptr) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
select(const ExprBaseTpl< LhsT > &lhs, RhsT rhs, typename std::enable_if< std::is_arithmetic_v< RhsT > >::type *=nullptr) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
setArguments(GL::Program &p, const std::vector< int > &indices, const std::string &prefix) const overrideResampleGlvirtual
setMagFilter(ImageMath::MagFilter mag)GlExprInterfacevirtual
setMagFilterRecursive(ImageMath::MagFilter mag)GlExprInterface
setWrap(ImageMath::Wrap wrap)GlExprInterfacevirtual
setWrapRecursive(ImageMath::Wrap wrap)GlExprInterface
sharedImagesForDeformation() const override (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >inlinevirtual
sharedPolyWrapper() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
squaredl2Norm() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
storageToOriginal(const ImageDescriptor &desc)ExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
streamChannels(int numStreamedChannels) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
substituteVariable(const SubOperandT &operand) constResampleTpl< OperandT, bool >inline
substituteVariableWithImg(T &img) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
tagAndAssignNames(std::unordered_map< internal::TaggingIndex, const void * > &taggedLeaves, std::unordered_map< std::type_index, int > &countPerLeafType, const std::string &prefix) const overrideResampleGlvirtual
unaryOp(const Op &func=Op()) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
unaryOp(const Op &func, const StringOp &stringFunc) constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
uniquePolyWrapper() constExprBaseTpl< ResampleTpl< OperandT, includeDeformation > >inline
var_type typedef (defined in ResampleTpl< OperandT, bool >)ResampleTpl< OperandT, bool >
~ExprInterface()=default (defined in ExprInterface)ExprInterfacevirtual
~GlExprInterface()=default (defined in GlExprInterface)GlExprInterfacevirtual
~ResampleBase()=default (defined in ResampleBase)ResampleBasevirtual
~ResampleGl() (defined in ResampleGl)ResampleGl
Search Tab / S to search, Esc to close