Home
last modified time | relevance | path

Searched refs:NodePairContainerType (Results 1 – 18 of 18) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/include/
H A DitkFastMarchingBase.h133 using NodePairContainerType = typename Traits::NodePairContainerType; variable
170 itkSetObjectMacro( TrialPoints, NodePairContainerType );
171 itkGetModifiableObjectMacro(TrialPoints, NodePairContainerType );
174 itkSetObjectMacro( AlivePoints, NodePairContainerType );
175 itkGetModifiableObjectMacro(AlivePoints, NodePairContainerType );
178 itkSetObjectMacro( ProcessedPoints, NodePairContainerType );
179 itkGetModifiableObjectMacro(ProcessedPoints, NodePairContainerType );
182 itkSetObjectMacro( ForbiddenPoints, NodePairContainerType );
183 itkGetModifiableObjectMacro(ForbiddenPoints, NodePairContainerType );
H A DitkFastMarchingImageToNodePairContainerAdaptor.h70 using NodePairContainerType = typename Traits::NodePairContainerType; variable
108 NodePairContainerType* GetAlivePoints();
111 NodePairContainerType* GetTrialPoints();
114 NodePairContainerType* GetForbiddenPoints();
H A DitkFastMarchingTraits.h66 using NodePairContainerType = VectorContainer< IdentifierType, NodePairType >; variable
67 using NodePairContainerPointer = typename NodePairContainerType::Pointer;
68 using NodePairContainerIterator = typename NodePairContainerType::Iterator;
69 using NodePairContainerConstIterator = typename NodePairContainerType::ConstIterator;
H A DitkFastMarchingImageToNodePairContainerAdaptor.hxx65 ::NodePairContainerType*
74 ::NodePairContainerType*
83 ::NodePairContainerType*
140 NodePairContainerPointer nodes = NodePairContainerType::New(); in SetPointsFromImage()
H A DitkFastMarchingExtensionImageFilterBase.h105 using NodePairContainerType = typename Superclass::NodePairContainerType; variable
H A DitkFastMarchingQuadEdgeMeshFilterBase.h90 using NodePairContainerType = typename Traits::NodePairContainerType; variable
H A DitkFastMarchingImageFilterBase.h109 using NodePairContainerType = typename Traits::NodePairContainerType; variable
H A DitkFastMarchingBase.hxx94 m_ProcessedPoints = NodePairContainerType::New(); in Initialize()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/test/
H A DitkFastMarchingImageFilterRealWithNumberOfElementsTest.cxx49 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingImageFilterRealWithNumberOfElementsTest() typedef
52 NodePairContainerType::Pointer alive = NodePairContainerType::New(); in itkFastMarchingImageFilterRealWithNumberOfElementsTest()
74 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingImageFilterRealWithNumberOfElementsTest()
H A DitkFastMarchingUpwindGradientBaseTest.cxx73 using NodePairContainerType = FloatFMType::NodePairContainerType; in itkFastMarchingUpwindGradientBaseTest() typedef
76 NodePairContainerType::Pointer AlivePoints = NodePairContainerType::New(); in itkFastMarchingUpwindGradientBaseTest()
89 NodePairContainerType::Pointer TrialPoints = NodePairContainerType::New(); in itkFastMarchingUpwindGradientBaseTest()
H A DitkFastMarchingImageFilterRealTest1.cxx77 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingImageFilterRealTest1() typedef
80 NodePairContainerType::Pointer alive = NodePairContainerType::New(); in itkFastMarchingImageFilterRealTest1()
102 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingImageFilterRealTest1()
H A DitkFastMarchingQuadEdgeMeshFilterBaseTest.cxx72 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingQuadEdgeMeshFilterBaseTest() typedef
74 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingQuadEdgeMeshFilterBaseTest()
H A DitkFastMarchingQuadEdgeMeshFilterWithNumberOfElementsTest.cxx71 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingQuadEdgeMeshFilterWithNumberOfElementsTest() typedef
73 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingQuadEdgeMeshFilterWithNumberOfElementsTest()
H A DitkFastMarchingExtensionImageFilterTest.cxx71 using NodePairContainerType = MarcherType::NodePairContainerType; in itkFastMarchingExtensionImageFilterTest() typedef
74 NodePairContainerType::Pointer AlivePoints = NodePairContainerType::New(); in itkFastMarchingExtensionImageFilterTest()
90 NodePairContainerType::Pointer TrialPoints = NodePairContainerType::New(); in itkFastMarchingExtensionImageFilterTest()
H A DitkFastMarchingImageTopologicalTest.cxx112 using NodePairContainerType = typename FastMarchingType::NodePairContainerType; in FastMarchingImageFilter() typedef
115 typename NodePairContainerType::Pointer AlivePoints = NodePairContainerType::New(); in FastMarchingImageFilter()
116 typename NodePairContainerType::Pointer TrialPoints = NodePairContainerType::New(); in FastMarchingImageFilter()
H A DitkFastMarchingQuadEdgeMeshFilterBaseTest2.cxx99 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingQuadEdgeMeshFilterBaseTest2() typedef
101 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingQuadEdgeMeshFilterBaseTest2()
H A DitkFastMarchingQuadEdgeMeshFilterBaseTest3.cxx105 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingQuadEdgeMeshFilterBaseTest3() typedef
107 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingQuadEdgeMeshFilterBaseTest3()
H A DitkFastMarchingQuadEdgeMeshFilterBaseTest4.cxx101 using NodePairContainerType = FastMarchingType::NodePairContainerType; in itkFastMarchingQuadEdgeMeshFilterBaseTest4() typedef
103 NodePairContainerType::Pointer trial = NodePairContainerType::New(); in itkFastMarchingQuadEdgeMeshFilterBaseTest4()