Bullet Collision Detection & Physics Library
Public Member Functions | List of all members
gim_pair_set Class Reference

A pairset array. More...

#include <gim_box_set.h>

Inheritance diagram for gim_pair_set:
Inheritance graph
[legend]
Collaboration diagram for gim_pair_set:
Collaboration graph
[legend]

Public Member Functions

 gim_pair_set ()
 
void push_pair (GUINT index1, GUINT index2)
 
void push_pair_inv (GUINT index1, GUINT index2)
 
- Public Member Functions inherited from gim_array< GIM_PAIR >
void destroyData ()
 protected operations More...
 
bool resizeData (GUINT newsize)
 
bool growingCheck ()
 
bool reserve (GUINT size)
 public operations More...
 
void clear_range (GUINT start_range)
 
void clear ()
 
void clear_memory ()
 
 gim_array ()
 
 gim_array (GUINT reservesize)
 
 ~gim_array ()
 
GUINT size () const
 
GUINT max_size () const
 
GIM_PAIRoperator[] (size_t i)
 
const GIM_PAIRoperator[] (size_t i) const
 
GIM_PAIRpointer ()
 
const GIM_PAIRpointer () const
 
GIM_PAIRget_pointer_at (GUINT i)
 
const GIM_PAIRget_pointer_at (GUINT i) const
 
GIM_PAIRat (GUINT i)
 
const GIM_PAIRat (GUINT i) const
 
GIM_PAIRfront ()
 
const GIM_PAIRfront () const
 
GIM_PAIRback ()
 
const GIM_PAIRback () const
 
void swap (GUINT i, GUINT j)
 
void push_back (const GIM_PAIR &obj)
 
void push_back_mem ()
 Simply increase the m_size, doesn't call the new element constructor. More...
 
void push_back_memcpy (const GIM_PAIR &obj)
 
void pop_back ()
 
void pop_back_mem ()
 Simply decrease the m_size, doesn't call the deleted element destructor. More...
 
void erase (GUINT index)
 fast erase More...
 
void erase_sorted_mem (GUINT index)
 
void erase_sorted (GUINT index)
 
void insert_mem (GUINT index)
 
void insert (const GIM_PAIR &obj, GUINT index)
 
void resize (GUINT size, bool call_constructor=true, const GIM_PAIR &fillData=GIM_PAIR())
 
void refit ()
 

Additional Inherited Members

- Public Attributes inherited from gim_array< GIM_PAIR >
GIM_PAIRm_data
 properties More...
 
GUINT m_size
 
GUINT m_allocated_size
 

Detailed Description

A pairset array.

Definition at line 66 of file gim_box_set.h.

Constructor & Destructor Documentation

gim_pair_set::gim_pair_set ( )
inline

Definition at line 69 of file gim_box_set.h.

Member Function Documentation

void gim_pair_set::push_pair ( GUINT  index1,
GUINT  index2 
)
inline

Definition at line 72 of file gim_box_set.h.

void gim_pair_set::push_pair_inv ( GUINT  index1,
GUINT  index2 
)
inline

Definition at line 77 of file gim_box_set.h.


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