xy data operation class
More...
#include <XYDataOperation.h>
xy data operation class
Definition at line 31 of file XYDataOperation.h.
| int kome::objects::XYDataOperation::getIndex |
( |
| ) |
|
| const char * kome::objects::XYDataOperation::getName |
( |
| ) |
|
| void kome::objects::XYDataOperation::setIndex |
( |
int |
index | ) |
|
| void kome::objects::XYDataOperation::setName |
( |
const char * |
name | ) |
|
sets name
- Parameters
-
Definition at line 36 of file XYDataOperation.cpp.
#define NVL(checkVal, replaceVal)
updates xy data
- Parameters
-
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | chrom | chromatogram |
Definition at line 76 of file XYDataOperation.cpp.
84 for(
unsigned int i = 0; i < src.
getLength(); i++ ) {
data points data of profile management class
double getX(const unsigned int index)
gets x coordinate
void clearPoints()
clear all data points
double getY(const unsigned int index)
gets y coordinate
virtual void onUpdate(kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Chromatogram &chrom)=0
This method is called by update method. (abstract method)
void reserve(const unsigned int num)
reserves enough contiguous memory of array
void addPoint(const double x, const double y)
adds point
unsigned int getLength()
gets the number of points @return the number of points
updates xy data
- Parameters
-
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | spec | spectrum |
Definition at line 56 of file XYDataOperation.cpp.
64 for(
unsigned int i = 0; i < src.
getLength(); i++ ) {
data points data of profile management class
double getX(const unsigned int index)
gets x coordinate
void clearPoints()
clear all data points
double getY(const unsigned int index)
gets y coordinate
virtual void onUpdate(kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Chromatogram &chrom)=0
This method is called by update method. (abstract method)
void reserve(const unsigned int num)
reserves enough contiguous memory of array
void addPoint(const double x, const double y)
adds point
unsigned int getLength()
gets the number of points @return the number of points
updates xy data
- Parameters
-
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | sample | sample |
Definition at line 96 of file XYDataOperation.cpp.
104 for(
unsigned int i = 0; i < src.
getLength(); i++ ) {
data points data of profile management class
double getX(const unsigned int index)
gets x coordinate
void clearPoints()
clear all data points
double getY(const unsigned int index)
gets y coordinate
virtual void onUpdate(kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Chromatogram &chrom)=0
This method is called by update method. (abstract method)
void reserve(const unsigned int num)
reserves enough contiguous memory of array
void addPoint(const double x, const double y)
adds point
unsigned int getLength()
gets the number of points @return the number of points
| int kome::objects::XYDataOperation::m_index |
|
protected |
| std::string kome::objects::XYDataOperation::m_name |
|
protected |
The documentation for this class was generated from the following files: