Panda3D
panda
src
ode
odeHashSpace.cxx
1
// Filename: odeHashSpace.cxx
2
// Created by: joswilso (27Dec06)
3
//
4
////////////////////////////////////////////////////////////////////
5
//
6
// PANDA 3D SOFTWARE
7
// Copyright (c) Carnegie Mellon University. All rights reserved.
8
//
9
// All use of this software is subject to the terms of the revised BSD
10
// license. You should have received a copy of this license along
11
// with this source code in a file named "LICENSE."
12
//
13
////////////////////////////////////////////////////////////////////
14
15
#include "config_ode.h"
16
#include "odeHashSpace.h"
17
18
TypeHandle
OdeHashSpace::_type_handle;
19
20
OdeHashSpace::
21
OdeHashSpace(dSpaceID
id
) :
22
OdeSpace
(id) {
23
}
24
25
OdeHashSpace::
26
OdeHashSpace() :
27
OdeSpace
(dHashSpaceCreate(0)) {
28
}
29
30
OdeHashSpace::
31
OdeHashSpace(
OdeSpace
&space) :
32
OdeSpace
(dHashSpaceCreate(space.
get_id
())) {
33
}
34
35
OdeHashSpace::
36
~OdeHashSpace() {
37
}
38
OdeGeom::get_id
dGeomID get_id() const
Returns the underlying dGeomID.
Definition:
odeGeom.I:34
OdeSpace
Definition:
odeSpace.h:39
TypeHandle
TypeHandle is the identifier used to differentiate C++ class types.
Definition:
typeHandle.h:85
Generated on Wed May 17 2017 23:43:54 for Panda3D by
1.8.13