| 1498 | } |
| 1499 | #ifndef MRVIEWER_NO_VOXELS |
| 1500 | else if ( auto vObj = obj->asType<ObjectVoxels>() ) |
| 1501 | { |
| 1502 | updateVoxelsInfo( voxelDims, vObj->dimensions() ); |
| 1503 | updateVoxelsInfo( voxelSize, vObj->voxelSize() ); |
| 1504 | updateVoxelsInfo( voxelActiveBox, vObj->getActiveBounds() ); |
| 1505 | updateVoxelsInfo( voxelMinValue, vObj->vdbVolume().min, FLT_MAX ); |
| 1506 | updateVoxelsInfo( voxelIsoValue, vObj->getIsoValue(), FLT_MAX ); |
| 1507 | updateVoxelsInfo( voxelMaxValue, vObj->vdbVolume().max, FLT_MAX ); |
| 1508 | } |
| 1509 | #endif |
| 1510 | } |
| 1511 |
no test coverage detected