Home
last modified time | relevance | path

Searched refs:LinearIndex (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/algorithms/
H A Dlinear_index.h49 class LinearIndex : public NNIndex<Distance>
58 LinearIndex(const IndexParams& params = LinearIndexParams(), Distance d = Distance()) :
63LinearIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LinearIndexParams()…
69 LinearIndex(const LinearIndex& other) : BaseClass(other) in LinearIndex() function
73 LinearIndex& operator=(LinearIndex other)
79 virtual ~LinearIndex() in ~LinearIndex()
85 return new LinearIndex(*this); in clone()
H A Dall_indices.h154 nnIndex = create_index_<LinearIndex,Distance,ElementType>(dataset, params, distance);
/dports/graphics/colmap/colmap-3.6/lib/FLANN/algorithms/
H A Dlinear_index.h49 class LinearIndex : public NNIndex<Distance>
58 LinearIndex(const IndexParams& params = LinearIndexParams(), Distance d = Distance()) :
63LinearIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LinearIndexParams()…
69 LinearIndex(const LinearIndex& other) : BaseClass(other) in LinearIndex() function
73 LinearIndex& operator=(LinearIndex other)
79 virtual ~LinearIndex() in ~LinearIndex()
85 return new LinearIndex(*this); in clone()
H A Dall_indices.h154 nnIndex = create_index_<LinearIndex,Distance,ElementType>(dataset, params, distance);
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/src/cpp/flann/algorithms/
H A Dlinear_index.h49 class LinearIndex : public NNIndex<Distance>
58 LinearIndex(const IndexParams& params = LinearIndexParams(), Distance d = Distance()) :
63LinearIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LinearIndexParams()…
69 LinearIndex(const LinearIndex& other) : BaseClass(other) in LinearIndex() function
73 LinearIndex& operator=(LinearIndex other)
79 virtual ~LinearIndex() in ~LinearIndex()
85 return new LinearIndex(*this); in clone()
H A Dall_indices.h154 nnIndex = create_index_<LinearIndex,Distance,ElementType>(dataset, params, distance);
/dports/graphics/open3d/Open3D-0.2/src/External/flann/algorithms/
H A Dlinear_index.h49 class LinearIndex : public NNIndex<Distance>
58 LinearIndex(const IndexParams& params = LinearIndexParams(), Distance d = Distance()) :
63LinearIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LinearIndexParams()…
69 LinearIndex(const LinearIndex& other) : BaseClass(other) in LinearIndex() function
73 LinearIndex& operator=(LinearIndex other)
79 virtual ~LinearIndex() in ~LinearIndex()
85 return new LinearIndex(*this); in clone()
H A Dall_indices.h150 nnIndex = create_index_<LinearIndex,Distance,ElementType>(dataset, params, distance);
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/flann/algorithms/
H A Dlinear_index.h49 class LinearIndex : public NNIndex<Distance>
58 LinearIndex(const IndexParams& params = LinearIndexParams(), Distance d = Distance()) :
63LinearIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LinearIndexParams()…
69 LinearIndex(const LinearIndex& other) : BaseClass(other) in LinearIndex() function
73 LinearIndex& operator=(LinearIndex other)
79 virtual ~LinearIndex() in ~LinearIndex()
85 return new LinearIndex(*this); in clone()
H A Dall_indices.h150 nnIndex = create_index_<LinearIndex,Distance,ElementType>(dataset, params, distance);
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/flann/algorithms/
H A Dlinear_index.h49 class LinearIndex : public NNIndex<Distance>
57LinearIndex(const Matrix<ElementType>& inputData, const IndexParams& params = LinearIndexParams(),
63 LinearIndex(const LinearIndex&);
64 LinearIndex& operator=(const LinearIndex&);
H A Dall_indices.h134 nnIndex = create_index_<LinearIndex,Distance,ElementType>(dataset, params, distance);
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Dlinear_index.h50 class LinearIndex : public NNIndex<Distance>
58LinearIndex(const Matrix<ElementType>& inputData, const IndexParams& params = LinearIndexParams(),
64 LinearIndex(const LinearIndex&);
65 LinearIndex& operator=(const LinearIndex&);
H A Dall_indices.h61 nnIndex = new LinearIndex<Distance>(dataset, params, distance); in create()
102 nnIndex = new LinearIndex<Distance>(dataset, params, distance);
131 nnIndex = new LinearIndex<Distance>(dataset, params, distance);
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/helper/
H A DadiosMemory.cpp110 LinearIndex(srcStart, srcCount, interStart, true); in ClipRowMajor()
120 ? LinearIndex(srcStart, srcCount, currentPoint, true) - in ClipRowMajor()
122 : LinearIndex(Dims(srcMemCount.size(), 0), srcMemCount, in ClipRowMajor()
129 const size_t destBeginOffset = helper::LinearIndex( in ClipRowMajor()
197 LinearIndex(srcStart, srcCount, interStart, false); in ClipColumnMajor()
206 ? LinearIndex(srcStart, srcCount, currentPoint, false) - in ClipColumnMajor()
208 : LinearIndex(Dims(srcMemCount.size(), 0), srcMemCount, in ClipColumnMajor()
215 const size_t destBeginOffset = helper::LinearIndex( in ClipColumnMajor()
H A DadiosMath.h181 size_t LinearIndex(const Dims &start, const Dims &count, const Dims &point,
192 size_t LinearIndex(const Box<Dims> &startEndBox, const Dims &point,
H A DadiosMath.cpp243 size_t LinearIndex(const Dims &start, const Dims &count, const Dims &point, in LinearIndex() function
299 size_t LinearIndex(const Box<Dims> &startEndBox, const Dims &point, in LinearIndex() function
308 return LinearIndex(start, count, point, isRowMajor); in LinearIndex()
H A DadiosMath.inl49 const size_t startOffset = helper::LinearIndex(
114 const size_t startOffset = helper::LinearIndex(
169 helper::LinearIndex(Dims(1, 0), shape, start, isRowMajor);
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/
H A DIndexFeatureFileIntegrationTest.java7 import htsjdk.tribble.index.linear.LinearIndex;
51 Assert.assertTrue(index instanceof LinearIndex); in testVCFIndex()
73 Assert.assertTrue(index instanceof LinearIndex); in testVCFIndexOnCloud()
91 Assert.assertTrue(index instanceof LinearIndex); in testVCFIndex_inferredName()
239 Assert.assertTrue(index instanceof LinearIndex); in testBCFIndex()
283 Assert.assertTrue(index instanceof LinearIndex); in testGVCFTreatedAsVCFIndex()
301 Assert.assertTrue(index instanceof LinearIndex); in testGVCFIndex()
339 testBedIndex(getTestFile("test_bed_for_index.bed"), LinearIndex.class); in testBedIndex()
430 Assert.assertTrue(index instanceof LinearIndex); in testEnsemblGtfIndex()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/examples/
H A Dpgm_image.h69 int LinearIndex(int x, int y) const;
130 return MutablePixelFromLinearIndex(LinearIndex(x, y)); in MutablePixel()
135 return PixelFromLinearIndex(LinearIndex(x, y)); in Pixel()
155 int PGMImage<Real>::LinearIndex(int x, int y) const { in LinearIndex() function
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/
H A Dpgm_image.h69 int LinearIndex(int x, int y) const;
129 return MutablePixelFromLinearIndex(LinearIndex(x, y)); in MutablePixel()
134 return PixelFromLinearIndex(LinearIndex(x, y)); in Pixel()
154 int PGMImage<Real>::LinearIndex(int x, int y) const { in LinearIndex() function
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dodometer.h70 int LinearIndex() const;
H A Dodometer.cc150 int gIndexOdometer::LinearIndex() const in LinearIndex() function in gIndexOdometer
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/format/bp/bp3/
H A DBP3Deserializer.tcc240 sizeof(T) * helper::LinearIndex(subStreamInfo.BlockBox, in SetVariableBlockInfo()
245 sizeof(T) * (helper::LinearIndex( in SetVariableBlockInfo()
311 sizeof(T) * helper::LinearIndex(subStreamInfo.BlockBox, in SetVariableBlockInfo()
316 sizeof(T) * (helper::LinearIndex( in SetVariableBlockInfo()
1032 helper::LinearIndex(info.BlockBox, info.IntersectionBox.first, in GetSubFileInfo()
1038 (helper::LinearIndex(info.BlockBox, info.IntersectionBox.second, in GetSubFileInfo()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/format/bp/bp4/
H A DBP4Deserializer.tcc243 sizeof(T) * helper::LinearIndex(subStreamInfo.BlockBox, in SetVariableBlockInfo()
248 sizeof(T) * (helper::LinearIndex( in SetVariableBlockInfo()
314 sizeof(T) * helper::LinearIndex(subStreamInfo.BlockBox, in SetVariableBlockInfo()
319 sizeof(T) * (helper::LinearIndex( in SetVariableBlockInfo()
1119 helper::LinearIndex(info.BlockBox, info.IntersectionBox.first, in GetSubFileInfo()
1125 (helper::LinearIndex(info.BlockBox, info.IntersectionBox.second, in GetSubFileInfo()

12