Rosetta
Typedefs | Enumerations | Functions
core::io::rcsb Namespace Reference

Typedefs

typedef std::list< ExperimentalTechniqueExperimentalTechniques
 

Enumerations

enum  ExperimentalTechnique {
  UNKNOWN_EXPDTA = 0 , X_RAY_DIFFRACTION = 1 , FIBER_DIFFRACTION , NEUTRON_DIFFRACTION ,
  ELECTRON_CRYSTALLOGRAPHY , ELECTRON_MICROSCOPY , SOLID_STATE_NMR , SOLUTION_NMR ,
  SOLUTION_SCATTERING , THEORETICAL_MODEL , ExperimentalTechnique_max_current = THEORETICAL_MODEL , EPR ,
  ELECTRON_DEFRACTION , CRYO_ELECTRON_MICROSCOPY , SOLUTION_SCATTERING_THEORETICAL_MODEL , FLORECENCE_TRANSFER ,
  NMR , ExperimentalTechnique_max = NMR
}
 

Functions

static basic::Tracer TR ("core.io.rcsb.ExperimentalTechnique")
 
std::string experimental_technique_to_string (ExperimentalTechnique technique)
 
ExperimentalTechnique string_to_experimental_technique (std::string const &technique)
 

Typedef Documentation

◆ ExperimentalTechniques

Enumeration Type Documentation

◆ ExperimentalTechnique

Enumerator
UNKNOWN_EXPDTA 
X_RAY_DIFFRACTION 
FIBER_DIFFRACTION 
NEUTRON_DIFFRACTION 
ELECTRON_CRYSTALLOGRAPHY 
ELECTRON_MICROSCOPY 
SOLID_STATE_NMR 
SOLUTION_NMR 
SOLUTION_SCATTERING 
THEORETICAL_MODEL 
ExperimentalTechnique_max_current 
EPR 
ELECTRON_DEFRACTION 
CRYO_ELECTRON_MICROSCOPY 
SOLUTION_SCATTERING_THEORETICAL_MODEL 
FLORECENCE_TRANSFER 
NMR 
ExperimentalTechnique_max 

Function Documentation

◆ experimental_technique_to_string()

std::string core::io::rcsb::experimental_technique_to_string ( ExperimentalTechnique  technique)

◆ string_to_experimental_technique()

ExperimentalTechnique core::io::rcsb::string_to_experimental_technique ( std::string const &  technique)

◆ TR()

static basic::Tracer core::io::rcsb::TR ( "core.io.rcsb.ExperimentalTechnique"  )
static