MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::MarkedVoxelSlice::Parameters Struct Reference

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< MarkcustomBackgroundMarks
 
std::vector< MarkcustomForegroundMarks
 
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< ColorinactiveVoxelColor
 if inactiveVoxelColor is set to some color then it will be blended with inactive voxel's color
 

Detailed Description

Parameters of slice.


The documentation for this struct was generated from the following file: