spectrum information management class More...
#include <Spectrum.h>


Classes | |
| struct | PrecursorInfo |
| precursor information More... | |
Public Types | |
| enum | Polarity { POLARITY_UNKNOWN = 0, POLARITY_POSITIVE = 1, POLARITY_NEGATIVE = 2 } |
| polarity definition | |
Public Member Functions | |
| Spectrum (Sample *sample, const char *name) | |
| constructor More... | |
| virtual | ~Spectrum () |
| destructor | |
| void | setId (int id) |
| sets spectrum id More... | |
| int | getId () |
| gets spectrum id More... | |
| void | setOperationFlag (const bool op) |
| sets the operation flag value More... | |
| bool | getOperationFlag () |
| gets the operation flag value More... | |
| Sample * | getSample () |
| gets the sample that has this spectrum More... | |
| void | setName (const char *name) |
| sets spectrum name More... | |
| const char * | getName () |
| gets spectrum name More... | |
| void | setRt (const double rt) |
| sets retention time More... | |
| void | setRt (const double startRt, const double endRt) |
| gets retention time More... | |
| void | setStartRt (const double rt) |
| sets start retention time More... | |
| void | setEndRt (const double rt) |
| sets end retention time More... | |
| double | getRt () |
| gets retention time More... | |
| double | getStartRt () |
| gets the start of retention time More... | |
| double | getEndRt () |
| gets the end of retention time More... | |
| void | setSpecType (const char *type) |
| sets spectrum type More... | |
| const char * | getSpecType () |
| gets spectrum type More... | |
| void | setTitle (const char *title) |
| sets spectrum title More... | |
| const char * | getTitle () |
| gets spectrum title More... | |
| void | setIcon (const char *icon) |
| sets icon name More... | |
| const char * | getIcon () |
| gets icon name More... | |
| kome::core::XYData * | getXYData () |
| gets xy data from data manager More... | |
| void | deleteXYData () |
| deletes xy data of data manager | |
| void | getXYData (kome::core::XYData *const xyData, const bool op) |
| gets data points More... | |
| void | getXYData (kome::core::XYData *const xyData, const double minX, const double maxX, const bool zero) |
| gets data points that spectrum has More... | |
| void | setXRange (const double minX, const double maxX) |
| sets x range More... | |
| void | setMinX (const double minX) |
| sets min x More... | |
| double | getMinX () |
| gets min x More... | |
| void | setMaxX (const double maxX) |
| sets max x More... | |
| double | getMaxX () |
| gets max x More... | |
| void | setTotalIntensity (const double intensity) |
| sets total intensity of spectrum More... | |
| double | getTotalIntensity (const double minX=-1.0, const double maxX=-1.0) |
| gets total intensity in specified range More... | |
| void | setMaxIntensity (const double intensity) |
| sets max intensity of spectrum More... | |
| double | getMaxIntensity (const double minX=-1.0, const double maxX=-1.0) |
| gets max intensity in specified range More... | |
| void | setBasePeakMass (const double mass) |
| sets base peak mass More... | |
| double | getBasePeakMass () |
| gets base peak mass More... | |
| void | setMsStage (const int stage) |
| sets ms stage More... | |
| int | getMsStage () |
| gets ms stage More... | |
| void | setPrecursor (const int stage, const double precursor) |
| sets precursor More... | |
| void | setPrecursor (const double precursor) |
| sets precursor More... | |
| double | getPrecursor (const int stage) |
| gets precursor More... | |
| double | getPrecursor () |
| gets the precursor mass of precursor ion spectrum. More... | |
| void | setPrecursorIntensity (const int stage, const double intensity) |
| sets precursor intensity More... | |
| void | setPrecursorIntensity (const double intensity) |
| sets precursor intensity More... | |
| double | getPrecursorIntensity (const int stage) |
| gets the precursor intensity More... | |
| double | getPrecursorIntensity () |
| gets the precursor intensity of the precursor ion spectrum. More... | |
| void | setPrecursorCharge (const int charge) |
| sets the precursor charge More... | |
| int | getPrecursorCharge () |
| gets the precursor charge More... | |
| void | setParentSpectrum (Spectrum *const parent) |
| sets parent spectrum More... | |
| Spectrum * | getParentSpectrum () |
| gets parent spectrum More... | |
| void | getChildSpectra (std::vector< Spectrum * > &children) |
| gets child spectra More... | |
| void | setHasChromatogram (const bool chromatogram) |
| sets wheher this spectrum has chromatogram More... | |
| bool | hasChromatogram () |
| judges whether this spectrum has chromatogram More... | |
| void | setGroup (DataGroupNode *group) |
| sets spectrum group More... | |
| DataGroupNode * | getGroup () |
| gets spectrum group More... | |
| void | setScanNumber (const int scan) |
| sets scan number More... | |
| int | getScanNumber () |
| gets scan number More... | |
| void | setPolarity (Polarity polarity) |
| sets polarity More... | |
| Polarity | getPolarity () |
| gets polarity More... | |
| void | setCentroidMode (const bool centroidMode) |
| sets centroid mode or not More... | |
| bool | isCentroidMode () |
| judget wheter this spectrum is centroid mode More... | |
| void | setResolution (const double resolution) |
| sets resolution More... | |
| double | getResolution () |
| gets resolution More... | |
| void | setCollisionEnergy (const char *collisionEnergy) |
| sets the collision energy More... | |
| const char * | getCollisionEnergy () |
| gets the collision energy More... | |
| void | setVisible (const bool visible) |
| sets the visible flag More... | |
| bool | isVisible () |
| gets the visible flag value More... | |
| void | setAutoZeroPoints (const bool autoZero) |
| sets auto zero points flag value More... | |
| bool | isAutoZeroPoints () |
| gets auto zero points flag value More... | |
| kome::core::Properties & | getProperties () |
| gets properties More... | |
| kome::core::Properties & | getUserProperties () |
| gets user properties More... | |
| void | setOrgSpectrum (Spectrum *spec) |
| sets original spectrum More... | |
| Spectrum * | getOrgSpectrum () |
| gets original spectrum More... | |
| void | getProperties (kome::core::Properties &properties) |
| gets spectrum and spectrum group properties More... | |
| void | getUserProperties (kome::core::Properties &userProperties) |
| gets spectrum and spectrum group user properties More... | |
| void | setSpotId (const char *pcSpotId) |
| set spot id param[in] pcSpotId SpotId information | |
| const char * | getSpotId (void) |
| get spot id More... | |
| void | setRequestLoadData (void) |
| set the flag of request load data More... | |
| void | resetRequestLoadData (void) |
| bool | isRequestLoadData (void) |
| check the flag of request load data More... | |
| void | setFirstAccess (void) |
| set the flag of first access | |
| void | resetFirstAccess (void) |
| reset the flag of first access | |
| bool | isFirstAccess (void) |
| check the flag of first access More... | |
| bool | loadData (void) |
| load data More... | |
Static Public Member Functions | |
| static bool | isCommonProperty (const char *key) |
| check whther the specified property key is common property or not More... | |
Protected Member Functions | |
| virtual void | onGetXYData (kome::core::XYData *const xyData, const double minX, const double maxX)=0 |
| This method is called by getXYData method. (abstract method) More... | |
| virtual void | onGetXRange (double *minX, double *maxX)=0 |
| This method is called by getMinX or getMaxX method. (abstract method) More... | |
| virtual double | onGetTotalIntensity (const double minX, const double maxX)=0 |
| This method is called by getTotalIntensity method. (abstract method) More... | |
| virtual double | onGetMaxIntensity (const double minX, const double maxX)=0 |
| This method is called by getMaxIntensity method. (abstract method) More... | |
| virtual void | onSetRequestLoadData (void) |
| This method is called by setRequestLoadData method. (abstract method) | |
| virtual void | onResetRequestLoadData (void) |
| This method is called by resetRequestLoadData method. (abstract method) | |
| virtual bool | onIsRequestLoadData (void) |
| This method is called by isRequestLoadData method. (abstract method) More... | |
| virtual void | onSetFirstAccess (void) |
| This method is called by setFirstAccess method. (abstract method) | |
| virtual void | onResetFirstAccess (void) |
| This method is called by resetFirstAccess method. (abstract method) | |
| virtual bool | onIsFirstAccess (void) |
| This method is called by isFirstAccess method. (abstract method) More... | |
| virtual bool | onLoadData (void) |
| This method is called by loadData method. (abstract method) More... | |
| bool | firstAccessProcess (void) |
| method for processing when accessing the first item of this class More... | |
Protected Attributes | |
| Spectrum * | m_orgSpec |
| bool | m_op |
| int | m_specId |
Static Protected Attributes | |
| static std::vector< std::string > | m_commonProps |
spectrum information management class
Definition at line 30 of file Spectrum.h.
| kome::objects::Spectrum::Spectrum | ( | Sample * | sample, |
| const char * | name | ||
| ) |
constructor
| [in] | sample | sample object that has this spectrum |
| [in] | name | spectrum name |
Definition at line 42 of file Spectrum.cpp.

|
protected |
method for processing when accessing the first item of this class
Definition at line 1252 of file Spectrum.cpp.

| double kome::objects::Spectrum::getBasePeakMass | ( | ) |
gets base peak mass
Definition at line 581 of file Spectrum.cpp.

| void kome::objects::Spectrum::getChildSpectra | ( | std::vector< Spectrum * > & | children | ) |
gets child spectra
| [out] | children | the array to store child spectra |
Definition at line 855 of file Spectrum.cpp.

| const char * kome::objects::Spectrum::getCollisionEnergy | ( | ) |
| double kome::objects::Spectrum::getEndRt | ( | ) |
gets the end of retention time
Definition at line 197 of file Spectrum.cpp.

| DataGroupNode * kome::objects::Spectrum::getGroup | ( | ) |
| const char * kome::objects::Spectrum::getIcon | ( | ) |
gets icon name
Definition at line 273 of file Spectrum.cpp.

| int kome::objects::Spectrum::getId | ( | ) |
| double kome::objects::Spectrum::getMaxIntensity | ( | const double | minX = -1.0, |
| const double | maxX = -1.0 |
||
| ) |
gets max intensity in specified range
| [in] | minX | minimum x of range (If minX is negative number, minimum x value is unbounded.) |
| [in] | maxX | maximum x of range (If maxX is negative number, maximum x value is unbounded.) |
Definition at line 548 of file Spectrum.cpp.

| double kome::objects::Spectrum::getMaxX | ( | ) |
gets max x
Definition at line 489 of file Spectrum.cpp.

| double kome::objects::Spectrum::getMinX | ( | ) |
gets min x
Definition at line 461 of file Spectrum.cpp.

| int kome::objects::Spectrum::getMsStage | ( | ) |
gets ms stage
Definition at line 634 of file Spectrum.cpp.

| const char * kome::objects::Spectrum::getName | ( | ) |
gets spectrum name
Definition at line 123 of file Spectrum.cpp.

|
inline |
gets the operation flag value
Definition at line 202 of file Spectrum.h.
| Spectrum * kome::objects::Spectrum::getOrgSpectrum | ( | ) |
| Spectrum * kome::objects::Spectrum::getParentSpectrum | ( | ) |
gets parent spectrum
Definition at line 850 of file Spectrum.cpp.
| Polarity kome::objects::Spectrum::getPolarity | ( | ) |
| double kome::objects::Spectrum::getPrecursor | ( | const int | stage | ) |
gets precursor
| [in] | stage | MS stage of precursor ion spectrum |
Definition at line 683 of file Spectrum.cpp.

| double kome::objects::Spectrum::getPrecursor | ( | ) |
gets the precursor mass of precursor ion spectrum.
Definition at line 695 of file Spectrum.cpp.

| int kome::objects::Spectrum::getPrecursorCharge | ( | ) |
| double kome::objects::Spectrum::getPrecursorIntensity | ( | const int | stage | ) |
gets the precursor intensity
| [in] | stage | MS stage of precursor ion spectrum |
Definition at line 749 of file Spectrum.cpp.

| double kome::objects::Spectrum::getPrecursorIntensity | ( | ) |
gets the precursor intensity of the precursor ion spectrum.
Definition at line 797 of file Spectrum.cpp.

| kome::core::Properties & kome::objects::Spectrum::getProperties | ( | ) |
| void kome::objects::Spectrum::getProperties | ( | kome::core::Properties & | properties | ) |
gets spectrum and spectrum group properties
| [out] | properties | properties object to store properties |
Definition at line 1012 of file Spectrum.cpp.

| double kome::objects::Spectrum::getResolution | ( | ) |
| double kome::objects::Spectrum::getRt | ( | ) |
gets retention time
Definition at line 184 of file Spectrum.cpp.

| Sample * kome::objects::Spectrum::getSample | ( | ) |
gets the sample that has this spectrum
Definition at line 108 of file Spectrum.cpp.
| int kome::objects::Spectrum::getScanNumber | ( | ) |
| const char * kome::objects::Spectrum::getSpecType | ( | ) |
gets spectrum type
Definition at line 209 of file Spectrum.cpp.

| const char * kome::objects::Spectrum::getSpotId | ( | void | ) |
get spot id
Definition at line 1153 of file Spectrum.cpp.

| double kome::objects::Spectrum::getStartRt | ( | ) |
gets the start of retention time
Definition at line 191 of file Spectrum.cpp.

| const char * kome::objects::Spectrum::getTitle | ( | ) |
gets spectrum title
Definition at line 222 of file Spectrum.cpp.

| double kome::objects::Spectrum::getTotalIntensity | ( | const double | minX = -1.0, |
| const double | maxX = -1.0 |
||
| ) |
gets total intensity in specified range
| [in] | minX | minimum x of range (If minX is negative number, minimum x value is unbounded.) |
| [in] | maxX | maximum x of range (If maxX is negative number, maximum x value is unbounded.) |
Definition at line 516 of file Spectrum.cpp.

| kome::core::Properties & kome::objects::Spectrum::getUserProperties | ( | ) |
| void kome::objects::Spectrum::getUserProperties | ( | kome::core::Properties & | userProperties | ) |
gets spectrum and spectrum group user properties
| [out] | userProperties | userProperties object to store user properties |
Definition at line 1061 of file Spectrum.cpp.

| kome::core::XYData * kome::objects::Spectrum::getXYData | ( | ) |
gets xy data from data manager
Definition at line 279 of file Spectrum.cpp.

| void kome::objects::Spectrum::getXYData | ( | kome::core::XYData *const | xyData, |
| const bool | op | ||
| ) |
gets data points
| [out] | xyData | the object to store data points |
| [in] | op | If true, getting operated data points |
Definition at line 293 of file Spectrum.cpp.

| void kome::objects::Spectrum::getXYData | ( | kome::core::XYData *const | xyData, |
| const double | minX, | ||
| const double | maxX, | ||
| const bool | zero | ||
| ) |
gets data points that spectrum has
| [out] | xyData | the object to store data points |
| [in] | minX | minimum x value. (If minX is negative number, minimum x value is not unbounded.) |
| [in] | maxX | maximum x value. (If maxX is negative number, maximum x value is not unbounded.) |
| [in] | zero | zero intensities insertion flag |
Definition at line 310 of file Spectrum.cpp.

| bool kome::objects::Spectrum::hasChromatogram | ( | ) |
judges whether this spectrum has chromatogram
Definition at line 888 of file Spectrum.cpp.
| bool kome::objects::Spectrum::isAutoZeroPoints | ( | ) |
gets auto zero points flag value
Definition at line 988 of file Spectrum.cpp.
| bool kome::objects::Spectrum::isCentroidMode | ( | ) |
judget wheter this spectrum is centroid mode
Definition at line 941 of file Spectrum.cpp.
|
static |
check whther the specified property key is common property or not
| [in] | key | parameter key |
Definition at line 1083 of file Spectrum.cpp.
| bool kome::objects::Spectrum::isFirstAccess | ( | void | ) |
check the flag of first access
Definition at line 1198 of file Spectrum.cpp.

| bool kome::objects::Spectrum::isRequestLoadData | ( | void | ) |
check the flag of request load data
Definition at line 1176 of file Spectrum.cpp.

| bool kome::objects::Spectrum::isVisible | ( | ) |
| bool kome::objects::Spectrum::loadData | ( | void | ) |
load data
Definition at line 1204 of file Spectrum.cpp.

|
protectedpure virtual |
This method is called by getMaxIntensity method. (abstract method)
| [in] | minX | minimum x of range (If minX is negative number, minimum x value is unbounded.) |
| [in] | maxX | maximum x of range (If maxX is negative number, maximum x value is unbounded.) |
Implemented in kome::operation::TransformedSpectrum, kome::objects::AveragedSpectrum, kome::objects::OverlappingSpectrum, and kome::operation::ManipulatedSpectrum.
|
protectedpure virtual |
This method is called by getTotalIntensity method. (abstract method)
| [in] | minX | minimum x of range (If minX is negative number, minimum x value is unbounded.) |
| [in] | maxX | maximum x of range (If maxX is negative number, maximum x value is unbounded.) |
Implemented in kome::operation::TransformedSpectrum, kome::objects::AveragedSpectrum, kome::objects::OverlappingSpectrum, and kome::operation::ManipulatedSpectrum.
|
protectedpure virtual |
This method is called by getMinX or getMaxX method. (abstract method)
| [out] | minX | the pointer to store minimum x value |
| [out] | maxX | the pointer to store maximum x value |
Implemented in kome::operation::TransformedSpectrum, kome::objects::AveragedSpectrum, kome::objects::OverlappingSpectrum, and kome::operation::ManipulatedSpectrum.
|
protectedpure virtual |
This method is called by getXYData method. (abstract method)
| [out] | xyData | the object to store data points |
| [in] | minX | minimum x value. (If minX is negative number, minimum x value is not unbounded.) |
| [in] | maxX | maximum x value. (If maxX is negative number, maximum x value is not unbounded.) |
Implemented in kome::operation::TransformedSpectrum, kome::objects::AveragedSpectrum, kome::objects::OverlappingSpectrum, and kome::operation::ManipulatedSpectrum.
|
protectedvirtual |
This method is called by isFirstAccess method. (abstract method)
Reimplemented in kome::operation::TransformedSpectrum, and kome::operation::ManipulatedSpectrum.
Definition at line 1240 of file Spectrum.cpp.
|
protectedvirtual |
This method is called by isRequestLoadData method. (abstract method)
Reimplemented in kome::operation::TransformedSpectrum, and kome::operation::ManipulatedSpectrum.
Definition at line 1222 of file Spectrum.cpp.
|
protectedvirtual |
This method is called by loadData method. (abstract method)
Reimplemented in kome::operation::TransformedSpectrum, and kome::operation::ManipulatedSpectrum.
Definition at line 1246 of file Spectrum.cpp.
| void kome::objects::Spectrum::setAutoZeroPoints | ( | const bool | autoZero | ) |
sets auto zero points flag value
| [in] | autoZero | auto zero points flag value. |
Definition at line 983 of file Spectrum.cpp.
| void kome::objects::Spectrum::setBasePeakMass | ( | const double | mass | ) |
sets base peak mass
| [in] | mass | base peak mass |
Definition at line 569 of file Spectrum.cpp.

| void kome::objects::Spectrum::setCentroidMode | ( | const bool | centroidMode | ) |
sets centroid mode or not
| [in] | centroidMode | If true, this spectrum is centroid mode. |
Definition at line 935 of file Spectrum.cpp.

| void kome::objects::Spectrum::setCollisionEnergy | ( | const char * | collisionEnergy | ) |
sets the collision energy
| [in] | collisionEnergy | collision energy |
Definition at line 957 of file Spectrum.cpp.

| void kome::objects::Spectrum::setEndRt | ( | const double | rt | ) |
sets end retention time
| [in] | rt | end retention time |
Definition at line 172 of file Spectrum.cpp.

| void kome::objects::Spectrum::setGroup | ( | DataGroupNode * | group | ) |
| void kome::objects::Spectrum::setHasChromatogram | ( | const bool | chromatogram | ) |
sets wheher this spectrum has chromatogram
| [in] | chromatogram | whether this spectrum has chromatogram |
Definition at line 883 of file Spectrum.cpp.
| void kome::objects::Spectrum::setIcon | ( | const char * | icon | ) |
| void kome::objects::Spectrum::setId | ( | int | id | ) |
| void kome::objects::Spectrum::setMaxIntensity | ( | const double | intensity | ) |
sets max intensity of spectrum
| [in] | intensity | max intensity |
Definition at line 537 of file Spectrum.cpp.

| void kome::objects::Spectrum::setMaxX | ( | const double | maxX | ) |
sets max x
| [in] | maxX | max x |
Definition at line 477 of file Spectrum.cpp.

| void kome::objects::Spectrum::setMinX | ( | const double | minX | ) |
sets min x
| [in] | minX | min x |
Definition at line 449 of file Spectrum.cpp.

| void kome::objects::Spectrum::setMsStage | ( | const int | stage | ) |
sets ms stage
| [in] | stage | ms stage |
Definition at line 587 of file Spectrum.cpp.

| void kome::objects::Spectrum::setName | ( | const char * | name | ) |
sets spectrum name
| [in] | name | spectrum name |
Definition at line 113 of file Spectrum.cpp.

|
inline |
sets the operation flag value
| [in] | op | operation flag value |
Definition at line 195 of file Spectrum.h.
| void kome::objects::Spectrum::setOrgSpectrum | ( | Spectrum * | spec | ) |
sets original spectrum
| [in] | spec | orignal spectrum |
Definition at line 998 of file Spectrum.cpp.
| void kome::objects::Spectrum::setParentSpectrum | ( | Spectrum *const | parent | ) |
sets parent spectrum
| [in] | parent | parent spectrum oebject. (If this spectrum has no parent, this parameter is NULL.) |
Definition at line 821 of file Spectrum.cpp.

| void kome::objects::Spectrum::setPolarity | ( | Polarity | polarity | ) |
sets polarity
| [in] | polarity | polarity |
Definition at line 920 of file Spectrum.cpp.

| void kome::objects::Spectrum::setPrecursor | ( | const int | stage, |
| const double | precursor | ||
| ) |
sets precursor
| [in] | stage | MS stage of precursor ion spectrum. |
| [in] | precursor | precursor mass |
Definition at line 640 of file Spectrum.cpp.

| void kome::objects::Spectrum::setPrecursor | ( | const double | precursor | ) |
sets precursor
| [in] | precursor | precursor mass |
Definition at line 672 of file Spectrum.cpp.

| void kome::objects::Spectrum::setPrecursorCharge | ( | const int | charge | ) |
sets the precursor charge
| [in] | charge | precursor charge |
Definition at line 804 of file Spectrum.cpp.

| void kome::objects::Spectrum::setPrecursorIntensity | ( | const int | stage, |
| const double | intensity | ||
| ) |
sets precursor intensity
| [in] | stage | MS stage of precursor ion spectrum |
| [in] | intensity | precursor intensity |
Definition at line 702 of file Spectrum.cpp.

| void kome::objects::Spectrum::setPrecursorIntensity | ( | const double | intensity | ) |
sets precursor intensity
| [in] | intensity | precursor intensity |
Definition at line 739 of file Spectrum.cpp.

| void kome::objects::Spectrum::setRequestLoadData | ( | void | ) |
set the flag of request load data
reset the flag of request load data
Definition at line 1160 of file Spectrum.cpp.

| void kome::objects::Spectrum::setResolution | ( | const double | resolution | ) |
sets resolution
| [in] | resolution | resolution |
Definition at line 946 of file Spectrum.cpp.

| void kome::objects::Spectrum::setRt | ( | const double | rt | ) |
sets retention time
| [in] | rt | retention time |
Definition at line 129 of file Spectrum.cpp.

| void kome::objects::Spectrum::setRt | ( | const double | startRt, |
| const double | endRt | ||
| ) |
gets retention time
| [in] | startRt | the start retention time |
| [in] | endRt | the end retention time |
Definition at line 147 of file Spectrum.cpp.

| void kome::objects::Spectrum::setScanNumber | ( | const int | scan | ) |
sets scan number
| [in] | scan | scan number |
Definition at line 903 of file Spectrum.cpp.

| void kome::objects::Spectrum::setSpecType | ( | const char * | type | ) |
sets spectrum type
| [in] | type | spectrum type |
Definition at line 203 of file Spectrum.cpp.

| void kome::objects::Spectrum::setStartRt | ( | const double | rt | ) |
sets start retention time
| [in] | rt | start retention time |
Definition at line 160 of file Spectrum.cpp.

| void kome::objects::Spectrum::setTitle | ( | const char * | title | ) |
sets spectrum title
| [in] | title | spectrum title |
Definition at line 215 of file Spectrum.cpp.

| void kome::objects::Spectrum::setTotalIntensity | ( | const double | intensity | ) |
sets total intensity of spectrum
| [in] | intensity | total intensity. |
Definition at line 505 of file Spectrum.cpp.

| void kome::objects::Spectrum::setVisible | ( | const bool | visible | ) |
sets the visible flag
| [in] | visible | visible flag value |
Definition at line 973 of file Spectrum.cpp.
| void kome::objects::Spectrum::setXRange | ( | const double | minX, |
| const double | maxX | ||
| ) |
sets x range
| [in] | minX | min x |
| [in] | maxX | max x |
Definition at line 443 of file Spectrum.cpp.

|
staticprotected |
common properties
Definition at line 169 of file Spectrum.h.
|
protected |
operation flag
Definition at line 165 of file Spectrum.h.
|
protected |
original spectrum
Definition at line 162 of file Spectrum.h.
|
protected |
spectrum id
Definition at line 172 of file Spectrum.h.
1.8.6