X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkPiecewiseFunction.h;h=58572ef895eab27eae92352387aceab780d88731;hb=9bf93d26c92029689cb5da02822edb68d5835864;hp=954792d300e0d7e859699afbe8a2adbaca4fffc4;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/vtk/src/bbvtkPiecewiseFunction.h b/packages/vtk/src/bbvtkPiecewiseFunction.h index 954792d..58572ef 100644 --- a/packages/vtk/src/bbvtkPiecewiseFunction.h +++ b/packages/vtk/src/bbvtkPiecewiseFunction.h @@ -87,7 +87,7 @@ namespace bbvtk BBTK_BEGIN_DESCRIBE_BLACK_BOX(PiecewiseFunction,bbtk::AtomicBlackBox); BBTK_NAME("PiecewiseFunction"); BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr"); - BBTK_DESCRIPTION("Creates a piecewise function"); + BBTK_DESCRIPTION("Creates a piecewise function ( see exampleVolumeRendering )"); BBTK_CATEGORY("misc"); BBTK_INPUT(PiecewiseFunction,X,"X coords of the points of the function", std::vector,"");