Home
last modified time | relevance | path

Searched refs:CompositeIndex (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/graphics/colmap/colmap-3.6/lib/FLANN/algorithms/
H A Dcomposite_index.h71 class CompositeIndex : public NNIndex<Distance>
88 CompositeIndex(const IndexParams& params = CompositeIndexParams(), Distance d = Distance()) :
96CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
103 CompositeIndex(const CompositeIndex& other) : BaseClass(other), in CompositeIndex() function
108 CompositeIndex& operator=(CompositeIndex other)
114 virtual ~CompositeIndex() in ~CompositeIndex()
122 return new CompositeIndex(*this); in clone()
212 void swap(CompositeIndex& other) in swap()
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/algorithms/
H A Dcomposite_index.h71 class CompositeIndex : public NNIndex<Distance>
88 CompositeIndex(const IndexParams& params = CompositeIndexParams(), Distance d = Distance()) :
96CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
103 CompositeIndex(const CompositeIndex& other) : BaseClass(other), in CompositeIndex() function
108 CompositeIndex& operator=(CompositeIndex other)
114 virtual ~CompositeIndex() in ~CompositeIndex()
122 return new CompositeIndex(*this); in clone()
212 void swap(CompositeIndex& other) in swap()
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/src/cpp/flann/algorithms/
H A Dcomposite_index.h71 class CompositeIndex : public NNIndex<Distance>
88 CompositeIndex(const IndexParams& params = CompositeIndexParams(), Distance d = Distance()) :
96CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
103 CompositeIndex(const CompositeIndex& other) : BaseClass(other), in CompositeIndex() function
108 CompositeIndex& operator=(CompositeIndex other)
114 virtual ~CompositeIndex() in ~CompositeIndex()
122 return new CompositeIndex(*this); in clone()
212 void swap(CompositeIndex& other) in swap()
/dports/graphics/open3d/Open3D-0.2/src/External/flann/algorithms/
H A Dcomposite_index.h71 class CompositeIndex : public NNIndex<Distance>
88 CompositeIndex(const IndexParams& params = CompositeIndexParams(), Distance d = Distance()) :
96CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
103 CompositeIndex(const CompositeIndex& other) : BaseClass(other), in CompositeIndex() function
108 CompositeIndex& operator=(CompositeIndex other)
114 virtual ~CompositeIndex() in ~CompositeIndex()
122 return new CompositeIndex(*this); in clone()
212 void swap(CompositeIndex& other) in swap()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/flann/algorithms/
H A Dcomposite_index.h71 class CompositeIndex : public NNIndex<Distance>
88 CompositeIndex(const IndexParams& params = CompositeIndexParams(), Distance d = Distance()) :
96CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
103 CompositeIndex(const CompositeIndex& other) : BaseClass(other), in CompositeIndex() function
108 CompositeIndex& operator=(CompositeIndex other)
114 virtual ~CompositeIndex() in ~CompositeIndex()
122 return new CompositeIndex(*this); in clone()
212 void swap(CompositeIndex& other) in swap()
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/flann/algorithms/
H A Dcomposite_index.h71 class CompositeIndex : public NNIndex<Distance>
86CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
94 CompositeIndex(const CompositeIndex&);
95 CompositeIndex& operator=(const CompositeIndex&);
97 virtual ~CompositeIndex() in ~CompositeIndex()
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Dcomposite_index.h72 class CompositeIndex : public NNIndex<Distance>
85CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
93 CompositeIndex(const CompositeIndex&);
94 CompositeIndex& operator=(const CompositeIndex&);
96 virtual ~CompositeIndex() in ~CompositeIndex()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DAmf.cpp126 …f::RemoveComposite(int MaterialIndex, int CompositeIndex){pData->RemoveComposite(MaterialIndex, Co… in RemoveComposite() argument
127 … MaterialIndex, int CompositeIndex, int CompositeMaterialIndex){return pData->SetCompositeMaterial… in SetCompositeMaterialIndex() argument
128 …erialIndex(int MaterialIndex, int CompositeIndex){return pData->GetCompositeMaterialIndex(Material… in GetCompositeMaterialIndex() argument
129 …siteEquation(int MaterialIndex, int CompositeIndex){return pData->GetCompositeEquation(MaterialInd… in GetCompositeEquation() argument
130 …n(int MaterialIndex, int CompositeIndex, std::string Equation) {return pData->SetCompositeEquation… in SetCompositeEquation() argument
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkSelectionSource.h153 vtkSetMacro(CompositeIndex, int);
154 vtkGetMacro(CompositeIndex, int);
194 int CompositeIndex; variable
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkSelectionSource.h116 vtkSetMacro(CompositeIndex, int);
117 vtkGetMacro(CompositeIndex, int);
150 int CompositeIndex; variable
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkSelectionSource.h169 vtkSetMacro(CompositeIndex, int);
170 vtkGetMacro(CompositeIndex, int);
218 int CompositeIndex; variable
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DAmf.h165 …void RemoveComposite(int MaterialIndex, int CompositeIndex); //!<Removes the composite at the spec…
166 …bool SetCompositeMaterialIndex(int MaterialIndex, int CompositeIndex, int CompositeMaterialIndex);…
167 …int GetCompositeMaterialIndex(int MaterialIndex, int CompositeIndex); //!<Returns the index of the…
168 …std::string GetCompositeEquation(int MaterialIndex, int CompositeIndex); //!<Returns the AMF-forma…
169 …bool SetCompositeEquation(int MaterialIndex, int CompositeIndex, std::string Equation); //!<Assign…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/appengine_internal/datastore/
H A Ddatastore.sdk.pb.go1571 type CompositeIndex struct { struct
1586 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1588 func (*CompositeIndex) ProtoMessage() {} argument
1593 func (m *CompositeIndex) GetAppId() string { argument
1600 func (m *CompositeIndex) GetDatabaseId() string { argument
1607 func (m *CompositeIndex) GetId() int64 { argument
1871 return m.CompositeIndex
2025 return m.CompositeIndex
2893 return m.CompositeIndex
2988 return m.CompositeIndex
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/common/
H A Dhybrid.hh141 struct CompositeIndex struct
152 …static constexpr decltype( auto ) access ( CompositeIndex< _component, _I, _offset, _SI > subIndex… in access() argument
161 … explicit constexpr CompositeIndex ( SubIndex subIndex ) : subIndex_( std::move( subIndex ) ) {} in CompositeIndex() function
210 …f_( CompositeIndex< component, Index, Range::template offset< component >(), std::decay_t< decltyp… in operator ()()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/google.golang.org/appengine/internal/datastore/
H A Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} } argument
1112 func (*CompositeIndex) ProtoMessage() {} argument
1116 func (m *CompositeIndex) GetAppId() string { argument
1123 func (m *CompositeIndex) GetId() int64 { argument
1324CompositeIndex []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index" json:"composit… member
1450 return m.CompositeIndex
2141CompositeIndex []*CompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"compo… member
2182 return m.CompositeIndex
2257CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_in… member
[all …]

12345678910>>...13