Parameters of slice. More...
#include <MRMarkedVoxelSlice.h>
Public Attributes | |
| std::array< Mark, size_t(MaskType::Count)> | marks = {Mark{Color::red()},Mark{Color::blue()},Mark{Color::yellow()}} |
| Base marks. | |
| std::vector< Mark > | customBackgroundMarks |
| std::vector< Mark > | customForegroundMarks |
| Vector3i | activeVoxel |
| Current voxel. | |
| Box3i | activeBox |
| Active box, set as ObjectVoxels active box in constructor. | |
| float | min {0.0f} |
| Minimum dense to show black. | |
| float | max {0.0f} |
| Maximum dense to show white. | |
| SlicePlane | activePlane {XY} |
| Slice plane. | |
| std::optional< Color > | inactiveVoxelColor |
| if inactiveVoxelColor is set to some color then it will be blended with inactive voxel's color | |
Parameters of slice.