|  | 
|  | Loader (RigidMapping< TIn, TOut > *dest) | 
|  | 
| void | addMass (SReal px, SReal py, SReal pz, SReal, SReal, SReal, SReal, SReal, bool, bool) override | 
|  | Add a new mass.  More... 
 | 
|  | 
| void | addSphere (SReal px, SReal py, SReal pz, SReal) override | 
|  | Called by the Loader to specify the number of Spheres before actual loading.  More... 
 | 
|  | 
| virtual | ~XspLoaderDataHook () | 
|  | Destructor, does nothing special.  More... 
 | 
|  | 
| virtual void | finalizeLoading (bool isOk) | 
|  | Called by the XspLoader when the loading is done.  More... 
 | 
|  | 
| virtual void | setNumMasses (size_t) | 
|  | Called by the XspLoader to specify before loading the number of masses.  More... 
 | 
|  | 
| virtual void | setNumSprings (size_t) | 
|  | Called by the XspLoader to specify before loading the number of springs.  More... 
 | 
|  | 
| virtual void | setGravity (SReal, SReal, SReal) | 
|  | Called by the XspLoader to specify the directional gravity.  More... 
 | 
|  | 
| virtual void | setViscosity (SReal) | 
|  | Called by the XspLoader to specify the viscosity.  More... 
 | 
|  | 
| virtual void | addSpring (size_t, size_t, SReal, SReal, SReal) | 
|  | Add a new spring.  More... 
 | 
|  | 
| virtual void | addVectorSpring (size_t m1, size_t m2, SReal ks, SReal kd, SReal initpos, SReal, SReal, SReal) | 
|  | Add an extended spring.  More... 
 | 
|  | 
| virtual | ~SphereLoaderDataHook () | 
|  | 
| virtual void | finalizeLoading (const bool isOk) | 
|  | Called by the XspLoader when the loading is done.  More... 
 | 
|  | 
| virtual void | setNumSpheres (const int n) | 
|  | Called by the XspLoader to specify before loading the number of spheres.  More... 
 | 
|  |