(#401) WIP: First cell filtering Eclipse Geomec grid visible.

Not working very well. BB matching is not good enough.
This commit is contained in:
Jacob Støren
2015-09-15 14:30:52 +02:00
parent 36bc2f8f69
commit 7a6c7149e1
6 changed files with 149 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ RimViewLink::RimViewLink(void)
CAF_PDM_InitField(&syncCellResult, "SyncCellResult", false, "Cell Result", "", "", "");
CAF_PDM_InitField(&syncVisibleCells, "SyncVisibleCells", false, "Visible Cells", "", "", "");
syncVisibleCells.uiCapability()->setUiHidden(true); // For now
//syncVisibleCells.uiCapability()->setUiHidden(true); // For now
CAF_PDM_InitField(&syncRangeFilters, "SyncRangeFilters", true, "Range Filters", "", "", "");
CAF_PDM_InitField(&syncPropertyFilters, "SyncPropertyFilters", true,"Property Filters", "", "", "");