SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
DummyPsf< ImageType > Class Template Reference
Collaboration diagram for DummyPsf< ImageType >:
[legend]

Public Member Functions

 DummyPsf ()
 
double getPixelScale () const
 
std::size_t getSize () const
 
std::shared_ptr< VectorImage
< SourceXtractor::SeFloat > > 
getScaledKernel (double) const
 
void convolve (ImageType &) const
 
 DummyPsf ()
 
double getPixelScale () const
 
std::size_t getSize () const
 
std::shared_ptr< VectorImage
< SourceXtractor::SeFloat > > 
getScaledKernel (double) const
 
void convolve (ImageType &) const
 

Private Attributes

std::shared_ptr< VectorImage
< SourceXtractor::SeFloat > > 
m_kernel
 

Detailed Description

template<typename ImageType>
class DummyPsf< ImageType >

Definition at line 58 of file BenchRendering.cpp.

Constructor & Destructor Documentation

template<typename ImageType >
DummyPsf< ImageType >::DummyPsf ( )
inline

Definition at line 60 of file BenchRendering.cpp.

template<typename ImageType >
DummyPsf< ImageType >::DummyPsf ( )
inline

Definition at line 143 of file TestImage.cpp.

Member Function Documentation

template<typename ImageType >
void DummyPsf< ImageType >::convolve ( ImageType &  ) const
inline

Definition at line 74 of file BenchRendering.cpp.

template<typename ImageType >
void DummyPsf< ImageType >::convolve ( ImageType &  ) const
inline

Definition at line 157 of file TestImage.cpp.

template<typename ImageType >
double DummyPsf< ImageType >::getPixelScale ( ) const
inline

Definition at line 62 of file BenchRendering.cpp.

template<typename ImageType >
double DummyPsf< ImageType >::getPixelScale ( ) const
inline

Definition at line 145 of file TestImage.cpp.

template<typename ImageType >
std::shared_ptr<VectorImage<SourceXtractor::SeFloat> > DummyPsf< ImageType >::getScaledKernel ( double  ) const
inline

Definition at line 70 of file BenchRendering.cpp.

template<typename ImageType >
std::shared_ptr<VectorImage<SourceXtractor::SeFloat> > DummyPsf< ImageType >::getScaledKernel ( double  ) const
inline

Definition at line 153 of file TestImage.cpp.

template<typename ImageType >
std::size_t DummyPsf< ImageType >::getSize ( ) const
inline

Definition at line 66 of file BenchRendering.cpp.

template<typename ImageType >
std::size_t DummyPsf< ImageType >::getSize ( ) const
inline

Definition at line 149 of file TestImage.cpp.

Member Data Documentation

template<typename ImageType >
std::shared_ptr< VectorImage< SourceXtractor::SeFloat > > DummyPsf< ImageType >::m_kernel
private

Definition at line 78 of file BenchRendering.cpp.


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