GetContactsFromLastStepFeature::Implementation< PolicyT > Class Template Referenceabstract
#include <GetContacts.hh>
Classes | |
| struct | ContactInternal | 
Public Types | |
| using | ExtraContactData = ExtraContactDataT< PolicyT > | 
| using | Scalar = typename PolicyT::Scalar | 
| using | VectorType = typename FromPolicy< PolicyT >::template Use< Vector > | 
Public Member Functions | |
| virtual std::vector< ContactInternal > | GetContactsFromLastStep (const Identity &_worldID) const =0 | 
  Public Member Functions inherited from Feature::Implementation< PolicyT > | |
| virtual | ~Implementation ()=default | 
| Virtual destructor.   | |
| virtual Identity | InitiateEngine (std::size_t engineID=0)=0 | 
| Tell the physics plugin to initiate a physics engine.   | |
Member Typedef Documentation
◆ ExtraContactData
template<typename PolicyT > 
      | using ExtraContactData = ExtraContactDataT<PolicyT> | 
◆ Scalar
template<typename PolicyT > 
      | using Scalar = typename PolicyT::Scalar | 
◆ VectorType
template<typename PolicyT > 
      | using VectorType = typename FromPolicy<PolicyT>::template Use<Vector> | 
Member Function Documentation
◆ GetContactsFromLastStep()
template<typename PolicyT > 
      
  | 
  pure virtual | 
The documentation for this class was generated from the following file:
 Public Member Functions inherited from