#include <XPS4XPS.H>
Inheritance diagram for xpSampleBase:


Public Member Functions | |
| xpSampleBase () | |
| xpSampleBase (xpSpectrumBase *Parent) | |
| xboolean::xbool | GetContainsCarbon (void) |
| xpSpectrumBase * | GetSpectrum () |
| void | SetContainsCarbon (xboolean::xbool B) |
Protected Attributes | |
| xboolean::xbool | ContainsCarbon |
| xpSpectrumBase * | ParentSpectrum |
It implements the generic behaviour of spectrum-attached sample info.
|
|
Default constructor. Set back pointer to the parent spectrum to NULL and sets xpSampleBase::ContainsCarbon to Unknown. |
|
|
Constructor. Save back pointer to the parent spectrum in xpSampleBase::ParentSpectrum and saves pointer to this sample in the parent spectrum's member xpSpectrumBase::sample, furthermore sets xpSampleBase::ContainsCarbon to Unknown. |
|
|
Returns xpSampleBase::ContainsCarbon
|
|
|
Returns xpSampleBase::ParentSpectrum
|
|
|
Set xpSampleBase::ContainsCarbon
|
|
|
If sample contains Carbon: True, False or Unknown.
|
|
|
Back pointer to the parent spectrum.
|
1.3.5