IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Parameters given as options to the get_projections() functions. More...
#include <IMP/em2d/project.h>
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.
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 |
Pointer< ImageReaderWriter > | srw |
Public Attributes inherited from IMP::em2d::ProjectingParameters | |
double | pixel_size |
double | resolution |
IMP::em2d::ProjectingOptions::ProjectingOptions | ( | ) |
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.
ps | |
res |
void IMP::em2d::ProjectingOptions::show | ( | std::ostream & | out = std::cout | ) | const |