Home
last modified time | relevance | path

Searched defs:FEMObjectType (Results 1 – 22 of 22) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMObjectSpatialObject.h52 using FEMObjectType = itk::fem::FEMObject< TDimension >; variable
H A DitkImageToRectilinearFEMObjectFilter.h72 using FEMObjectType = typename itk::fem::FEMObject<NDimensions>; variable
H A DitkFEMRobustSolver.h114 using FEMObjectType = typename Superclass::FEMObjectType; variable
H A DitkFEMSolver.h93 using FEMObjectType = typename itk::fem::FEMObject<VDimension>; variable
H A DitkMetaFEMObjectConverter.hxx62 using FEMObjectType = fem::FEMObject<NDimensions>; in MetaObjectToSpatialObject() typedef
342 using FEMObjectType = fem::FEMObject<NDimensions>; in SpatialObjectToMetaObject() typedef
H A DitkFEMScatteredDataPointSetToImageFilter.h191 using FEMObjectType = FEMObject<ImageDimension>; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/test/
H A DitkFEMElement2DC0LinearQuadrilateralStressTestFEMObject.cxx34 using FEMObjectType = itk::fem::FEMObject<2>; in itkFEMElement2DC0LinearQuadrilateralStressTestFEMObject() typedef
H A DitkFEMObjectTest.cxx34 using FEMObjectType = itk::fem::FEMObject<2>; in itkFEMObjectTest() typedef
H A DitkFEMObjectTest2.cxx34 using FEMObjectType = itk::fem::FEMObject<2>; in itkFEMObjectTest2() typedef
H A DitkFEMLoadPointTestUser.cxx45 using FEMObjectType = itk::fem::FEMObject<2>; in itkFEMLoadPointTestUser() typedef
H A DitkFEMElement2DC0LinearQuadrilateralStressTest.cxx37 using FEMObjectType = itk::fem::FEMObject<Dimension>; in itkFEMElement2DC0LinearQuadrilateralStressTest() typedef
H A DitkFEMLoadBCMFCTestUser.cxx41 using FEMObjectType = itk::fem::FEMObject<2>; in itkFEMLoadBCMFCTestUser() typedef
H A DitkImageToRectilinearFEMObjectFilter2DTest.cxx79 using FEMObjectType = itk::fem::FEMObject<2>; in itkImageToRectilinearFEMObjectFilter2DTest() typedef
H A DitkImageToRectilinearFEMObjectFilter3DTest.cxx82 using FEMObjectType = itk::fem::FEMObject<3>; in itkImageToRectilinearFEMObjectFilter3DTest() typedef
H A DitkFEMRobustSolverTest.cxx60 using FEMObjectType = itk::fem::FEMObject<DataDimension>; in itkFEMRobustSolverTest() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Examples/RegistrationITKv4/
H A DDeformableRegistration11.cxx37 using FEMObjectType = itk::fem::FEMObject<Dimension>; typedef
H A DDeformableRegistration1.cxx58 using FEMObjectType = itk::fem::FEMObject<2>; typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/test/
H A DitkFEMRegistrationFilterTest.cxx150 using FEMObjectType = itk::fem::FEMObject<ImageDimension>; in itkFEMRegistrationFilterTest() typedef
H A DitkFEMRegistrationFilter2DTest.cxx148 using FEMObjectType = itk::fem::FEMObject< ImageDimension >; in itkFEMRegistrationFilter2DTest() typedef
H A DitkFEMRegistrationFilterTest2.cxx167 using FEMObjectType = itk::fem::FEMObject< ImageDimension >; in itkFEMRegistrationFilterTest2() typedef
H A DitkFEMFiniteDifferenceFunctionLoadTest.cxx44 using FEMObjectType = itk::fem::FEMObject< ImageDimension >; typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/include/
H A DitkFEMRegistrationFilter.h136 using FEMObjectType = TFemObjectType; variable