Itasca C++ Interface
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
+
Typedefs
c
d
f
i
l
n
p
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
n
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
f
g
i
l
o
q
r
s
t
u
v
+
Functions
c
d
g
i
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
flac3d
body
interface
ibodypoint.h
Go to the documentation of this file.
1
//ibodypoint.h
2
#pragma once
3
7
namespace
body{
8
using namespace
itasca
;
9
using namespace
itascaxd
;
10
class
IBodyPoint
{
11
public
:
13
inline
static
const
TType
type_=0x54f4f824;
15
virtual
const
IThing
* getIThing()
const
=0;
17
virtual
IThing
* getIThing()=0;
19
virtual
bool
getGUIselect()
const
=0;
21
virtual
void
setGUIselect(
bool
flag)
const
=0;
22
};
23
}
itasca
namespace Itasca
Definition:
basememory.cpp:9
itasca::IThing
Base class for items that will be stored in containers.
Definition:
ithing.h:31
TType
unsigned int TType
class type indicator
Definition:
basedef.h:41
body::IBodyPoint
Definition:
ibodypoint.h:10
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition:
icontactmodule.h:4
Generated by
1.8.15