/dports/games/burrtools/burrtools-0.6.3/src/lib/tabs_0/ |
H A D | symcalc.inc | 3 v = pp->getGridType()->getVoxel(pp); 8 v = pp->getGridType()->getVoxel(pp); 13 v = pp->getGridType()->getVoxel(pp); 18 v = pp->getGridType()->getVoxel(pp); 23 v = pp->getGridType()->getVoxel(pp); 33 v = pp->getGridType()->getVoxel(pp); 40 v = pp->getGridType()->getVoxel(pp); 47 v = pp->getGridType()->getVoxel(pp); 60 v = pp->getGridType()->getVoxel(pp); 67 v = pp->getGridType()->getVoxel(pp); [all …]
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/impl/ransac_based/ |
H A D | voxel_structure.hpp | 85 VoxelStructure<T,REAL>::getVoxel (const REAL p[3]) in getVoxel() function in pcl::recognition::VoxelStructure 99 VoxelStructure<T,REAL>::getVoxel (int x, int y, int z) const in getVoxel() function in pcl::recognition::VoxelStructure 126 voxel = this->getVoxel (x_p1, y_p1, z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 127 voxel = this->getVoxel (x_p1, y_p1, z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 128 voxel = this->getVoxel (x_p1, y_p1, z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 129 voxel = this->getVoxel (x_p1, y , z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 130 voxel = this->getVoxel (x_p1, y , z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 131 voxel = this->getVoxel (x_p1, y , z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 132 voxel = this->getVoxel (x_p1, y_m1, z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() 133 voxel = this->getVoxel (x_p1, y_m1, z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors() [all …]
|
/dports/games/burrtools/burrtools-0.6.3/src/lib/ |
H A D | gridtype.h | 114 voxel_c * getVoxel(unsigned int x, unsigned int y, unsigned int z, voxel_type init) const; 116 voxel_c * getVoxel(xmlParser_c & pars) const; 118 voxel_c * getVoxel(const voxel_c & orig) const; 120 voxel_c * getVoxel(const voxel_c * orig) const;
|
H A D | gridtype.cpp | 133 voxel_c * gridType_c::getVoxel(unsigned int x, unsigned int y, unsigned int z, voxel_type init) con… in getVoxel() function in gridType_c 145 voxel_c * gridType_c::getVoxel(xmlParser_c & pars) const in getVoxel() function in gridType_c 157 voxel_c * gridType_c::getVoxel(const voxel_c & orig) const in getVoxel() function in gridType_c 169 voxel_c * gridType_c::getVoxel(const voxel_c * orig) const in getVoxel() function in gridType_c
|
H A D | converter.cpp | 62 vn = gt->getVoxel(v->getX()*5, v->getY()*5, v->getZ()*5, voxel_c::VX_EMPTY); in doConvert() 80 vn = gt->getVoxel(v->getX()*3, v->getY()*3, v->getZ()*3, voxel_c::VX_EMPTY); in doConvert()
|
H A D | voxeltable.cpp | 111 voxel_c * v2 = v->getGridType()->getVoxel(findSpace(n->index)); in getSpace() 169 voxel_c * v2 = v->getGridType()->getVoxel(v); in addSpace()
|
H A D | puzzle.cpp | 96 shapes.push_back(gt->getVoxel(orig->shapes[i])); in puzzle_c() 291 shapes.push_back(gt->getVoxel(pars)); in puzzle_c() 356 shapes.push_back(gt->getVoxel(sx, sy, sz, voxel_c::VX_EMPTY)); in addShape()
|
H A D | print.cpp | 181 pieces[pc] = p->getGridType()->getVoxel(p->getShapeShape(i)); in print() 213 pieces[pc] = p->getGridType()->getVoxel(p->getShapeShape(i)); in print()
|
H A D | symmetries_0.cpp | 134 voxel_c * v = pp->getGridType()->getVoxel(pp); in symmetryKnown()
|
H A D | movementcache.cpp | 145 voxel_c * sh = gt->getVoxel(shapes[s][0]); in getTransformedShape()
|
H A D | voxel.cpp | 251 voxel_c * v = gt->getVoxel(op); in identicalWithRots() 269 voxel_c * v = gt->getVoxel(this); in getMirrorTransform() 292 voxel_c * tmp = gt->getVoxel(this); in getHotspot() 328 voxel_c * tmp = gt->getVoxel(this); in getBoundingBox()
|
H A D | assembly.cpp | 807 voxel_c * pc = puz->getGridType()->getVoxel(puz->getShapeShape(j)); in createSpace() 823 voxel_c * res = puz->getGridType()->getVoxel(maxX, maxY, maxZ, 0); in createSpace()
|
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/amr/ |
H A D | AMRVolume.ispc | 111 self->amr.getVoxel = AMR_getVoxel_uint8_32; 113 self->amr.getVoxel = AMR_getVoxel_int16_32; 115 self->amr.getVoxel = AMR_getVoxel_uint16_32; 117 self->amr.getVoxel = AMR_getVoxel_float_32; 119 self->amr.getVoxel = AMR_getVoxel_double_32;
|
H A D | CellRef.ispc | 90 ret.value = self->getVoxel(brick->value, idx);
|
H A D | AMR.ih | 135 float (*uniform getVoxel)(Data1D *uniform data, const varying uint32 index);
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/ransac_based/ |
H A D | voxel_structure.h | 63 getVoxel (const REAL p[3]); 67 getVoxel (int x, int y, int z) const;
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/cuda/ |
H A D | ray_caster.cu | 113 getVoxel (float3 point) const in getVoxel() function 131 int3 g = getVoxel (point); in interpolateTrilineary() 226 int3 g = getVoxel (ray_start + ray_dir * time_curr); in operator ()() 240 int3 g = getVoxel ( ray_start + ray_dir * (time_curr + time_step) ); in operator ()() 268 int3 g = getVoxel ( ray_start + ray_dir * time_curr ); in operator ()()
|
H A D | colors.cu | 116 getVoxel (float3 point) const in getVoxel() function 174 int3 vp = getVoxel (p); in operator ()()
|
H A D | extract.cu | 602 getVoxel (const float3& point) const in getVoxel() function 622 int3 g = getVoxel (point); in operator ()() 666 int3 g = getVoxel (point); in interpolateTrilineary()
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/cuda/ |
H A D | ray_caster.cu | 106 getVoxel (float3 point) const in getVoxel() function 124 int3 g = getVoxel (point); in interpolateTrilineary() 189 int3 g = getVoxel (ray_start + ray_dir * time_curr); in operator ()() 203 int3 g = getVoxel ( ray_start + ray_dir * (time_curr + time_step) ); in operator ()() 231 int3 g = getVoxel ( ray_start + ray_dir * time_curr ); in operator ()()
|
H A D | colors.cu | 108 getVoxel (float3 point) const in getVoxel() function 166 int3 vp = getVoxel (p); in operator ()()
|
H A D | extract.cu | 333 getVoxel (const float3& point) const in getVoxel() function 353 int3 g = getVoxel (point); in operator ()() 397 int3 g = getVoxel (point); in interpolateTrilineary()
|
/dports/games/burrtools/burrtools-0.6.3/src/gui/ |
H A D | voxelframe.cpp | 889 unsigned int num = addSpace(puz->getGridType()->getVoxel(puz->getShape(shapeNum))); in showSingleShape() 986 num = addSpace(pr->getGridType()->getVoxel(pr->getResultShape())); in showProblem() 999 num = addSpace(puz->getGridType()->getVoxel(puz->getShape(selShape))); in showProblem() 1013 num = addSpace(pr->getGridType()->getVoxel(pr->getShapeShape(p))); in showProblem() 1092 voxel_c * vx = puz->getGridType()->getVoxel(puz->getShapeShape(p)); in showAssembly() 1107 voxel_c * vx = puz->getGridType()->getVoxel(puz->getShapeShape(p)); in showAssembly() 1120 num = addSpace(puz->getGridType()->getVoxel(1, 1, 1, voxel_c::VX_EMPTY)); in showAssembly() 1153 voxel_c * vx = puz->getGridType()->getVoxel(puz->getShapeShape(p)); in showAssemblerState() 1178 num = addSpace(puz->getGridType()->getVoxel(puz->getResultShape())); in showAssemblerState() 1233 voxel_c * vx = puz->getGridType()->getVoxel(puz->getShapeShape(shape)); in showPlacement() [all …]
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/src/ransac_based/ |
H A D | model_library.cpp | 174 HashTableCell* cell = hash_table_.getVoxel (key); in addToHashTable()
|
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/ |
H A D | AtomDataReader.java | 433 private float getVoxel(int i, int j, int k, int ipt) { in getVoxel() method in AtomDataReader 530 if ((r0 == 0 || value <= rA0) && value < getVoxel(i, j, k, ipt)) { in markSphereVoxels()
|