playrho::PreStepStats Struct Reference

Pre-phase per-step statistics. More...

#include <StepStats.hpp>

Public Types

using counter_type = std::uint32_t
 Counter type. More...
 

Public Attributes

counter_type proxiesMoved = 0
 Proxies moved count. More...
 
counter_type destroyed = 0
 Count of contacts destroyed. More...
 
counter_type added = 0
 Count of contacts added. More...
 
counter_type ignored = 0
 Count of contacts ignored during update processing. More...
 
counter_type updated = 0
 Count of contacts updated (during update processing). More...
 
counter_type skipped = 0
 Count of contacts Skipped (during update processing). More...
 

Detailed Description

Pre-phase per-step statistics.

Note
This data structure is 24-bytes large (on at least one 64-bit platform).

Definition at line 30 of file StepStats.hpp.

Member Typedef Documentation

◆ counter_type

using playrho::PreStepStats::counter_type = std::uint32_t

Counter type.

Definition at line 33 of file StepStats.hpp.

Member Data Documentation

◆ proxiesMoved

counter_type playrho::PreStepStats::proxiesMoved = 0

Proxies moved count.

Examples
World.cpp.

Definition at line 35 of file StepStats.hpp.

◆ destroyed

counter_type playrho::PreStepStats::destroyed = 0

Count of contacts destroyed.

Definition at line 36 of file StepStats.hpp.

◆ added

counter_type playrho::PreStepStats::added = 0

Count of contacts added.

Definition at line 37 of file StepStats.hpp.

◆ ignored

counter_type playrho::PreStepStats::ignored = 0

Count of contacts ignored during update processing.

Definition at line 38 of file StepStats.hpp.

◆ updated

counter_type playrho::PreStepStats::updated = 0

Count of contacts updated (during update processing).

Definition at line 39 of file StepStats.hpp.

◆ skipped

counter_type playrho::PreStepStats::skipped = 0

Count of contacts Skipped (during update processing).

Definition at line 40 of file StepStats.hpp.


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