IMP  2.3.1
The Integrative Modeling Platform
IMP::em2d::ProjectingOptions Class Reference

Parameters given as options to the get_projections() functions. More...

#include <IMP/em2d/project.h>

+ Inheritance diagram for IMP::em2d::ProjectingOptions:

Detailed Description

Parameters given as options to the get_projections() functions.

This class augments ProjectingParameters adding values that are options for the projecting functions, not core parameters.

Definition at line 59 of file project.h.

Public Member Functions

 ProjectingOptions ()
 
 ProjectingOptions (double ps, double res)
 
 ProjectingOptions (double ps, double res, ImageReaderWriter *irw)
 
void show (std::ostream &out=std::cout) const
 
- Public Member Functions inherited from IMP::em2d::ProjectingParameters
 ProjectingParameters (double ps, double res)
 
void show (std::ostream &out=std::cout) const
 

Public Attributes

bool clear_matrix_before_projecting
 
bool normalize
 
bool save_images
 
base::Pointer< ImageReaderWritersrw
 
- Public Attributes inherited from IMP::em2d::ProjectingParameters
double pixel_size
 
double resolution
 

Constructor & Destructor Documentation

IMP::em2d::ProjectingOptions::ProjectingOptions ( )

Constructor. Calls init_defaults()

Definition at line 82 of file project.h.

IMP::em2d::ProjectingOptions::ProjectingOptions ( double  ps,
double  res 
)

The arguments passed to the constructor are the same as the arguments to to the constructor of ProjectingParameters class.

Parameters
ps
res

Definition at line 90 of file project.h.

Member Function Documentation

void IMP::em2d::ProjectingOptions::show ( std::ostream &  out = std::cout) const

Shows information about the class

Parameters
outStream used to show the information

Definition at line 103 of file project.h.


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