RMF
|
#include <RMF/decorator/feature.h>
Public Member Functions | |
ScoreFactory (FileConstHandle fh) | |
ScoreFactory (FileHandle fh) | |
ScoreConst | get (NodeConstHandle nh) const |
Score | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
ScoreConst RMF::decorator::ScoreFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ScoreConst for nh.
Score RMF::decorator::ScoreFactory::get | ( | NodeHandle | nh | ) | const |
bool RMF::decorator::ScoreFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ScoreConst.
Definition at line 125 of file feature.h.