Home
last modified time | relevance | path

Searched refs:Voxel (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/oldplymc/
H A Dvoxel.h22 class Voxel
48 inline void Blend( Voxel const & vx, scalar w) in Blend()
57 inline Voxel & operator += ( Voxel const & vx)
96 static const Voxel &Zero() { in Zero()
100 void Merge(const Voxel &VOX) in Merge()
107 void Set(const Voxel &VOX) in Set()
124 class Voxelfc :public Voxel<float>
140 return Voxel<float>::Normalize(thr); in Normalize()
151 Voxel<float>::Merge(VOX); in Merge()
156 Voxel<float>::Set(VOX); in Set()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/create/plymc/
H A Dvoxel.h44 class Voxel
77 inline Voxel & operator += ( Voxel const & vx)
115 static const Voxel &Zero() { in Zero()
116 static Voxel tt(0,false,Point3f(0,0,0),0); in Zero()
119 void Merge(const Voxel &VOX) in Merge()
126 void Set(const Voxel &VOX) in Set()
143 class Voxelfc :public Voxel<float>
159 return Voxel<float>::Normalize(thr); in Normalize()
170 Voxel<float>::Merge(VOX); in Merge()
175 Voxel<float>::Set(VOX); in Set()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/create/plymc/
H A Dvoxel.h44 class Voxel
77 inline Voxel & operator += ( Voxel const & vx)
115 static const Voxel &Zero() { in Zero()
116 static Voxel tt(0,false,Point3f(0,0,0),0); in Zero()
119 void Merge(const Voxel &VOX) in Merge()
126 void Set(const Voxel &VOX) in Set()
143 class Voxelfc :public Voxel<float>
159 return Voxel<float>::Normalize(thr); in Normalize()
170 Voxel<float>::Merge(VOX); in Merge()
175 Voxel<float>::Set(VOX); in Set()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/gel/octree/
H A DVoxel.h18 struct Voxel struct
20Voxel( unsigned char d= 0, unsigned char xx= 0, unsigned char yx= 0, unsigned char zx= 0) : depth(… in depth() argument
27 bool operator==( const Voxel &a) const { return a.depth==depth && a.x==x && a.y==y && a.z==z; } argument
31 bool operator==( const Voxel &a, const Voxel &b) { return a.depth==b.depth && a.x==b.x && a.y==b.y …
34 std::ostream &operator<<( std::ostream &os, const Voxel &a);
36 bool operator<( Voxel &v1, Voxel &v2);
H A DVoxel.cxx20 bool operator==( const Voxel &a, const Voxel &b)
26 std::ostream &operator<<( std::ostream &os, const Voxel &a) in operator <<()
31 bool operator<( Voxel & /* v1 */, Voxel & /* v2 */) in operator <() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/line_drawing-0.7.0/src/
H A Dwalk_voxels.rs1 use {FloatNum, SignedNum, Voxel};
26 pub fn round<I: FloatNum, O: SignedNum>(&self, voxel: Voxel<I>) -> Voxel<O> { in round()
69 voxel: Voxel<O>,
85 pub fn new(start: Voxel<I>, end: Voxel<I>, origin: &VoxelOrigin) -> Self { in new()
86 let start_i: Voxel<O> = origin.round(start); in new()
87 let end_i: Voxel<O> = origin.round(end); in new()
155 pub fn steps(self) -> Steps<Voxel<O>, Self> { in steps()
161 type Item = Voxel<O>;
H A Dbresenham_3d.rs1 use {SignedNum, Voxel};
39 voxel: Voxel<T>,
44 pub fn new(start: Voxel<T>, end: Voxel<T>) -> Self { in new()
72 pub fn steps(self) -> Steps<Voxel<T>, Self> { in steps()
78 type Item = Voxel<T>;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/line_drawing-0.7.0/src/
H A Dwalk_voxels.rs1 use {FloatNum, SignedNum, Voxel};
26 pub fn round<I: FloatNum, O: SignedNum>(&self, voxel: Voxel<I>) -> Voxel<O> { in round()
69 voxel: Voxel<O>,
85 pub fn new(start: Voxel<I>, end: Voxel<I>, origin: &VoxelOrigin) -> Self { in new()
86 let start_i: Voxel<O> = origin.round(start); in new()
87 let end_i: Voxel<O> = origin.round(end); in new()
155 pub fn steps(self) -> Steps<Voxel<O>, Self> { in steps()
161 type Item = Voxel<O>;
H A Dbresenham_3d.rs1 use {SignedNum, Voxel};
39 voxel: Voxel<T>,
44 pub fn new(start: Voxel<T>, end: Voxel<T>) -> Self { in new()
72 pub fn steps(self) -> Steps<Voxel<T>, Self> { in steps()
78 type Item = Voxel<T>;
/dports/games/dose-response/dose-response-179c326/cargo-crates/line_drawing-0.7.0/src/
H A Dwalk_voxels.rs1 use {FloatNum, SignedNum, Voxel};
26 pub fn round<I: FloatNum, O: SignedNum>(&self, voxel: Voxel<I>) -> Voxel<O> { in round()
69 voxel: Voxel<O>,
85 pub fn new(start: Voxel<I>, end: Voxel<I>, origin: &VoxelOrigin) -> Self { in new()
86 let start_i: Voxel<O> = origin.round(start); in new()
87 let end_i: Voxel<O> = origin.round(end); in new()
155 pub fn steps(self) -> Steps<Voxel<O>, Self> { in steps()
161 type Item = Voxel<O>;
H A Dbresenham_3d.rs1 use {SignedNum, Voxel};
39 voxel: Voxel<T>,
44 pub fn new(start: Voxel<T>, end: Voxel<T>) -> Self { in new()
72 pub fn steps(self) -> Steps<Voxel<T>, Self> { in steps()
78 type Item = Voxel<T>;
/dports/math/octave-forge-image/image-2.12.0/src/
H A Dwatershed.cc76 Voxel class
85 Voxel (const P val, const octave_idx_type idx, const octave_idx_type pos) in Voxel() function in Voxel
90 operator>(const Voxel& rhs) const in operator >()
211 std::priority_queue<Voxel<P>, std::vector<Voxel<P>>, std::greater<Voxel<P>>> q; in watershed()
220 q.push (Voxel<P> (padded_im[ij], ij, pos++)); in watershed()
238 Voxel<P> v = q.top (); in watershed()
259 q.push (Voxel<P> (padded_im[ij], ij, pos++)); in watershed()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/lcl/vtkmlcl/lcl/
H A DVoxel.h21 class Voxel : public Hexahedron
24 constexpr LCL_EXEC Voxel() : Hexahedron(Cell(ShapeId::VOXEL, 8)) {} in Voxel() function
25 constexpr LCL_EXEC explicit Voxel(const Cell& cell) : Hexahedron(cell) {} in Voxel() function
50 Voxel, in derivative() argument
84 Voxel, in parametricToWorld() argument
110 Voxel, in worldToParametric() argument
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DTest_AFNI_Index2XYZcontinuous.m47 fprintf (1,'Voxel indices :');
49 fprintf (1,'Voxel Coords [RAI]:');
51 fprintf (1,'Voxel Coords [ILA]:');
57 fprintf (1,'Voxel Coords [ILA]:');
/dports/graphics/grafx2/grafx2/share/grafx2/scripts/samples/picture/thomson/lib/
H A Dcolor_reduction.lua33 local Voxel = {}
35 function Voxel:new()
42 function Voxel:rgb()
49 function Voxel:toThomson()
56 function Voxel:toPal()
61 function Voxel:tostring()
87 function Voxel:mul(k)
91 function Voxel:module2()
142 return Voxel:new()
162 local v=Voxel:new()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Ddynafu_tsdf.cpp21 struct Voxel struct
29 typedef Vec<uchar, sizeof(Voxel)> VecT;
129 Voxel& v = reinterpret_cast<Voxel&>(vv); in reset()
315 Voxel* volDataStart;
345 const Voxel* volData = volume.ptr<Voxel>(); in interpolateVoxel()
365 const Voxel* volData = volume.ptr<Voxel>(); in getNormalVoxel()
583 volDataStart = vol.volume.ptr<Voxel>(); in FetchPointsNormalsInvoker()
684 const Voxel* volDataStart;
789 volData = volume.volume.ptr<Voxel>();
899 const Voxel* volData;
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/
H A Doctree.h79 struct Voxel struct
81 Voxel() { count = begin = end = -1; } in Voxel() argument
90 void AddRange(const Voxel *voxel) in AddRange() argument
105 …class Octree : public vcg::OctreeTemplate< Voxel, SCALAR_TYPE >, public vcg::SpatialIndex< OBJECT_… argument
117 typedef vcg::Voxel VoxelType;
335 VoxelType *voxel = TemplatedOctree::Voxel(initial_leaf); in Set()
513 VoxelType *voxel = TemplatedOctree::Voxel(leaves[i]); in GetInBox()
634 object_count += TemplatedOctree::Voxel( leaves[i] )->count; in AdjustBoundingBox()
660 VoxelType *voxel = TemplatedOctree::Voxel(leaves[i]); in RetrieveContainedObjects()
718 VoxelPointer current_voxel = TemplatedOctree::Voxel(n); in IndexInnerNodes()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/
H A Doctree.h79 struct Voxel struct
81 Voxel() { count = begin = end = -1; } in Voxel() function
90 void AddRange(const Voxel *voxel) in AddRange() argument
105 …class Octree : public vcg::OctreeTemplate< Voxel, SCALAR_TYPE >, public vcg::SpatialIndex< OBJECT_… argument
117 typedef vcg::Voxel VoxelType;
335 VoxelType *voxel = TemplatedOctree::Voxel(initial_leaf); in Set()
514 VoxelType *voxel = TemplatedOctree::Voxel(leaves[i]); in GetInBox()
635 object_count += TemplatedOctree::Voxel( leaves[i] )->count; in AdjustBoundingBox()
661 VoxelType *voxel = TemplatedOctree::Voxel(leaves[i]); in RetrieveContainedObjects()
719 VoxelPointer current_voxel = TemplatedOctree::Voxel(n); in IndexInnerNodes()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/
H A DvtkHyperTreeGridContour.cxx72 this->Voxel = vtkVoxel::New(); in vtkHyperTreeGridContour()
113 if ( this->Voxel ) in ~vtkHyperTreeGridContour()
115 this->Voxel->Delete(); in ~vtkHyperTreeGridContour()
116 this->Voxel = nullptr; in ~vtkHyperTreeGridContour()
172 if ( this->Voxel ) in PrintSelf()
174 os << indent << ": " << this->Voxel << "\n"; in PrintSelf()
603 cell = this->Voxel; in RecursivelyProcessTree()
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/
H A DvtkHyperTreeGridContour.cxx77 this->Voxel = vtkVoxel::New(); in vtkHyperTreeGridContour()
117 if (this->Voxel) in ~vtkHyperTreeGridContour()
119 this->Voxel->Delete(); in ~vtkHyperTreeGridContour()
120 this->Voxel = nullptr; in ~vtkHyperTreeGridContour()
176 if (this->Voxel) in PrintSelf()
178 os << indent << ": " << this->Voxel << "\n"; in PrintSelf()
599 cell = this->Voxel; in RecursivelyProcessTree()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dseededregiongrowing3d.hxx344 typedef detail::SeedRgVoxel<CostType, Diff_type> Voxel; in doxygen_overloaded_function() typedef
346 typename Voxel::Allocator allocator; in doxygen_overloaded_function()
348 typedef std::priority_queue< Voxel *, in doxygen_overloaded_function()
349 std::vector<Voxel *>, in doxygen_overloaded_function()
350 typename Voxel::Compare > SeedRgVoxelHeap; in doxygen_overloaded_function()
403 Voxel * voxel = in doxygen_overloaded_function()
416 Voxel * voxel = pheap.top(); in doxygen_overloaded_function()
463 Voxel * new_voxel = in doxygen_overloaded_function()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A Dvtk3DLinearGridInternal.h383 VoxelCell* Voxel; member
397 , Voxel(nullptr) in CellIter()
416 this->Voxel = new VoxelCell; in CellIter()
428 delete this->Voxel; in ~CellIter()
465 this->Voxel = cellIter.Voxel;
554 return this->Voxel; in GetCell()
/dports/math/pdal/PDAL-2.3.0/filters/
H A DSampleFilter.hpp45 using Voxel = std::tuple<int, int, int>; typedef in pdal::SampleFilter
65 std::map<Voxel, CoordList> m_populatedVoxels;
H A DVoxelDownsizeFilter.hpp50 using Voxel = std::tuple<int, int, int>; typedef in pdal::VoxelDownsizeFilter
75 std::set<Voxel> m_populatedVoxels;
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Graphics/
H A DVoxelLoader.cs27 readonly Cache<Pair<string, string>, Voxel> voxels;
52 voxels = new Cache<Pair<string, string>, Voxel>(LoadFile); in VoxelLoader()
214 Voxel LoadFile(Pair<string, string> files) in LoadFile()
222 return new Voxel(this, vxl, hva); in LoadFile()
225 public Voxel Load(string vxl, string hva) in Load()

12345678910>>...12