OpenVDB  9.0.1
Public Member Functions | List of all members
GlobalMovePointsOp< TreeT >::CopyIterator Struct Reference

#include <openvdb/points/PointMove.h>

Public Member Functions

 CopyIterator (const LeafT &leaf, const IndexArray &sortedIndices, const IndexTripleArray &moveIndices, IndexArray &offsets)
 
 operator bool () const
 
void reset (Index startIndex, Index endIndex)
 
CopyIteratoroperator++ ()
 
Index leafIndex (Index i) const
 
Index sourceIndex () const
 
Index targetIndex () const
 

Constructor & Destructor Documentation

CopyIterator ( const LeafT leaf,
const IndexArray sortedIndices,
const IndexTripleArray moveIndices,
IndexArray offsets 
)
inline

Member Function Documentation

Index leafIndex ( Index  i) const
inline
operator bool ( ) const
inline
CopyIterator& operator++ ( )
inline
void reset ( Index  startIndex,
Index  endIndex 
)
inline
Index sourceIndex ( ) const
inline
Index targetIndex ( ) const
inline