#include "MRVoxelsFwd.h"
#include "MRMesh/MRExpected.h"
#include "MRVoxelsVolume.h"
#include "MRMesh/MRAffineXf3.h"
#include "MRMesh/MRphmap.h"
#include <array>
#include <optional>
Go to the source code of this file.
Classes | |
class | MR::DentalId |
This class represents tooth id. More... | |
class | MR::TeethMaskToDirectionVolumeConvertor |
struct | MR::TeethMaskToDirectionVolumeConvertor::ProcessResult |
Namespaces | |
namespace | MR |
Functions | |
MRVOXELS_API Expected< std::array< SimpleVolumeMinMax, 3 > > | MR::teethMaskToDirectionVolume (const VdbVolume &volume, const std::vector< int > &additionalIds={}) |
A shortcut for TeethMaskToDirectionVolumeConvertor::create and TeethMaskToDirectionVolumeConvertor::convertAll. | |