HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::MatrixCopyOp Struct Reference

#include <ConjGradient.h>

Public Member Functions

 MatrixCopyOp (const SparseStencilMatrix &from_, SparseStencilMatrix &to_)
 
void operator() (const SizeRange &range) const
 

Public Attributes

const SparseStencilMatrixfrom
 
SparseStencilMatrixto
 

Detailed Description

template<typename ValueType, SizeType STENCIL_SIZE>
struct openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::MatrixCopyOp

Definition at line 832 of file ConjGradient.h.

Constructor & Destructor Documentation

template<typename ValueType, SizeType STENCIL_SIZE>
openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::MatrixCopyOp::MatrixCopyOp ( const SparseStencilMatrix from_,
SparseStencilMatrix to_ 
)
inline

Definition at line 834 of file ConjGradient.h.

Member Function Documentation

template<typename ValueType, SizeType STENCIL_SIZE>
void openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::MatrixCopyOp::operator() ( const SizeRange range) const
inline

Definition at line 837 of file ConjGradient.h.

Member Data Documentation

template<typename ValueType, SizeType STENCIL_SIZE>
const SparseStencilMatrix* openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::MatrixCopyOp::from

Definition at line 849 of file ConjGradient.h.

template<typename ValueType, SizeType STENCIL_SIZE>
SparseStencilMatrix* openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::MatrixCopyOp::to

Definition at line 849 of file ConjGradient.h.


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