HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_PixelFilterDebug< LEVEL_INTERP > Class Template Reference

#include <TIL_PixelFilter.h>

+ Inheritance diagram for TIL_PixelFilterDebug< LEVEL_INTERP >:

Public Member Functions

 TIL_PixelFilterDebug (int level)
 NOTE: This does not need its own plane's squares, just the adaptivity plane's weights. More...
 
template<int NSRCCOMPONENTS, typename T , int NDSTCOMPONENTS, bool INTERLEAVED>
void filterPlane (const TIL_AdaptiveImage &src, PXL_RasterWrapper< T, NDSTCOMPONENTS, INTERLEAVED, false > dest, int planei) const
 
- Public Member Functions inherited from TIL_PixelFilterT< TIL_PixelFilterDebug< LEVEL_INTERP > >
 ~TIL_PixelFilterT () override
 
void filterPlaneVirtual (const TIL_AdaptiveImage &src, TIL_Raster &dest, int planei, int plane_src_components) const override
 
- Public Member Functions inherited from TIL_PixelFilter
virtual ~TIL_PixelFilter ()
 
virtual void combineSample (int ncomponents, exint nexisting_samples, float *existing, exint nnew_samples, const float *new_sample) const
 
SYS_FORCE_INLINE bool needsSquares () const
 
SYS_FORCE_INLINE bool needsWeights () const
 
SYS_FORCE_INLINE bool vetsSamples () const
 
virtual bool ownedBySingleton () const
 

Additional Inherited Members

- Public Types inherited from TIL_PixelFilterT< TIL_PixelFilterDebug< LEVEL_INTERP > >
typedef TIL_PixelFilterDebug
< LEVEL_INTERP > 
SubclassType
 
- Protected Member Functions inherited from TIL_PixelFilterT< TIL_PixelFilterDebug< LEVEL_INTERP > >
 TIL_PixelFilterT (bool needs_squares=false, bool vets_samples=false, bool needs_weights=false)
 
- Protected Member Functions inherited from TIL_PixelFilter
 TIL_PixelFilter ()
 
 TIL_PixelFilter (bool needs_squares, bool vets_samples, bool needs_weights)
 

Detailed Description

template<bool LEVEL_INTERP>
class TIL_PixelFilterDebug< LEVEL_INTERP >

Definition at line 272 of file TIL_PixelFilter.h.

Constructor & Destructor Documentation

template<bool LEVEL_INTERP>
TIL_PixelFilterDebug< LEVEL_INTERP >::TIL_PixelFilterDebug ( int  level)
inline

NOTE: This does not need its own plane's squares, just the adaptivity plane's weights.

Definition at line 277 of file TIL_PixelFilter.h.

Member Function Documentation

template<bool LEVEL_INTERP>
template<int NSRCCOMPONENTS, typename T , int NDSTCOMPONENTS, bool INTERLEAVED>
void TIL_PixelFilterDebug< LEVEL_INTERP >::filterPlane ( const TIL_AdaptiveImage src,
PXL_RasterWrapper< T, NDSTCOMPONENTS, INTERLEAVED, false >  dest,
int  planei 
) const

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