X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkPolyDataWriterPlus.h;h=be65433099dea4f14df089bba0490d545c9f6205;hb=439d517c7006a120661fdc52243cf4108e247fb1;hp=7e2ec118f1ba0b6ac14f1b2815346350db2a75d9;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/vtk/src/bbvtkPolyDataWriterPlus.h b/packages/vtk/src/bbvtkPolyDataWriterPlus.h index 7e2ec11..be65433 100755 --- a/packages/vtk/src/bbvtkPolyDataWriterPlus.h +++ b/packages/vtk/src/bbvtkPolyDataWriterPlus.h @@ -74,7 +74,7 @@ BBTK_DESCRIPTION("_description_"); BBTK_CATEGORY("__CATEGORY__"); BBTK_INPUT(PolyDataWriterPlus,InPrePersistObs1,"Who will be notified before persist", vtkCommand*,""); BBTK_INPUT(PolyDataWriterPlus,InPostPersistObs1,"Who will be notified after persist", vtkCommand*,""); -BBTK_INPUT(PolyDataWriterPlus,InPath,"Path to the file to be created or rewrited",std::string,""); +BBTK_INPUT(PolyDataWriterPlus,InPath,"Path to the file to be created or rewrited (.vtk file)",std::string,""); BBTK_INPUT(PolyDataWriterPlus,In,"Information to be saved", vtkPolyData*,""); BBTK_INPUT(PolyDataWriterPlus,In2,"Information to be saved", vtkProp3D*,""); BBTK_END_DESCRIBE_BLACK_BOX(PolyDataWriterPlus);