]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Make DirectedBoundingBox available at runtime via InterpolationOptions
authoreap <eap@opencascade.com>
Fri, 8 Jun 2012 10:51:17 +0000 (10:51 +0000)
committereap <eap@opencascade.com>
Fri, 8 Jun 2012 10:51:17 +0000 (10:51 +0000)
commit1c8754878d4125c2a6ba9bcfbcf7e348400d14e6
tree2786f8c3b7f5b6c7f055402956895a65fa1d822b
parent61d6af2df024061732989d0afa966a4ae4dbb810
Make DirectedBoundingBox available at runtime via InterpolationOptions

+    bool _use_directed_bounding_box;

+    bool getUseDirectedBoundingBox() const { return _use_directed_bounding_box; }
+    void setUseDirectedBoundingBox(bool toUseDBB) { _use_directed_bounding_box = toUseDBB; }
src/INTERP_KERNEL/InterpolationOptions.cxx
src/INTERP_KERNEL/InterpolationOptions.hxx