|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <PixelCoordinateList.h>
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< PixelCoordinate > | m_coordinate_list |
Definition at line 31 of file PixelCoordinateList.h.
|
inline |
Definition at line 35 of file PixelCoordinateList.h.
References std::move().
|
virtualdefault |
|
inline |
Definition at line 45 of file PixelCoordinateList.h.
References std::find(), and m_coordinate_list.
|
inline |
Definition at line 41 of file PixelCoordinateList.h.
References m_coordinate_list.
Referenced by SourceXtractor::CoreThresholdPartitionTask::computeProperties(), SourceXtractor::PixelCentroidTask::computeProperties(), SourceXtractor::PixelBoundariesTask::computeProperties(), SourceXtractor::DetectionFramePixelValuesTask::computeProperties(), SourceXtractor::ExternalFlagTask< Combine >::computeProperties(), SourceXtractor::PixelBoundariesTaskHalfMaximum::computeProperties(), SourceXtractor::MinAreaPartitionStep::partition(), and SourceXtractor::CoreThresholdPartitionStep::partition().
|
private |
Definition at line 51 of file PixelCoordinateList.h.
Referenced by contains(), and getCoordinateList().
1.8.14