SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::PixelCoordinateList Class Reference

#include <PixelCoordinateList.h>

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

Public Member Functions

 PixelCoordinateList (std::vector< PixelCoordinate > coordinate_list)
 
virtual ~PixelCoordinateList ()=default
 
const std::vector< PixelCoordinate > & getCoordinateList () const
 
bool contains (const PixelCoordinate &coord) const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

std::vector< PixelCoordinatem_coordinate_list
 

Detailed Description

Definition at line 31 of file PixelCoordinateList.h.

Constructor & Destructor Documentation

◆ PixelCoordinateList()

SourceXtractor::PixelCoordinateList::PixelCoordinateList ( std::vector< PixelCoordinate coordinate_list)
inline

Definition at line 35 of file PixelCoordinateList.h.

References std::move().

Here is the call graph for this function:

◆ ~PixelCoordinateList()

virtual SourceXtractor::PixelCoordinateList::~PixelCoordinateList ( )
virtualdefault

Member Function Documentation

◆ contains()

bool SourceXtractor::PixelCoordinateList::contains ( const PixelCoordinate coord) const
inline

Definition at line 45 of file PixelCoordinateList.h.

References std::find(), and m_coordinate_list.

Here is the call graph for this function:

◆ getCoordinateList()

const std::vector<PixelCoordinate>& SourceXtractor::PixelCoordinateList::getCoordinateList ( ) const
inline

Member Data Documentation

◆ m_coordinate_list

std::vector<PixelCoordinate> SourceXtractor::PixelCoordinateList::m_coordinate_list
private

Definition at line 51 of file PixelCoordinateList.h.

Referenced by contains(), and getCoordinateList().


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