Blender V2.61 - r43446
Public Member Functions

btPairSet Class Reference

A pairset array. More...

#include <btGImpactBvh.h>

Inheritance diagram for btPairSet:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 btPairSet ()
void push_pair (int index1, int index2)
void push_pair_inv (int index1, int index2)

Detailed Description

A pairset array.

Definition at line 59 of file btGImpactBvh.h.


Constructor & Destructor Documentation

btPairSet::btPairSet ( ) [inline]

Definition at line 62 of file btGImpactBvh.h.

References btAlignedObjectArray< GIM_PAIR >::reserve().


Member Function Documentation

void btPairSet::push_pair ( int  index1,
int  index2 
) [inline]
void btPairSet::push_pair_inv ( int  index1,
int  index2 
) [inline]

Definition at line 71 of file btGImpactBvh.h.

References btAlignedObjectArray< GIM_PAIR >::push_back().


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