IMP  2.3.0
The Integrative Modeling Platform
IMP::em2d::ProjectingParameters Class Reference

Parameters needed for the core projection routine. More...

#include <IMP/em2d/project.h>

+ Inheritance diagram for IMP::em2d::ProjectingParameters:

Detailed Description

Parameters needed for the core projection routine.

Definition at line 30 of file project.h.

Public Member Functions

 ProjectingParameters (double ps, double res)
 
void show (std::ostream &out=std::cout) const
 

Public Attributes

double pixel_size
 
double resolution
 

Constructor & Destructor Documentation

IMP::em2d::ProjectingParameters::ProjectingParameters ( double  ps,
double  res 
)
Parameters
psPixel size of the image to generate when projection
resResolution used to downsample an atomic model before projecting

Definition at line 41 of file project.h.

Member Function Documentation

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

Shows information about the class

Parameters
outStream used to show the information

Definition at line 48 of file project.h.


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