Class representing a union, difference, etc.
between two bodies
#include <BodyLogic.h>
Public Member Functions | |
BodyLogicalOperationBinary (const shared_ptr< A > &a, const shared_ptr< B > &b) | |
const A & | getA () const |
const B & | getB () const |
Private Attributes | |
const shared_ptr< A > | a_ |
const shared_ptr< B > | b_ |
|
inlineexplicit |
|
inline |
|
inline |
|
private |
|
private |