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

#include <project_xray.h>

Collaboration diagram for CIGTArgument:
Collaboration graph
[legend]

Public Member Functions

 CIGTArgument ()
 

Public Attributes

double samplingZ
 
MultidimArray< double > * muVol
 
MultidimArray< double > * cumMu
 Phantom volume. More...
 
MultidimArray< double > * IgeoVol
 Accumulated Mu == Standard EM projection used as reference for reconstruction. More...
 
MultidimArray< double > * IgeoZb
 Igeo accumulated along Z axis. More...
 
ParallelTaskDistributortd
 Intensity in the beginning of the volume to project. More...
 

Detailed Description

Definition at line 156 of file project_xray.h.

Constructor & Destructor Documentation

◆ CIGTArgument()

CIGTArgument::CIGTArgument ( )
inline

Definition at line 165 of file project_xray.h.

166  {
167  samplingZ = 0;
168  muVol = cumMu = IgeoVol = IgeoZb = nullptr;
169  td = nullptr;
170  }
double samplingZ
Definition: project_xray.h:158
ParallelTaskDistributor * td
Intensity in the beginning of the volume to project.
Definition: project_xray.h:163
MultidimArray< double > * muVol
Definition: project_xray.h:159
MultidimArray< double > * IgeoVol
Accumulated Mu == Standard EM projection used as reference for reconstruction.
Definition: project_xray.h:161
MultidimArray< double > * IgeoZb
Igeo accumulated along Z axis.
Definition: project_xray.h:162
MultidimArray< double > * cumMu
Phantom volume.
Definition: project_xray.h:160

Member Data Documentation

◆ cumMu

MultidimArray<double>* CIGTArgument::cumMu

Phantom volume.

Definition at line 160 of file project_xray.h.

◆ IgeoVol

MultidimArray<double>* CIGTArgument::IgeoVol

Accumulated Mu == Standard EM projection used as reference for reconstruction.

Definition at line 161 of file project_xray.h.

◆ IgeoZb

MultidimArray<double>* CIGTArgument::IgeoZb

Igeo accumulated along Z axis.

Definition at line 162 of file project_xray.h.

◆ muVol

MultidimArray<double>* CIGTArgument::muVol

Definition at line 159 of file project_xray.h.

◆ samplingZ

double CIGTArgument::samplingZ

Definition at line 158 of file project_xray.h.

◆ td

ParallelTaskDistributor* CIGTArgument::td

Intensity in the beginning of the volume to project.

Definition at line 163 of file project_xray.h.


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