# ------------------------------------------------------------------------ */
-//=====
-// 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 __bbvtkTemporalPicker_h_INCLUDED__
#define __bbvtkTemporalPicker_h_INCLUDED__
#include "bbvtk_EXPORT.h"
#include "vtkImageData.h"
-
namespace bbvtk
{
-class bbvtk_EXPORT TemporalPicker
- :
- public bbtk::AtomicBlackBox
+class bbvtk_EXPORT TemporalPicker : public bbtk::AtomicBlackBox
{
BBTK_BLACK_BOX_INTERFACE(TemporalPicker,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(In,vtkImageData*);
BBTK_DECLARE_INPUT(SizeRegion,int);
BBTK_DECLARE_INPUT(Point,std::vector<int>);
BBTK_DECLARE_OUTPUT(Out,std::vector<double>);
BBTK_PROCESS(Process);
void Process();
-//=====
-// 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(TemporalPicker,bbtk::AtomicBlackBox);
BBTK_INPUT(TemporalPicker,Point,"Point [x,y]",std::vector<int>,"");
BBTK_OUTPUT(TemporalPicker,Out,"Output vector with Z information",std::vector<double>,"");
BBTK_END_DESCRIBE_BLACK_BOX(TemporalPicker);
-//=====
-// 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 bbvtk