HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::FillOp< T > Struct Template Reference

#include <ConjGradient.h>

Public Member Functions

 FillOp (T *data_, const T &val_)
 
void operator() (const SizeRange &range) const
 

Public Attributes

T * data
 
constval
 

Detailed Description

template<typename T>
struct openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::FillOp< T >

Definition at line 505 of file ConjGradient.h.

Constructor & Destructor Documentation

template<typename T >
openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::FillOp< T >::FillOp ( T *  data_,
const T &  val_ 
)
inline

Definition at line 507 of file ConjGradient.h.

Member Function Documentation

template<typename T >
void openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::FillOp< T >::operator() ( const SizeRange range) const
inline

Definition at line 509 of file ConjGradient.h.

Member Data Documentation

Definition at line 513 of file ConjGradient.h.

Definition at line 514 of file ConjGradient.h.


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