| 
    OpenVDB
    13.0.0
    
   | 
 
Compute the closest-point transform of a scalar grid. More...
#include <openvdb/tools/GridOperators.h>
Public Types | |
| typedef InGridT | InGridType | 
| typedef ScalarToVectorConverter< InGridT >::Type | OutGridType | 
Public Member Functions | |
| Cpt (const InGridType &grid, InterruptT *interrupt=nullptr) | |
| Cpt (const InGridType &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) | |
| OutGridType::Ptr | process (bool threaded=true, bool useWorldTransform=true) | 
Compute the closest-point transform of a scalar grid.
| typedef InGridT InGridType | 
| typedef ScalarToVectorConverter<InGridT>::Type OutGridType | 
      
  | 
  inline | 
      
  | 
  inline | 
 1.8.11