Developer Documentation
BlendingMethod.hh
1 
2 #pragma once
3 
4 namespace Blending {
5 
13  enum Method
14  {
15  M_LBS = 0,
16  M_DBS = 1
17  };
18 
19 };
20