SignMRMLModelTextureNodeHelper.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * Program:   Slicer Image-Guided Navigator (The SIGN)
00004  * Module:    $RCSfile: SignMRMLModelTextureNodeHelper.h,v $
00005  */
00015 #ifndef _SIGNMRMLMODELTEXTURENODEHELPER_H
00016 #define _SIGNMRMLMODELTEXTURENODEHELPER_H
00017 #include <SignDLL.h>
00018 #include <SignMRMLNodeHelper.h>
00019 
00020 class vtkTransform;
00021 class SignContext;
00022 class SignMRMLScene;
00023 class SignSink;
00024 class vtkActor;
00025 
00026 class SIGN_EXPORT SignMRMLModelTextureNodeHelper : public SignMRMLNodeHelper
00027 {
00028  public:
00029   SignMRMLModelTextureNodeHelper(SignMRMLScene* scene_);
00030   virtual ~SignMRMLModelTextureNodeHelper();
00031 
00032   virtual void SetUserTransform(vtkTransform* transform) {};
00033   virtual void SetInputData(SignSink *sink) {};
00034 
00035   virtual void Setup(SignContext* context);
00036 
00037  protected:
00038  private:
00039 
00040 };
00041 
00042 #endif

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