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

#include <NodeManager.h>

Public Member Functions

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

Detailed Description

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

Definition at line 724 of file NodeManager.h.

Constructor & Destructor Documentation

template<typename OpT >
openvdb::OPENVDB_VERSION_NAME::tree::ForeachFilterOp< OpT >::ForeachFilterOp ( const OpT &  op,
openvdb::Index64  size 
)
inlineexplicit

Definition at line 726 of file NodeManager.h.

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

Definition at line 731 of file NodeManager.h.

Member Function Documentation

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

Definition at line 743 of file NodeManager.h.

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

Definition at line 736 of file NodeManager.h.

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

Definition at line 741 of file NodeManager.h.


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