SourceXtractorPlusPlus  0.14
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
SourceXtractor::DetectionFramePixelValues Class Reference

The values of a Source's pixels in the detection image. They are returned as a vector in the same order as the Source's pixels. More...

#include <DetectionFramePixelValues.h>

Inheritance diagram for SourceXtractor::DetectionFramePixelValues:
[legend]
Collaboration diagram for SourceXtractor::DetectionFramePixelValues:
[legend]

Public Member Functions

virtual ~DetectionFramePixelValues ()=default
 Destructor. More...
 
 DetectionFramePixelValues (std::vector< DetectionImage::PixelType > values, std::vector< DetectionImage::PixelType > filtered_values, std::vector< WeightImage::PixelType > variances)
 
const std::vector
< DetectionImage::PixelType > & 
getValues () const
 
const std::vector
< DetectionImage::PixelType > & 
getFilteredValues () const
 
const std::vector
< DetectionImage::PixelType > & 
getVariances () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

std::vector
< DetectionImage::PixelType
m_values
 
std::vector
< DetectionImage::PixelType
m_filtered_values
 
std::vector
< DetectionImage::PixelType
m_variances
 

Detailed Description

The values of a Source's pixels in the detection image. They are returned as a vector in the same order as the Source's pixels.

Definition at line 39 of file DetectionFramePixelValues.h.

Constructor & Destructor Documentation

virtual SourceXtractor::DetectionFramePixelValues::~DetectionFramePixelValues ( )
virtualdefault

Destructor.

SourceXtractor::DetectionFramePixelValues::DetectionFramePixelValues ( std::vector< DetectionImage::PixelType values,
std::vector< DetectionImage::PixelType filtered_values,
std::vector< WeightImage::PixelType variances 
)
inline

Definition at line 47 of file DetectionFramePixelValues.h.

References std::move().

Here is the call graph for this function:

Member Function Documentation

const std::vector<DetectionImage::PixelType>& SourceXtractor::DetectionFramePixelValues::getFilteredValues ( ) const
inline

Definition at line 57 of file DetectionFramePixelValues.h.

References m_filtered_values.

const std::vector<DetectionImage::PixelType>& SourceXtractor::DetectionFramePixelValues::getValues ( ) const
inline

Definition at line 53 of file DetectionFramePixelValues.h.

References m_values.

const std::vector<DetectionImage::PixelType>& SourceXtractor::DetectionFramePixelValues::getVariances ( ) const
inline

Definition at line 61 of file DetectionFramePixelValues.h.

References m_variances.

Member Data Documentation

std::vector<DetectionImage::PixelType> SourceXtractor::DetectionFramePixelValues::m_filtered_values
private

Definition at line 68 of file DetectionFramePixelValues.h.

Referenced by getFilteredValues().

std::vector<DetectionImage::PixelType> SourceXtractor::DetectionFramePixelValues::m_values
private

Definition at line 67 of file DetectionFramePixelValues.h.

Referenced by getValues().

std::vector<DetectionImage::PixelType> SourceXtractor::DetectionFramePixelValues::m_variances
private

Definition at line 69 of file DetectionFramePixelValues.h.

Referenced by getVariances().


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