Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
SeedCandidate Class Reference

Public Member Functions

bool operator< (const SeedCandidate &c) const
 

Public Attributes

int k
 
int i
 
int j
 
double v
 

Detailed Description

Definition at line 321 of file volume_to_pseudoatoms.cpp.

Member Function Documentation

◆ operator<()

bool SeedCandidate::operator< ( const SeedCandidate c) const
inline

Definition at line 326 of file volume_to_pseudoatoms.cpp.

326 {return v>c.v;}

Member Data Documentation

◆ i

int SeedCandidate::i

Definition at line 324 of file volume_to_pseudoatoms.cpp.

◆ j

int SeedCandidate::j

Definition at line 324 of file volume_to_pseudoatoms.cpp.

◆ k

int SeedCandidate::k

Definition at line 324 of file volume_to_pseudoatoms.cpp.

◆ v

double SeedCandidate::v

Definition at line 325 of file volume_to_pseudoatoms.cpp.


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