X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkBinaryOperations.cxx;h=f58c6ecd642af8bb16c110e4717fcb350b54d98a;hb=ab180f23cb155da45dce2bc83cf79955950dad7b;hp=774cd19140321341105b56bc4b0751b009e563ab;hpb=53a23e4f6a81c449329e11fc0f1f3c4e35ccce3c;p=bbtk.git diff --git a/packages/vtk/src/bbvtkBinaryOperations.cxx b/packages/vtk/src/bbvtkBinaryOperations.cxx index 774cd19..f58c6ec 100644 --- a/packages/vtk/src/bbvtkBinaryOperations.cxx +++ b/packages/vtk/src/bbvtkBinaryOperations.cxx @@ -84,6 +84,12 @@ void BinaryOperations::Process() case 3: ope->SetOperationToDivide(); break; + case 4: + ope->SetOperationToMax(); + break; + case 5: + ope->SetOperationToMin(); + break; default: std::cout << "Invalid Operation" << std::endl; return;