HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::CompReplaceOp< TreeT > Struct Template Reference

#include <Composite.h>

Public Member Functions

 CompReplaceOp (TreeT &_aTree)
 
void operator() (const typename TreeT::ValueOnCIter &iter) const
 
void operator() (const typename TreeT::LeafCIter &leafIter) const
 

Public Attributes

TreeT *const aTree
 

Detailed Description

template<typename TreeT>
struct openvdb::OPENVDB_VERSION_NAME::tools::CompReplaceOp< TreeT >

Definition at line 832 of file Composite.h.

Constructor & Destructor Documentation

template<typename TreeT>
openvdb::OPENVDB_VERSION_NAME::tools::CompReplaceOp< TreeT >::CompReplaceOp ( TreeT &  _aTree)
inline

Definition at line 836 of file Composite.h.

Member Function Documentation

template<typename TreeT>
void openvdb::OPENVDB_VERSION_NAME::tools::CompReplaceOp< TreeT >::operator() ( const typename TreeT::ValueOnCIter &  iter) const
inline
Note
fill operation is not thread safe

Definition at line 839 of file Composite.h.

template<typename TreeT>
void openvdb::OPENVDB_VERSION_NAME::tools::CompReplaceOp< TreeT >::operator() ( const typename TreeT::LeafCIter &  leafIter) const
inline

Definition at line 846 of file Composite.h.

Member Data Documentation

template<typename TreeT>
TreeT* const openvdb::OPENVDB_VERSION_NAME::tools::CompReplaceOp< TreeT >::aTree

Definition at line 834 of file Composite.h.


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