SignMRMLTransferFunctionPointNodeHelper.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * Program:   Slicer Image-Guided Navigator (The SIGN)
00004  * Module:    $RCSfile: SignMRMLTransferFunctionPointNodeHelper.h,v $
00005  */
00014 #ifndef _SIGNMRMLTRANSFERFUNCTIONPOINTNODEHELPER_H
00015 #define _SIGNMRMLTRANSFERFUNCTIONPOINTNODEHELPER_H
00016 #include <SignDLL.h>
00017 #include <SignMRMLNodeHelper.h>
00018 
00019 class SignContext;
00020 
00021 class SIGN_EXPORT SignMRMLTransferFunctionPointNodeHelper : public SignMRMLNodeHelper
00022 {
00023 public:
00025   SignMRMLTransferFunctionPointNodeHelper(SignMRMLScene* scene_);
00027   virtual ~SignMRMLTransferFunctionPointNodeHelper();
00028 
00029   virtual void Setup(SignContext *context);
00030 
00031         void ClearTransferFunctions(SignContext* context);
00032 
00033 private:
00034 };
00035 
00036 #endif

Generated on Mon Feb 26 12:11:16 2007 for TheSIGN by  doxygen 1.4.6