iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Protected Attributes | List of all members
imstk::ImplicitFunctionGradient Struct Referenceabstract

Base struct for gradient functors. More...

#include <imstkImplicitFunctionFiniteDifferenceFunctor.h>

Inheritance diagram for imstk::ImplicitFunctionGradient:
Inheritance graph
[legend]

Public Member Functions

virtual Vec3d operator() (const Vec3d &pos) const =0
 
virtual void setDx (const Vec3d &dx)
 
const Vec3d & getDx () const
 
void setFunction (std::shared_ptr< ImplicitGeometry > func)
 
std::shared_ptr< ImplicitGeometrygetFunction () const
 

Protected Attributes

std::shared_ptr< ImplicitGeometrym_func
 
Vec3d m_dx = Vec3d(1.0, 1.0, 1.0)
 
Vec3d m_invDx = Vec3d(1.0, 1.0, 1.0)
 

Detailed Description

Base struct for gradient functors.

Definition at line 19 of file imstkImplicitFunctionFiniteDifferenceFunctor.h.


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