| 97 | } |
| 98 | |
| 99 | void ICP::sampleFltPoints( float samplingVoxelSize ) |
| 100 | { |
| 101 | setFltSamples( *flt_.obj.pointsGridSampling( samplingVoxelSize ) ); |
| 102 | } |
| 103 | |
| 104 | void ICP::setRefSamples( const VertBitSet& refSamples ) |
| 105 | { |
nothing calls this directly
no test coverage detected