bioformats  5.1.3
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
ome::xml::model::enums::AcquisitionMode Class Reference

AcquisitionMode enumeration. More...

#include <ome/xml/model/enums/AcquisitionMode.h>

+ Collaboration diagram for ome::xml::model::enums::AcquisitionMode:

Public Types

enum  enum_value {
  WIDEFIELD, LASERSCANNINGCONFOCALMICROSCOPY, SPINNINGDISKCONFOCAL, SLITSCANCONFOCAL,
  MULTIPHOTONMICROSCOPY, STRUCTUREDILLUMINATION, SINGLEMOLECULEIMAGING, TOTALINTERNALREFLECTION,
  FLUORESCENCELIFETIME, SPECTRALIMAGING, FLUORESCENCECORRELATIONSPECTROSCOPY, NEARFIELDSCANNINGOPTICALMICROSCOPY,
  SECONDHARMONICGENERATIONIMAGING, PALM, STORM, STED,
  TIRF, FSM, LCM, OTHER
}
 Enumeration values. More...
 
typedef std::map< std::string, AcquisitionMode::enum_valuestring_map_type
 String map type.
 
typedef std::map< AcquisitionMode::enum_value, std::string > value_map_type
 Value map type.
 

Public Member Functions

 AcquisitionMode (enum_value value)
 Construct a AcquisitionMode enumeration by an enumeration value. More...
 
 AcquisitionMode (const std::string &name, bool strict=true)
 Construct a AcquisitionMode enumeration by an enumeration name. More...
 
 AcquisitionMode (const AcquisitionMode &original)
 Copy constructor. More...
 
AcquisitionModeoperator= (const AcquisitionMode &rhs)
 Assignment operator.
 
 operator enum_value () const
 Cast the enumeration to its value. More...
 
 operator const std::string & () const
 Cast the enumeration to its name. More...
 

Static Public Member Functions

static const string_map_typestrings ()
 Get a map of valid string names and enum values. More...
 
static const value_map_typevalues ()
 Get a map of valid enum values and string names. More...
 

Private Attributes

enum_value value
 Enumeration value.
 
const std::string * name
 Enumeration name.
 

Static Private Attributes

static const string_map_type string_map
 Mapping of enumeration name to value.
 
static const string_map_type lowercase_string_map
 Mapping of lowercase enumeration name to value.
 
static const value_map_type value_map
 Mapping of enumeration value to name.
 

Detailed Description

AcquisitionMode enumeration.

Member Enumeration Documentation

Enumeration values.

Enumerator
WIDEFIELD 

WideField.

LASERSCANNINGCONFOCALMICROSCOPY 

LaserScanningConfocalMicroscopy.

SPINNINGDISKCONFOCAL 

SpinningDiskConfocal.

SLITSCANCONFOCAL 

SlitScanConfocal.

MULTIPHOTONMICROSCOPY 

MultiPhotonMicroscopy.

STRUCTUREDILLUMINATION 

StructuredIllumination.

SINGLEMOLECULEIMAGING 

SingleMoleculeImaging.

TOTALINTERNALREFLECTION 

TotalInternalReflection.

FLUORESCENCELIFETIME 

FluorescenceLifetime.

SPECTRALIMAGING 

SpectralImaging.

FLUORESCENCECORRELATIONSPECTROSCOPY 

FluorescenceCorrelationSpectroscopy.

NEARFIELDSCANNINGOPTICALMICROSCOPY 

NearFieldScanningOpticalMicroscopy.

SECONDHARMONICGENERATIONIMAGING 

SecondHarmonicGenerationImaging.

PALM 

PALM.

STORM 

STORM.

STED 

STED.

TIRF 

TIRF.

FSM 

FSM.

LCM 

LCM.

OTHER 

Other.

Constructor & Destructor Documentation

ome::xml::model::enums::AcquisitionMode::AcquisitionMode ( enum_value  value)

Construct a AcquisitionMode enumeration by an enumeration value.

Parameters
valuethe value of the enumeration.

References name, and value_map.

Referenced by AcquisitionMode().

+ Here is the caller graph for this function:

ome::xml::model::enums::AcquisitionMode::AcquisitionMode ( const std::string &  name,
bool  strict = true 
)

Construct a AcquisitionMode enumeration by an enumeration name.

Exact matching of the name will require the name to match one of the valid enumeration names. Inexact matching will strip leading and trailing whitespace and perform a case-insensitive match. Exact matching is recommended for use in program code which does not process user input; inexact matching is recommended when processing potentially malformed user input.

Parameters
namethe name of the enumeration.
stricttrue to require an exact name, false to allow an inexact match.

References AcquisitionMode(), ome::common::createLogger(), lowercase_string_map, name, string_map, ome::common::trim(), value, and value_map.

ome::xml::model::enums::AcquisitionMode::AcquisitionMode ( const AcquisitionMode original)

Copy constructor.

Parameters
originalthe instance to copy.

Member Function Documentation

ome::xml::model::enums::AcquisitionMode::operator const std::string & ( ) const
inline

Cast the enumeration to its name.

Returns
the enumeration value.

References name.

ome::xml::model::enums::AcquisitionMode::operator enum_value ( ) const
inline

Cast the enumeration to its value.

Returns
the enumeration value.

References value.

const AcquisitionMode::string_map_type & ome::xml::model::enums::AcquisitionMode::strings ( )
static

Get a map of valid string names and enum values.

Returns
a map of string names to enum values.

References string_map.

const AcquisitionMode::value_map_type & ome::xml::model::enums::AcquisitionMode::values ( )
static

Get a map of valid enum values and string names.

Returns
a map of enum values to string names.

References value_map.


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