Coin3D is Free Software,
published under the
BSD 3-clause license
.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
Main Page
Modules
+
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
l
m
n
o
p
r
s
t
u
v
w
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
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
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
w
+
Functions
a
c
d
f
g
i
l
m
n
r
s
t
Variables
Typedefs
+
Macros
a
c
d
e
f
l
m
p
r
t
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
SmEnvelope.h
Go to the documentation of this file.
1
#ifndef SM_ENVELOPE_H
2
#define SM_ENVELOPE_H
3
4
class
SmEnvelopeP;
5
class
SoNode
;
6
7
#include <Inventor/SbBasic.h>
8
#include <SmallChange/basic.h>
9
10
class
SMALLCHANGE_DLL_API
SmEnvelope
{
11
public
:
12
13
SmEnvelope
(
void
);
14
~
SmEnvelope
();
15
16
SbBool importFile(
const
char
* infile);
17
void
importScene(
SoNode
* node);
18
19
SbBool exportGeometry(
const
char
* outfile,
20
const
int
octtreelevels = 0,
21
const
SbBool vrml2 = FALSE);
22
23
SoNode
* getConvertedScene(
const
int
octtreelevels = 0,
24
const
SbBool vrml2 = FALSE);
25
26
void
reorganizeScene(
SoNode
* node, SbBool stripnodes);
27
28
private
:
29
SmEnvelopeP * pimpl;
30
31
};
32
33
#endif // SM_ENVELOPE_H
SoNode
SmEnvelope
Definition:
SmEnvelope.h:10
lib
SmallChange
misc
SmEnvelope.h
Generated on Thu Oct 18 2018 19:34:53 for SmallChange by
doxygen
1.8.14