]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkGenerateArrowSource.h
#2671 creaVtk Feature New Normal - VectorsExtraction
[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_INPUT(Point,std::vector<double>);
26   BBTK_DECLARE_OUTPUT(ArrowSource,vtkPolyData*);
27   BBTK_PROCESS(Process);
28   void Process();
29 //===== 
30 // 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)
31 //===== 
32 };
33
34 BBTK_BEGIN_DESCRIBE_BLACK_BOX(GenerateArrowSource,bbtk::AtomicBlackBox);
35 BBTK_NAME("GenerateArrowSource");
36 BBTK_AUTHOR("Monica ESPINOSA");
37 BBTK_DESCRIPTION("No Description.");
38 BBTK_CATEGORY("empty");
39 BBTK_INPUT(GenerateArrowSource,Point,"Coordinate of Point",std::vector<double>,"");
40 BBTK_OUTPUT(GenerateArrowSource,ArrowSource,"Arrow Representation",vtkPolyData*,"");
41 BBTK_END_DESCRIBE_BLACK_BOX(GenerateArrowSource);
42 //===== 
43 // 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)
44 //===== 
45 }
46 // EO namespace bbcreaVtk
47
48 #endif // __bbcreaVtkGenerateArrowSource_h_INCLUDED__
49