Home
last modified time | relevance | path

Searched defs:VoxelType (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DConstExtrapolateImageFunctionWithPeriodicTime.h47 typedef typename ImageType::VoxelType VoxelType; ///< Input voxel type typedef
H A DImageToImage.h48 typedef TVoxel VoxelType; typedef
H A DHashImage.hxx962 template <> inline void HashImage<float3x3 >::GetMinMax(VoxelType &, VoxelType &) const in GetMinMax() argument
967 template <> inline void HashImage<double3x3>::GetMinMax(VoxelType &, VoxelType &) const in GetMinMax() argument
987 template <> inline void HashImage<float3x3 >::GetMinMax(VoxelType &, VoxelType &, VoxelType) const in GetMinMax() argument
992 template <> inline void HashImage<double3x3>::GetMinMax(VoxelType &, VoxelType &, VoxelType) const in GetMinMax() argument
1014 template <> inline void HashImage<float3x3>::PutMinMax(VoxelType, VoxelType) in PutMinMax() argument
1019 template <> inline void HashImage<double3x3>::PutMinMax(VoxelType, VoxelType) in PutMinMax() argument
H A DGaussianInterpolateImageFunction.hxx221 typedef typename TOtherImage::VoxelType VoxelType; in Get2D() typedef
259 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding2D() typedef
395 typedef typename TOtherImage::VoxelType VoxelType; in Get3D() typedef
436 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding3D() typedef
573 typedef typename TOtherImage::VoxelType VoxelType; in Get4D() typedef
617 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding4D() typedef
H A DCSplineInterpolateImageFunction.hxx199 typedef typename TOtherImage::VoxelType VoxelType; in Get2D() typedef
236 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding2D() typedef
373 typedef typename TOtherImage::VoxelType VoxelType; in Get3D() typedef
415 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding3D() typedef
561 typedef typename TOtherImage::VoxelType VoxelType; in Get4D() typedef
608 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding4D() typedef
H A DSincInterpolateImageFunction.hxx208 typedef typename TOtherImage::VoxelType VoxelType; in Get2D() typedef
253 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding2D() typedef
430 typedef typename TOtherImage::VoxelType VoxelType; in Get3D() typedef
481 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding3D() typedef
668 typedef typename TOtherImage::VoxelType VoxelType; in Get4D() typedef
725 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding4D() typedef
H A DBSplineInterpolateImageFunction.hxx233 typedef typename TCoefficient::VoxelType VoxelType; in Get2D() typedef
262 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding2D() typedef
387 typedef typename TCoefficient::VoxelType VoxelType; in Get3D() typedef
543 typedef typename TCoefficient::VoxelType VoxelType; in Get4D() typedef
577 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding4D() typedef
H A DCubicBSplineInterpolateImageFunction.hxx236 typedef typename TCoefficient::VoxelType VoxelType; in Get2D() typedef
270 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding2D() typedef
405 typedef typename TCoefficient::VoxelType VoxelType; in Get3D() typedef
445 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding3D() typedef
588 typedef typename TCoefficient::VoxelType VoxelType; in Get4D() typedef
H A DExtrapolateImageFunction.h160 typedef typename ImageType::VoxelType VoxelType; ///< Input voxel type typedef
252 typedef typename ImageType::VoxelType VoxelType; ///< Input voxel type typedef
H A DFastCubicBSplineInterpolateImageFunction.hxx244 typedef typename TCoefficient::VoxelType VoxelType; in Get2D() typedef
278 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding2D() typedef
417 typedef typename TCoefficient::VoxelType VoxelType; in Get3D() typedef
457 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding3D() typedef
608 typedef typename TCoefficient::VoxelType VoxelType; in Get4D() typedef
653 typedef typename TCoefficient::VoxelType VoxelType; in GetWithPadding4D() typedef
H A DLinearInterpolateImageFunction.hxx205 typedef typename TOtherImage::VoxelType VoxelType; in Get2D() typedef
229 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding2D() typedef
357 typedef typename TOtherImage::VoxelType VoxelType; in Get3D() typedef
387 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding3D() typedef
518 typedef typename TOtherImage::VoxelType VoxelType; in Get4D() typedef
560 typedef typename TOtherImage::VoxelType VoxelType; in GetWithPadding4D() typedef
H A DHashImage.h49 typedef TVoxel VoxelType; typedef
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DHashImage.cc979 template <> void HashImage<float3x3 >::GetMinMax(VoxelType &, VoxelType &) const in GetMinMax() argument
985 template <> void HashImage<double3x3>::GetMinMax(VoxelType &, VoxelType &) const in GetMinMax() argument
1006 template <> void HashImage<float3x3 >::GetMinMax(VoxelType &, VoxelType &, VoxelType) const in GetMinMax() argument
1012 template <> void HashImage<double3x3>::GetMinMax(VoxelType &, VoxelType &, VoxelType) const in GetMinMax() argument
1035 template <> void HashImage<float3x3 >::PutMinMax(VoxelType, VoxelType) in PutMinMax() argument
1041 template <> void HashImage<double3x3>::PutMinMax(VoxelType, VoxelType) in PutMinMax() argument
H A DGenericImage.cc1151 template <> void GenericImage<float3x3>::GetMinMax(VoxelType &, VoxelType &) const in GetMinMax() argument
1157 template <> void GenericImage<double3x3>::GetMinMax(VoxelType &, VoxelType &) const in GetMinMax() argument
1186 template <> void GenericImage<float3x3>::GetMinMax(VoxelType &, VoxelType &, VoxelType) const in GetMinMax() argument
1192 template <> void GenericImage<double3x3>::GetMinMax(VoxelType &, VoxelType &, VoxelType) const in GetMinMax() argument
1212 template <> void GenericImage<float3x3>::PutMinMax(VoxelType, VoxelType) in PutMinMax() argument
1218 template <> void GenericImage<double3x3>::PutMinMax(VoxelType, VoxelType) in PutMinMax() argument
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Registration/include/mirtk/
H A DImageSimilarity.h70 typedef RegisteredImage::VoxelType VoxelType; typedef
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DRegisteredImage.cc823 typedef RegisteredImage::VoxelType VoxelType; typedef in mirtk::Interpolator
1155 typedef typename Evaluator::VoxelType VoxelType; typedef
1175 typedef typename Evaluator::VoxelType VoxelType; typedef
1196 typedef typename Evaluator::VoxelType VoxelType; typedef
1217 typedef typename Evaluator::VoxelType VoxelType; typedef
1238 typedef typename Evaluator::VoxelType VoxelType; typedef
1259 typedef typename Evaluator::VoxelType VoxelType; typedef
1281 typedef typename Evaluator::VoxelType VoxelType; typedef
1307 typedef typename Evaluator::VoxelType VoxelType; typedef
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DImplicitSurfaceUtils.cc48 typedef DistanceImage::VoxelType VoxelType; in Isosurface() typedef
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Registration/example/
H A DDummyImageSimilarity.cc25 typedef irtkDummyImageSimilarity::VoxelType VoxelType; typedef
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Registration/src/
H A DSumOfSquaredIntensityDifferences.cc43 typedef SumOfSquaredIntensityDifferences::VoxelType VoxelType; typedef
/dports/games/openxcom/OpenXcom-1.0/src/Ruleset/
H A DMapData.h46 enum VoxelType{ V_EMPTY = -1, V_FLOOR, V_WESTWALL, V_NORTHWALL, V_OBJECT, V_UNIT, V_OUTOFBOUNDS }; enum
/dports/devel/vcglib/vcglib-2020.09/apps/sample/trimesh_isosurface/
H A Dsimple_volume.h11 typedef VOX_TYPE VoxelType; typedef
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLRadiosityRenderer.h41 typedef uint32_t VoxelType; typedef
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Devaluate-similarity.cc125 typedef RegisteredImage::VoxelType VoxelType; in main() typedef
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/create/
H A Dmc_trivial_walker.h37 typedef VOX_TYPE VoxelType; typedef
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/create/
H A Dmc_trivial_walker.h37 typedef VOX_TYPE VoxelType; typedef

12