comparison transform/Transform.h @ 1160:ea636412f9fe 3.0-integration

Merge from the default branch
author Chris Cannam
date Thu, 04 Feb 2016 11:16:05 +0000
parents a2dbedc0cfee
children d094598f84bd
comparison
equal deleted inserted replaced
1159:444d133b5ab7 1160:ea636412f9fe
65 bool operator<(const Transform &) const; 65 bool operator<(const Transform &) const;
66 66
67 void setIdentifier(TransformId id); 67 void setIdentifier(TransformId id);
68 TransformId getIdentifier() const; 68 TransformId getIdentifier() const;
69 69
70 enum Type { FeatureExtraction, RealTimeEffect }; 70 enum Type { FeatureExtraction, RealTimeEffect, UnknownType };
71 71
72 Type getType() const; 72 Type getType() const;
73 QString getPluginIdentifier() const; 73 QString getPluginIdentifier() const;
74 QString getOutput() const; 74 QString getOutput() const;
75 75