00001 /* 00002 * Copyright (c) 2002, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Dennis Koelma (koelma@science.uva.nl) 00007 */ 00008 00009 #ifndef HxSFTiedSvt_h 00010 #define HxSFTiedSvt_h 00011 00012 #include <OB/CORBA.h> 00013 #include "HxCorbaSF_skel_tie.h" 00014 #include "HxSF.h" 00015 00016 00018 class HxSFTiedSvt : public HxSF 00019 { 00020 public: 00021 00022 typedef POA_HxCorba::SF_tie<HxSFTiedSvt> TieT; 00023 typedef HxSF HxT; 00024 typedef HxCorba::SF CorbaT; 00025 00026 //HxSFTiedSvt(); 00027 HxSFTiedSvt(const HxSF& obj); 00028 00029 virtual HxCorba::ImageRep_ptr getKernel(); 00030 virtual HxCorba::ImageRep_ptr getHorizontalKernel(); 00031 virtual HxCorba::ImageRep_ptr getVerticalKernel(); 00032 }; 00033 00034 #endif