Skip to content
Snippets Groups Projects

Add mesh getter to VolumeMeshNode, cf OpenFlipper-Free!268

Closed Martin Heistermann requested to merge add-mesh-getter into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -172,6 +172,9 @@ public:
// Set whether to update the selectopm in next render pass
void set_selection_changed(bool _selection_changed);
/// get the internal mesh
const VolumeMesh &mesh() const { return mesh_; }
private:
/// renders the cells of the mesh
Loading