//===== // 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 __bbcreaVtkHeartAngles_h_INCLUDED__ #define __bbcreaVtkHeartAngles_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkImageData.h" #include namespace bbcreaVtk { class bbcreaVtk_EXPORT HeartAngles : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(HeartAngles,bbtk::AtomicBlackBox); //vtkImageData* image, double Px, double Py, double Pz, double Vx, double Vy, double Vz, double Nx, double Ny, double Nz, double p2x, double p2y, double p2z BBTK_DECLARE_INPUT(Image, vtkImageData*); BBTK_DECLARE_INPUT(PlanePoint,std::vector); BBTK_DECLARE_INPUT(Vector,std::vector); BBTK_DECLARE_INPUT(Normal,std::vector); BBTK_DECLARE_INPUT(Point2,std::vector); BBTK_DECLARE_OUTPUT(AlphaImage, vtkImageData*); BBTK_DECLARE_OUTPUT(BetaImage, vtkImageData*); 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(HeartAngles,bbtk::AtomicBlackBox); BBTK_NAME("HeartAngles"); BBTK_AUTHOR("carlos torres"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(HeartAngles,Image,"Image",vtkImageData*,""); BBTK_INPUT(HeartAngles,PlanePoint,"Punto en el plano componente X",std::vector,""); BBTK_INPUT(HeartAngles,Vector,"Vector componente X",std::vector,""); BBTK_INPUT(HeartAngles,Normal,"Normal componente X",std::vector,""); BBTK_INPUT(HeartAngles,Point2,"Punto P2 componente X",std::vector,""); BBTK_OUTPUT(HeartAngles,AlphaImage,"Alpha Image",vtkImageData*,""); BBTK_OUTPUT(HeartAngles,BetaImage,"Beta Image",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(HeartAngles); //===== // 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 // __bbcreaVtkHeartAngles_h_INCLUDED__