Home
last modified time | relevance | path

Searched refs:CornerIndexKey (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DMultiGridOctreeData.inl506 return CornerIndexKey( idx );
513 return CornerIndexKey( idx );
515 long long VertexData::CornerIndexKey( const int idx[DIMENSION] ) function in VertexData
H A DMultiGridOctreeData.h129 static long long CornerIndexKey( const int index[DIMENSION] );
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DMultiGridOctreeData.inl507 return CornerIndexKey( idx );
514 return CornerIndexKey( idx );
516 long long VertexData::CornerIndexKey( const int idx[DIMENSION] ) function in VertexData
H A DMultiGridOctreeData.h129 static long long CornerIndexKey( const int index[DIMENSION] );
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DMultiGridOctreeData.inl603 return CornerIndexKey( idx );
610 return CornerIndexKey( idx );
612 long long VertexData::CornerIndexKey( const int idx[DIMENSION] ) function in VertexData
H A DMultiGridOctreeData.h106 static long long CornerIndexKey( const int index[DIMENSION] );
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DMultiGridOctreeData.inl655 return CornerIndexKey( idx );
662 return CornerIndexKey( idx );
664 long long VertexData::CornerIndexKey( const int idx[DIMENSION] ) function in VertexData
H A DMultiGridOctreeData.h107 static long long CornerIndexKey( const int index[DIMENSION] );
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Dmulti_grid_octree_data.h112 static long long CornerIndexKey( const int index[DIMENSION] );
H A Dmulti_grid_octree_data.hpp3918 return CornerIndexKey( idx ); in CornerIndex()
3926 return CornerIndexKey( idx ); in CornerIndex()
3929 long long VertexData::CornerIndexKey( const int idx[DIMENSION] ) in CornerIndexKey() function in pcl::poisson::VertexData