From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03232.html | 106 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 docs/doxygen/nel/a03232.html (limited to 'docs/doxygen/nel/a03232.html') diff --git a/docs/doxygen/nel/a03232.html b/docs/doxygen/nel/a03232.html new file mode 100644 index 00000000..8e54ffe5 --- /dev/null +++ b/docs/doxygen/nel/a03232.html @@ -0,0 +1,106 @@ + + +NeL: NL3D::CPSShapeParticle struct Reference + + + +
+

NL3D::CPSShapeParticle Struct Reference

#include <ps_particle_basic.h> +

+

Inheritance diagram for NL3D::CPSShapeParticle: +

+ +NL3D::CPSConstraintMesh +NL3D::CPSMesh + +

Detailed Description

+base struct for particles that can have a shape (e.g mesh...) +

+ +

+Definition at line 787 of file ps_particle_basic.h. + + + + + + + + +

Public Member Functions

virtual std::string getShape (void) const=0
 get the shape used for those particles

virtual void setShape (const std::string &shape)=0
 set a new shape

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
virtual std::string NL3D::CPSShapeParticle::getShape void   )  const [pure virtual]
+
+ + + + + +
+   + + +

+get the shape used for those particles +

+ +

+Implemented in NL3D::CPSMesh, and NL3D::CPSConstraintMesh.

+

+ + + + +
+ + + + + + + + + + +
virtual void NL3D::CPSShapeParticle::setShape const std::string &  shape  )  [pure virtual]
+
+ + + + + +
+   + + +

+set a new shape +

+ +

+Implemented in NL3D::CPSMesh, and NL3D::CPSConstraintMesh.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:24:20 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1