From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/structNL3D_1_1CPSShapeParticle.html | 166 +++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CPSShapeParticle.html (limited to 'docs/doxygen/nel/structNL3D_1_1CPSShapeParticle.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CPSShapeParticle.html b/docs/doxygen/nel/structNL3D_1_1CPSShapeParticle.html new file mode 100644 index 00000000..4f11e325 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CPSShapeParticle.html @@ -0,0 +1,166 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CPSShapeParticle Struct Reference

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

+#include <ps_particle_basic.h> +

+

Inheritance diagram for NL3D::CPSShapeParticle: +

+ +NL3D::CPSConstraintMesh +NL3D::CPSMesh + +List of all members. + + + + + +

Public Methods

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

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

+

Detailed Description

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

+ +

+Definition at line 758 of file ps_particle_basic.h.


Member Function Documentation

+

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

+get the shape used for those particles. +

+ +

+Implemented in NL3D::CPSMesh.

+

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

+set a new shape. +

+ +

+Implemented in NL3D::CPSMesh.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1