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

#include <ConjGradient.h>

Public Member Functions

 CopyOp (const T *from_, T *to_)
 
void operator() (const SizeRange &range) const
 

Public Attributes

const T * from
 
T * to
 

Detailed Description

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

Definition at line 490 of file ConjGradient.h.

Constructor & Destructor Documentation

template<typename T >
openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::CopyOp< T >::CopyOp ( const T *  from_,
T *  to_ 
)
inline

Definition at line 492 of file ConjGradient.h.

Member Function Documentation

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

Definition at line 494 of file ConjGradient.h.

Member Data Documentation

Definition at line 498 of file ConjGradient.h.

Definition at line 499 of file ConjGradient.h.


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