Home
last modified time | relevance | path

Searched refs:GetOrientedBoundingBoxOrigin (Results 1 – 5 of 5) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/test/
H A DitkShapeLabelMapFilterGTest.cxx116 …ITK_EXPECT_VECTOR_NEAR(MakePoint(4.5,6.5,8.5), labelObject->GetOrientedBoundingBoxOrigin(), 1e-10);
162 …ITK_EXPECT_VECTOR_NEAR(MakePoint(7.5, 8.5, 10.5), labelObject->GetOrientedBoundingBoxOrigin(), 1e-…
219 …OR_NEAR(MakePoint(3.22524, -3.19685, -14.83670), labelObject->GetOrientedBoundingBoxOrigin(), 1e-4…
332 …TOR_NEAR(MakePoint(8.92548, 4.27240, -23.31018), labelObject->GetOrientedBoundingBoxOrigin(), 1e-4…
361 ITK_EXPECT_VECTOR_NEAR(MakePoint(4.5, 6.5), labelObject->GetOrientedBoundingBoxOrigin(), 1e-4);
385 ITK_EXPECT_VECTOR_NEAR(MakePoint(4.0, 7.0), labelObject->GetOrientedBoundingBoxOrigin(), 1e-4);
418 ITK_EXPECT_VECTOR_NEAR(MakePoint(6.0, 5.0), labelObject->GetOrientedBoundingBoxOrigin(), 1e-4);
447 ITK_EXPECT_VECTOR_NEAR(MakePoint(3.5, 2.5), labelObject->GetOrientedBoundingBoxOrigin(), 1e-4);
H A DitkShapeLabelObjectAccessorsTest1.cxx119 << labelObject->GetOrientedBoundingBoxOrigin() << std::endl; in itkShapeLabelObjectAccessorsTest1()
222 if (labelCopy->GetOrientedBoundingBoxOrigin() != labelObject->GetOrientedBoundingBoxOrigin()) in itkShapeLabelObjectAccessorsTest1()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/include/
H A DitkShapeLabelObject.h518 const OrientedBoundingBoxPointType & GetOrientedBoundingBoxOrigin() const
568 const OrientedBoundingBoxPointType min = this->GetOrientedBoundingBoxOrigin();
569 OrientedBoundingBoxPointType max = this->GetOrientedBoundingBoxOrigin();
677 m_OrientedBoundingBoxOrigin = src->GetOrientedBoundingBoxOrigin();
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkLabelGeometryImageFilter.h443 LabelPointType GetOrientedBoundingBoxOrigin(LabelPixelType label) const;
H A DitkLabelGeometryImageFilter.hxx956 ::GetOrientedBoundingBoxOrigin(LabelPixelType label) const in GetOrientedBoundingBoxOrigin() function in itk::LabelGeometryImageFilter