chrono::ChTriangleMesh Class Referenceabstract

Description

Base class for triangle meshes.

#include <ChTriangleMesh.h>

Inheritance diagram for chrono::ChTriangleMesh:
Collaboration diagram for chrono::ChTriangleMesh:

Public Member Functions

virtual void AddTriangle (const ChVector3d &vertex0, const ChVector3d &vertex1, const ChVector3d &vertex2)=0
 Add a triangle to this triangle mesh, by specifying the three coordinates.
 
virtual void AddTriangle (const ChTriangle &atriangle)=0
 Add a triangle to this triangle mesh, by specifying a ChTriangle.
 
virtual unsigned int GetNumTriangles () const =0
 Get the number of triangles already added to this mesh.
 
virtual ChTriangle GetTriangle (unsigned int index) const =0
 Get the n-th triangle in mesh.
 
virtual void Clear ()=0
 Clear all data.
 
virtual void Transform (const ChVector3d displ, const ChMatrix33<> rotscale)=0
 Transform all vertexes, by displacing and rotating (rotation via matrix, so also scaling if needed)
 
virtual void Transform (const ChVector3d displ, const ChQuaternion<> mquat=ChQuaternion<>(1, 0, 0, 0))
 Transform all vertexes, by displacing and rotating (rotation via matrix, so also scaling if needed)
 
virtual Type GetType () const override
 Get the class type as an enum.
 
virtual ChAABB GetBoundingBox () const override
 Compute bounding box of this triangle mesh.
 
virtual int GetManifoldDimension () const override
 This is a surface.
 
virtual void ArchiveOut (ChArchiveOut &archive_out) override
 Method to allow serialization of transient data to archives.
 
virtual void ArchiveIn (ChArchiveIn &archive_in) override
 Method to allow de-serialization of transient data from archives.
 
- Public Member Functions inherited from chrono::ChGeometry
 ChGeometry (const ChGeometry &other)
 
virtual ChGeometryClone () const =0
 "Virtual" copy constructor.
 
void InflateBoundingBox (ChAABB &bbox) const
 Enlarge the given existing bounding box with the bounding box of this object.
 
virtual double GetBoundingSphereRadius () const
 Returns the radius of a bounding sphere for this geometry. More...
 
virtual ChVector3d Baricenter () const
 Compute center of mass.
 
virtual void Update ()
 Generic update of internal data.
 

Additional Inherited Members

- Public Types inherited from chrono::ChGeometry
enum  Type {
  NONE, SPHERE, ELLIPSOID, BOX,
  CYLINDER, TRIANGLE, CAPSULE, CONE,
  LINE, LINE_ARC, LINE_BEZIER, LINE_CAM,
  LINE_PATH, LINE_POLY, LINE_SEGMENT, ROUNDED_BOX,
  ROUNDED_CYLINDER, TRIANGLEMESH, TRIANGLEMESH_CONNECTED, TRIANGLEMESH_SOUP
}
 Enumeration of geometric object types.
 

The documentation for this class was generated from the following files:
  • /builds/uwsbel/chrono/src/chrono/geometry/ChTriangleMesh.h
  • /builds/uwsbel/chrono/src/chrono/geometry/ChTriangleMesh.cpp