7 #include "imstkFeDeformableObject.h"     8 #include "imstkFemDeformableBodyModel.h"     9 #include "imstkLogger.h"    17     if (m_femModel == 
nullptr)
    19         LOG(FATAL) << 
"Dynamics pointer cast failure in DeformableObject::initialize()";
    24     m_femModel->initialize();
    29 std::shared_ptr<FemDeformableBodyModel>
    30 FeDeformableObject::getFEMModel()
 
bool initialize() override
Initialize the scene object. 
 
std::shared_ptr< AbstractDynamicalModel > m_dynamicalModel
Dynamical model. 
 
Mathematical model of the physics governing the dynamic deformable object. 
 
bool initialize() override
Initialize the deformable object.