30 void set_bit(
unsigned int idx);
31 void clear_bit(
unsigned int idx);
32 bool get_bit(
unsigned int idx)
const;
34 void output(std::ostream &out)
const;
40 INLINE NxU32 get_mask()
const;
46 INLINE std::ostream &operator << (std::ostream &out,
const PhysxMask &mask) {
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void output(std::ostream &out) const
Writes the PhysxMask out as a list of ones and zeros.