//===== // 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) //===== #ifndef __bbcreaVtkStreamLineSegmentationByScalar_h_INCLUDED__ #define __bbcreaVtkStreamLineSegmentationByScalar_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include #include #include "creaVtkStreamLineScalarSeg.h" namespace bbcreaVtk { class bbcreaVtk_EXPORT StreamLineSegmentationByScalar : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(StreamLineSegmentationByScalar,bbtk::AtomicBlackBox); //===== // 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) //===== BBTK_DECLARE_INPUT(StreamLinesIn,vtkPolyData*); BBTK_DECLARE_INPUT(ScalarArrayName,std::string); BBTK_DECLARE_INPUT(ThresholdLower,double); BBTK_DECLARE_INPUT(ThresholdUpper,double); BBTK_DECLARE_OUTPUT(StreamLinesOut,vtkPolyData*); BBTK_PROCESS(Process); void Process(); creaVtkStreamLineScalarSeg streamlinescalarssegmentation; //===== // 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) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(StreamLineSegmentationByScalar,bbtk::AtomicBlackBox); BBTK_NAME("StreamLineSegmentationByScalar"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("Filter_vtkPolyData"); BBTK_INPUT(StreamLineSegmentationByScalar,StreamLinesIn,"Stream Lines",vtkPolyData*,""); BBTK_INPUT(StreamLineSegmentationByScalar,ScalarArrayName,"Name of the Array vector in vtkPolyData input",std::string,""); BBTK_INPUT(StreamLineSegmentationByScalar,ThresholdLower,"Low threshold",double,""); BBTK_INPUT(StreamLineSegmentationByScalar,ThresholdUpper,"Upper threshold",double,""); BBTK_OUTPUT(StreamLineSegmentationByScalar,StreamLinesOut,"First output",vtkPolyData*,""); BBTK_END_DESCRIBE_BLACK_BOX(StreamLineSegmentationByScalar); //===== // 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) //===== } // EO namespace bbcreaVtk #endif // __bbcreaVtkStreamLineSegmentationByScalar_h_INCLUDED__