chrono::ChCollisionShapeTriangle Class Reference
Description
Collision triangle shape.
#include <ChCollisionShapeTriangle.h>
Inheritance diagram for chrono::ChCollisionShapeTriangle:

Collaboration diagram for chrono::ChCollisionShapeTriangle:

Public Member Functions | |
| ChCollisionShapeTriangle (std::shared_ptr< ChContactMaterial > material, const ChVector3d &p1, const ChVector3d &p2, const ChVector3d &p3) | |
| ChCollisionShapeTriangle (std::shared_ptr< ChContactMaterial > material, const ChTriangle &triangle) | |
| ChTriangle & | GetGeometry () |
| Access the triangle geometry. | |
| 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::ChCollisionShape | |
| ChCollisionShape (Type type=Type::UNKNOWN_SHAPE) | |
| ChCollisionShape (Type type, std::shared_ptr< ChContactMaterial > material) | |
| Type | GetType () const |
| std::shared_ptr< ChContactMaterial > | GetMaterial () const |
| ChContactMethod | GetContactMethod () const |
Additional Inherited Members | |
Public Types inherited from chrono::ChCollisionShape | |
| enum | Type { SPHERE , ELLIPSOID , BOX , CYLINDER , CYLSHELL , CONVEXHULL , TRIANGLEMESH , BARREL , POINT , TRIANGLE , MESHTRIANGLE , CAPSULE , CONE , ROUNDEDBOX , ROUNDEDCYL , TETRAHEDRON , PATH2D , SEGMENT2D , ARC2D , UNKNOWN_SHAPE } |
| Supported collision shape types. | |
Protected Attributes inherited from chrono::ChCollisionShape | |
| Type | m_type |
| type of collision shape | |
| std::shared_ptr< ChContactMaterial > | m_material |
| surface contact material | |
Member Function Documentation
◆ ArchiveIn()
|
overridevirtual |
Method to allow de-serialization of transient data from archives.
Reimplemented from chrono::ChCollisionShape.
◆ ArchiveOut()
|
overridevirtual |
Method to allow serialization of transient data to archives.
Reimplemented from chrono::ChCollisionShape.
The documentation for this class was generated from the following files:
- C:/M/B/src/chrono-9.0.1/src/chrono/collision/ChCollisionShapeTriangle.h
- C:/M/B/src/chrono-9.0.1/src/chrono/collision/ChCollisionShapeTriangle.cpp
Public Member Functions inherited from