X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPipelineEditor%2FBlock.h;h=6ee84f662a91c49ac0cab0794b8d3c34e9d360e3;hb=ebbbc4c90ed0e4814d360686e8d4b6aab509914c;hp=2ace7b78abb5020c5aecb2f72583877d3b422636;hpb=1b0022070ff3b5f80f6f8c8b87f73032f5685eaf;p=cpPlugins.git diff --git a/lib/cpPipelineEditor/Block.h b/lib/cpPipelineEditor/Block.h index 2ace7b7..6ee84f6 100644 --- a/lib/cpPipelineEditor/Block.h +++ b/lib/cpPipelineEditor/Block.h @@ -32,6 +32,9 @@ namespace cpPipelineEditor ); virtual ~Block( ); + TFilter* filter( ); + const TFilter* filter( ) const; + Editor* editor( ); const Editor* editor( ) const; void setEditor( Editor* editor );