HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT > Struct Template Reference

#include <NodeManager.h>

Public Member Functions

 ReduceFilterOp (OpT &op, openvdb::Index64 size)
 
 ReduceFilterOp (const ReduceFilterOp &other)
 
 ReduceFilterOp (const ReduceFilterOp &other, tbb::split)
 
template<typename NodeT >
void operator() (NodeT &node, size_t idx) const
 
void join (const ReduceFilterOp &other)
 
bool valid (size_t idx) const
 
OpT & op ()
 

Detailed Description

template<typename OpT>
struct openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >

Definition at line 755 of file NodeManager.h.

Constructor & Destructor Documentation

template<typename OpT >
openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::ReduceFilterOp ( OpT &  op,
openvdb::Index64  size 
)
inline

Definition at line 757 of file NodeManager.h.

template<typename OpT >
openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::ReduceFilterOp ( const ReduceFilterOp< OpT > &  other)
inline

Definition at line 762 of file NodeManager.h.

template<typename OpT >
openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::ReduceFilterOp ( const ReduceFilterOp< OpT > &  other,
tbb::split   
)
inline

Definition at line 766 of file NodeManager.h.

Member Function Documentation

template<typename OpT >
void openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::join ( const ReduceFilterOp< OpT > &  other)
inline

Definition at line 777 of file NodeManager.h.

template<typename OpT >
OpT& openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::op ( )
inline

Definition at line 787 of file NodeManager.h.

template<typename OpT >
template<typename NodeT >
void openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::operator() ( NodeT &  node,
size_t  idx 
) const
inline

Definition at line 772 of file NodeManager.h.

template<typename OpT >
bool openvdb::OPENVDB_VERSION_NAME::tree::ReduceFilterOp< OpT >::valid ( size_t  idx) const
inline

Definition at line 782 of file NodeManager.h.


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