X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRTStruct2ImageFilter.h;h=f93cbb2969ca833f70682d1307b7f4993eed4cb0;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=96de26da7698b7451633abb2e77b706bf8474275;hpb=796954f9fff960cee1599e5a8960e0f424931900;p=clitk.git diff --git a/common/clitkDicomRTStruct2ImageFilter.h b/common/clitkDicomRTStruct2ImageFilter.h index 96de26d..f93cbb2 100644 --- a/common/clitkDicomRTStruct2ImageFilter.h +++ b/common/clitkDicomRTStruct2ImageFilter.h @@ -44,6 +44,7 @@ namespace clitk { void SetOutputSpacing(const double* spacing); void SetOutputSize(const unsigned long* size); void SetOutputImageFilename(std::string s); + void SetWriteMesh(bool b); void Update(); vtkImageData * GetOutput(); template typename itk::Image::ConstPointer GetITKOutput(); @@ -53,6 +54,7 @@ namespace clitk { protected: bool ImageInfoIsSet() const; bool mWriteOutput; + bool mWriteMesh; bool mCropMask; std::string mOutputFilename; std::vector mSpacing;