]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkText3D.h
Feature #1609 g packages/wxvtk/doc/bbdoc
[bbtk.git] / packages / vtk / src / bbvtkText3D.h
index 0dbe84f7fc400d6767418732e56701a40b50627d..7bbca6c5e69dd6c1ec5bd8680d4925115adc3a45 100644 (file)
@@ -10,6 +10,8 @@
 #include "vtkProp3D.h"
 #include "vtkRenderer.h"
 #include "vtkLinearTransform.h"
+#include "vtkTextActor3D.h"
+#include "vtkTextProperty.h"
 
 
 namespace bbvtk
@@ -31,9 +33,12 @@ class bbvtk_EXPORT Text3D
        BBTK_DECLARE_INPUT(Renderer,vtkRenderer*);
        BBTK_DECLARE_INPUT(Transform,vtkLinearTransform*);
        
-  BBTK_DECLARE_OUTPUT(Out,vtkProp3D*);
-  BBTK_PROCESS(Process);
-  void Process();
+       BBTK_DECLARE_OUTPUT(Out,vtkProp3D*);
+       BBTK_PROCESS(Process);
+       void Process();
+       
+       vtkTextActor3D *_textActor;
+       vtkTextProperty *_textProp;
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //=====