Public Member Functions | List of all members
sdf::v11::Contact Class Reference

Contact information for a surface. More...

#include <Surface.hh>

Public Member Functions

 Contact ()
 Default constructor. More...
 
uint16_t CollideBitmask () const
 Get the collide bitmask parameter. More...
 
sdf::ElementPtr Element () const
 Get a pointer to the SDF element that was used during load. More...
 
Errors Load (ElementPtr _sdf)
 Load the contact based on a element pointer. More...
 
void SetCollideBitmask (const uint16_t _bitmask)
 Set the collide bitmask parameter. More...
 

Detailed Description

Contact information for a surface.

Constructor & Destructor Documentation

◆ Contact()

sdf::v11::Contact::Contact ( )

Default constructor.

Member Function Documentation

◆ CollideBitmask()

uint16_t sdf::v11::Contact::CollideBitmask ( ) const

Get the collide bitmask parameter.

Returns
The collide bitmask parameter.

◆ Element()

sdf::ElementPtr sdf::v11::Contact::Element ( ) const

Get a pointer to the SDF element that was used during load.

Returns
SDF element pointer. The value will be nullptr if Load has not been called.

◆ Load()

Errors sdf::v11::Contact::Load ( ElementPtr  _sdf)

Load the contact based on a element pointer.

This is not the usual entry point. Typical usage of the SDF DOM is through the Root object.

Parameters
[in]_sdfThe SDF Element pointer
Returns
Errors, which is a vector of Error objects. Each Error includes an error code and message. An empty vector indicates no error.

◆ SetCollideBitmask()

void sdf::v11::Contact::SetCollideBitmask ( const uint16_t  _bitmask)

Set the collide bitmask parameter.


The documentation for this class was generated from the following file: