itk::ParticleGoodBadAssessment::IdxCompare
Public Functions
| Name | |
|---|---|
| IdxCompare(const std::vector< double > & target) | |
| bool | operator()(int a, int b) const |
Public Attributes
| Name | |
|---|---|
| const std::vector< double > & | target |
Public Functions Documentation
function IdxCompare
inline IdxCompare(
const std::vector< double > & target
)
function operator()
inline bool operator()(
int a,
int b
) const
Public Attributes Documentation
variable target
const std::vector< double > & target;
Updated on 2022-07-23 at 17:50:02 -0600