Home
last modified time | relevance | path

Searched defs:NodeContainerType (Results 1 – 17 of 17) sorted by relevance

/dports/math/viennacl/ViennaCL-1.7.1/examples/tutorial/
H A Dscheduler.cpp82 …typedef viennacl::scheduler::statement::container_type NodeContainerType; // this is just std:… in main() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/include/
H A DitkShapePriorMAPCostFunction.h89 using NodeContainerType = typename Superclass::NodeContainerType; variable
H A DitkShapePriorMAPCostFunctionBase.h89 using NodeContainerType = VectorContainer< unsigned int, NodeType >; variable
H A DitkShapePriorSegmentationLevelSetImageFilter.h118 using NodeContainerType = typename CostFunctionType::NodeContainerType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/test/
H A DitkLevelSetNeighborhoodExtractorTest.cxx44 using NodeContainerType = SourceType::NodeContainer; in itkLevelSetNeighborhoodExtractorTest() typedef
H A DitkLevelSetVelocityNeighborhoodExtractorTest.cxx45 using NodeContainerType = SourceType::NodeContainer; in itkLevelSetVelocityNeighborhoodExtractorTest() typedef
H A DitkShapePriorMAPCostFunctionTest.cxx58 using NodeContainerType = CostFunctionType::NodeContainerType; in itkShapePriorMAPCostFunctionTest() typedef
H A DitkReinitializeLevelSetImageFilterTest.cxx205 using NodeContainerType = ReinitializerType::NodeContainer; in itkReinitializeLevelSetImageFilterTest() typedef
H A DitkExtensionVelocitiesImageFilterTest.cxx269 using NodeContainerType = ReinitializerType::NodeContainer; in itkExtensionVelocitiesImageFilterTest() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/NarrowBand/include/
H A DitkNarrowBand.h68 using NodeContainerType = std::vector< NodeType >; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMRobustSolver.h119 using NodeContainerType = typename FEMObjectType::NodeContainerType; variable
H A DitkFEMObject.h104 using NodeContainerType = VectorContainer<NodeIdentifier, Element::Node::Pointer>; variable
H A DitkFEMScatteredDataPointSetToImageFilter.h218 using NodeContainerType = typename FEMObjectType::NodeContainerType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/test/
H A DitkFEMRobustSolverTest.cxx79 using NodeContainerType = FEMObjectType::NodeContainerType; in itkFEMRobustSolverTest() typedef
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Ddataman.h709 typedef std::list<KeyNodePair> NodeContainerType; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Bluetooth/
H A Dmod.rs1973 pub struct NodeContainerType(pub i32); struct
1976 impl ::std::convert::From<i32> for NodeContainerType { implementation
1981 unsafe impl ::windows::runtime::Abi for NodeContainerType { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Bluetooth/
H A Dmod.rs1088 pub type NodeContainerType = i32; typedef