MCPcopy Create free account
hub / github.com/MITK/MITK / GetPixelType

Method GetPixelType

Modules/Multilabel/src/mitkLabelSetImage.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58const mitk::MultiLabelSegmentation::LabelValueType mitk::MultiLabelSegmentation::UNLABELED_VALUE = 0;
59
60mitk::PixelType mitk::MultiLabelSegmentation::GetPixelType()
61{
62 return MakePixelType<LabelValueType, LabelValueType, 1>();
63};
64
65
66bool mitk::MultiLabelSegmentation::IsSliceSet(int s, int t, int n) const

Callers 12

GenerateNewGroupImageMethod · 0.95
ReadVoxelMethod · 0.45
DoReadMethod · 0.45
SplitVectorImageMethod · 0.45
InsertGroupMethod · 0.45
TestInitializeMethod · 0.45
doMapTimestepsFunction · 0.45
mapMethod · 0.45
StitchImagesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestInitializeMethod · 0.36