]> Creatis software - clitk.git/blobdiff - vv/vvStructSelector.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvStructSelector.h
index 2fe899b6f27368920b66925517122491876165b8..b6478771bc0a2f612bb7b2830339e4a3c0b1d6d9 100644 (file)
@@ -33,6 +33,9 @@ public:
     ///Enables the propagation checkbox
     void EnablePropagationCheckBox() {this->propagateCheckBox->setEnabled(true);
         this->propagateCheckBox->setChecked(true);}
+    void SetPropagationCheckBoxFlag(bool b) {
+      this->propagateCheckBox->setEnabled(b);
+      this->propagateCheckBox->setChecked(b);}
     ///Returns true if contours should be propagated over the sequence using the vf
     bool PropagationEnabled() {return this->propagateCheckBox->isChecked();}