OpenVDB 10.0.1
Loading...
Searching...
No Matches
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()

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

Member Function Documentation

◆ leafIndex()

Index leafIndex ( Index  i) const
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator++()

CopyIterator & operator++ ( )
inline

◆ reset()

void reset ( Index  startIndex,
Index  endIndex 
)
inline

◆ sourceIndex()

Index sourceIndex ( ) const
inline

◆ targetIndex()

Index targetIndex ( ) const
inline