#include <BalloonMesh.h>
Inheritance diagram for OpenCAL::BalloonMesh:
Public Member Functions | |
BalloonMesh (System *parent, const string &filename, const Vector3 &position=Vector3::zero) | |
PointMass * | getPointFromVertex (Vertex *vertex) |
Protected Types | |
typedef map< Vertex *, PointMass * > | ConnectionMap |
typedef map< Vertex *, Vertex * > | SpringMap |
Protected Member Functions | |
void | constructMesh (const Vector3 &position) |
void | addSprings (Triangle *triangle, float stiffness, float damping) |
bool | isConnected (Vertex *v1, Vertex *v2) |
Protected Attributes | |
string | m_filename |
ConnectionMap | m_connections |
SpringMap | m_springConnections |
Definition at line 34 of file BalloonMesh.h.