| 
    OpenVDB
    13.0.0
    
   | 
 
#include <openvdb/points/PointTransfer.h>
Public Types | |
| using | LeafManagerT = tree::LeafManager< TopologyT > | 
| using | LeafNodeT = typename LeafManagerT::LeafNodeType | 
| using | RasterizePointSignature = void(const Coord &, const Index, const CoordBBox &) | 
| using | RasterizePointsSignature = void(const Coord &, const Index, const Index, const CoordBBox &) | 
Public Member Functions | |
| RasterizePoints (const points::PointDataTree &tree, const TransferT &transfer, const CoordBBox &pointBounds, const PointFilterT &filter=PointFilterT(), InterrupterT *interrupter=nullptr) | |
| void | operator() (LeafNodeT &leaf, const size_t idx) const | 
| void | operator() (const typename LeafManagerT::LeafRange &range) const | 
Static Public Attributes | |
| static const Index | DIM = TopologyT::LeafNodeType::DIM | 
| static const Int32 | DIM32 = static_cast<Int32>(DIM) | 
| static const Index | LOG2DIM = TopologyT::LeafNodeType::LOG2DIM | 
| static constexpr bool | UseRasterizePoints | 
| static constexpr bool | UseRasterizePoint | 
| using LeafManagerT = tree::LeafManager<TopologyT> | 
| using LeafNodeT = typename LeafManagerT::LeafNodeType | 
| using RasterizePointSignature = void(const Coord&, const Index, const CoordBBox&) | 
| using RasterizePointsSignature = void(const Coord&, const Index, const Index, const CoordBBox&) | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.11