Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members

#include <mpi_classify_CL2D.h>

Public Member Functions

bool operator() (CL2DClass *const &rpStart, CL2DClass *const &rpEnd)
 
bool operator() (CL3DClass *const &rpStart, CL3DClass *const &rpEnd)
 
bool operator() (EpsilonClass const &rpStart, EpsilonClass const &rpEnd)
 

Detailed Description

Definition at line 151 of file mpi_classify_CL2D.h.

Member Function Documentation

◆ operator()() [1/3]

bool SDescendingClusterSort::operator() ( CL2DClass *const &  rpStart,
CL2DClass *const &  rpEnd 
)
inline

Definition at line 153 of file mpi_classify_CL2D.h.

154  {
155  return rpStart->currentListImg.size() > rpEnd->currentListImg.size();
156  }
std::vector< CL2DAssignment > currentListImg

◆ operator()() [2/3]

bool SDescendingClusterSort::operator() ( CL3DClass *const &  rpStart,
CL3DClass *const &  rpEnd 
)
inline

Definition at line 158 of file mpi_classify_CLTomo.h.

159  {
160  return rpStart->currentListImg.size() > rpEnd->currentListImg.size();
161  }
std::vector< CL3DAssignment > currentListImg

◆ operator()() [3/3]

bool SDescendingClusterSort::operator() ( EpsilonClass const &  rpStart,
EpsilonClass const &  rpEnd 
)
inline

Definition at line 516 of file mpi_classify_FTTRI.cpp.

517  {
518  return rpStart.memberIdx.size() > rpEnd.memberIdx.size();
519  }

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