Gaia
|
The Rename analyzer allows you to rename an existing field. More...
#include <rename.h>
Public Member Functions | |
Rename (const ParameterMap ¶ms) | |
Transformation | analyze (const DataSet *data) const |
![]() | |
Analyzer (const ParameterMap ¶ms) | |
virtual Transformation | analyze (const DataSet *dataset, const Region ®ion) const |
void | checkDataSet (const DataSet *dataset) const |
Checks that the given dataset is valid. More... | |
void | checkMinPoints (const DataSet *dataset, int n) const |
Checks that the given dataset as at least the specified number of points. More... | |
const Region & | checkFixedLength (const Region ®ion, const PointLayout &layout) const |
Checks that the given Region only contains fixed-length descriptors and throws an exception if not. More... | |
Additional Inherited Members | |
![]() | |
QString | name |
Name for the algorithm, usually the key that was used to instantiate it from the factory. | |
QStringList | validParams |
List of valid parameters this analyzer accepts. More... | |
![]() | |
ParameterMap | _params |
QStringList | _descriptorNames |
QStringList | _exclude |
The Rename analyzer allows you to rename an existing field.
descriptorName | the name of the field you want to rename. |
newName | the new names to give to the field. |