00001 #ifndef _TPLCONSTANTNORMALIZER_H_ 00002 #define _TPLCONSTANTNORMALIZER_H_ 00003 00004 #include "streenode.h" 00005 00007 class TPLConstantNormalizer : public Node::Transformer{ 00008 public: 00009 virtual Node* transform(Node *node) const; 00010 }; 00011 00012 #endif