]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkGenerateArrowSource.h
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkGenerateArrowSource.h
1 //===== 
2 // 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)
3 //===== 
4 #ifndef __bbcreaVtkGenerateArrowSource_h_INCLUDED__
5 #define __bbcreaVtkGenerateArrowSource_h_INCLUDED__
6 #include "bbcreaVtk_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include "vtkArrowSource.h"
11 #include "vtkPolyData.h"
12 #include "vtkActor.h"
13
14 namespace bbcreaVtk
15 {
16
17 class bbcreaVtk_EXPORT GenerateArrowSource
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(GenerateArrowSource,bbtk::AtomicBlackBox);
22 //===== 
23 // 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)
24 //===== 
25   BBTK_DECLARE_OUTPUT(ArrowSource,vtkPolyData*);
26   BBTK_PROCESS(Process);
27   void Process();
28 //===== 
29 // 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)
30 //===== 
31 };
32
33 BBTK_BEGIN_DESCRIBE_BLACK_BOX(GenerateArrowSource,bbtk::AtomicBlackBox);
34 BBTK_NAME("GenerateArrowSource");
35 BBTK_AUTHOR("Monica ESPINOSA");
36 BBTK_DESCRIPTION("To be used as the source for a glyph");
37 BBTK_CATEGORY("empty");
38 BBTK_OUTPUT(GenerateArrowSource,ArrowSource,"Arrow Representation",vtkPolyData*,"");
39 BBTK_END_DESCRIBE_BLACK_BOX(GenerateArrowSource);
40 //===== 
41 // 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)
42 //===== 
43 }
44 // EO namespace bbcreaVtk
45
46 #endif // __bbcreaVtkGenerateArrowSource_h_INCLUDED__
47