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

Curvature given in structured coordinates. More...

#include <imstkImplicitFunctionFiniteDifferenceFunctor.h>

Public Member Functions

double operator() (const Vec3d &pos) const
 
void setDx (const Vec3i &dx, const Vec3d &dxs)
 
const Vec3d & getDx () const
 
void setFunction (std::shared_ptr< ImplicitGeometry > func)
 

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)
 
Vec3i m_dxi
 

Detailed Description

Curvature given in structured coordinates.

Definition at line 213 of file imstkImplicitFunctionFiniteDifferenceFunctor.h.


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