OpenVDB  3.1.0
Classes | Public Types | Public Member Functions | List of all members
MergeBinsOp< PointIndexType > Struct Template Reference

#include <PointPartitioner.h>

Public Types

typedef Array< PointIndexType > Segment
 
typedef Segment::Ptr SegmentPtr
 
typedef std::pair< PointIndexType, PointIndexType > IndexPair
 
typedef std::deque< IndexPairIndexPairList
 
typedef boost::shared_ptr< IndexPairListIndexPairListPtr
 
typedef std::map< Coord, IndexPairListPtrIndexPairListMap
 
typedef boost::shared_ptr< IndexPairListMapIndexPairListMapPtr
 

Public Member Functions

 MergeBinsOp (IndexPairListMapPtr *bins, SegmentPtr *indexSegments, SegmentPtr *offsetSegments, Coord *coords, size_t numSegments)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

typedef std::pair<PointIndexType, PointIndexType> IndexPair
typedef std::deque<IndexPair> IndexPairList
typedef std::map<Coord, IndexPairListPtr> IndexPairListMap
typedef boost::shared_ptr<IndexPairListMap> IndexPairListMapPtr
typedef boost::shared_ptr<IndexPairList> IndexPairListPtr
typedef Array<PointIndexType> Segment

Constructor & Destructor Documentation

MergeBinsOp ( IndexPairListMapPtr bins,
SegmentPtr indexSegments,
SegmentPtr offsetSegments,
Coord *  coords,
size_t  numSegments 
)
inline

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

The documentation for this struct was generated from the following file: