|
void | add_array (const PTA_LVecBase3 &points, const PTA_int &indices, bool remove_duplicate_vertices=false) |
|
void | add_geom (const Geom *geom, bool remove_duplicate_vertices=false, const TransformState *ts=TransformState::make_identity()) |
|
void | add_triangle (const LPoint3 &p0, const LPoint3 &p1, const LPoint3 &p2, bool remove_duplicate_vertices=false) |
|
virtual TypeHandle | force_init_type () |
|
int | get_num_triangles () const |
|
virtual TypeHandle | get_type () const |
|
PN_stdfloat | get_welding_distance () const |
|
virtual void | output (ostream &out) const |
|
void | preallocate (int num_verts, int num_indices) |
|
btTriangleMesh * | ptr () const |
|
void | set_welding_distance (PN_stdfloat distance) |
|
virtual void | write (ostream &out, int indent_level) const |
|
| TypedReferenceCount (const TypedReferenceCount ©) |
|
void | operator= (const TypedReferenceCount ©) |
|
| TypedObject (const TypedObject ©) |
|
TypedObject * | as_typed_object () |
| Returns the object, upcast (if necessary) to a TypedObject pointer. More...
|
|
const TypedObject * | as_typed_object () const |
| Returns the object, upcast (if necessary) to a TypedObject pointer. More...
|
|
int | get_best_parent_from_Set (const std::set< int > &) const |
|
int | get_type_index () const |
| Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More...
|
|
bool | is_exact_type (TypeHandle handle) const |
| Returns true if the current object is the indicated type exactly. More...
|
|
bool | is_of_type (TypeHandle handle) const |
| Returns true if the current object is or derives from the indicated type. More...
|
|
void | operator= (const TypedObject ©) |
|
int | get_ref_count () const |
| Returns the current reference count. More...
|
|
WeakReferenceList * | get_weak_list () const |
| Returns the WeakReferenceList associated with this ReferenceCount object. More...
|
|
bool | has_weak_list () const |
| Returns true if this particular ReferenceCount object has a WeakReferenceList created, false otherwise. More...
|
|
void | local_object () |
| This function should be called, once, immediately after creating a new instance of some ReferenceCount-derived object on the stack. More...
|
|
void | ref () const |
| Explicitly increments the reference count. More...
|
|
bool | test_ref_count_integrity () const |
| Does some easy checks to make sure that the reference count isn't completely bogus. More...
|
|
bool | test_ref_count_nonzero () const |
| Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More...
|
|
virtual bool | unref () const |
| Explicitly decrements the reference count. More...
|
|
void | weak_ref (WeakPointerToVoid *ptv) |
| Adds the indicated PointerToVoid as a weak reference to this object. More...
|
|
void | weak_unref (WeakPointerToVoid *ptv) |
| Removes the indicated PointerToVoid as a weak reference to this object. More...
|
|
Definition at line 34 of file bulletTriangleMesh.h.