Privacy
An open-source, flexible 3D physical simulation framework
mars::interfaces::LoadMeshInterface Class Referenceabstract

#include <LoadCenter.h>

Public Member Functions

virtual ~LoadMeshInterface ()
 
virtual void getPhysicsFromMesh (NodeData *node)=0
 
virtual std::vector< double > getMeshSize (const std::string &filename)=0
 

Detailed Description

Definition at line 55 of file LoadCenter.h.

Constructor & Destructor Documentation

◆ ~LoadMeshInterface()

virtual mars::interfaces::LoadMeshInterface::~LoadMeshInterface ( )
inlinevirtual

Definition at line 57 of file LoadCenter.h.

Member Function Documentation

◆ getMeshSize()

virtual std::vector<double> mars::interfaces::LoadMeshInterface::getMeshSize ( const std::string &  filename)
pure virtual

Implemented in mars::graphics::GuiHelper.

◆ getPhysicsFromMesh()

virtual void mars::interfaces::LoadMeshInterface::getPhysicsFromMesh ( NodeData node)
pure virtual

Implemented in mars::graphics::GuiHelper.


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