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

Pseudoatom class. More...

#include <volume_to_pseudoatoms.h>

Collaboration diagram for PseudoAtom:
Collaboration graph
[legend]

Public Member Functions

 PseudoAtom ()
 Empty constructor. More...
 

Public Attributes

Matrix1D< double > location
 Location. More...
 
double intensity
 Intensity. More...
 

Friends

std::ostream & operator<< (std::ostream &o, const PseudoAtom &f)
 Show pseudo atom. More...
 

Detailed Description

Pseudoatom class.

Definition at line 41 of file volume_to_pseudoatoms.h.

Constructor & Destructor Documentation

◆ PseudoAtom()

PseudoAtom::PseudoAtom ( )

Empty constructor.

Definition at line 33 of file volume_to_pseudoatoms.cpp.

34 {
36  intensity=0;
37 }
double intensity
Intensity.
void initZeros()
Definition: matrix1d.h:592
Matrix1D< double > location
Location.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
const PseudoAtom f 
)
friend

Show pseudo atom.

Definition at line 44 of file volume_to_pseudoatoms.cpp.

45 {
46  o << a.location.transpose() << " " << a.intensity;
47  return o;
48 }
doublereal * a

Member Data Documentation

◆ intensity

double PseudoAtom::intensity

Intensity.

Definition at line 48 of file volume_to_pseudoatoms.h.

◆ location

Matrix1D<double> PseudoAtom::location

Location.

Definition at line 45 of file volume_to_pseudoatoms.h.


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