TTK
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
o
p
r
s
t
u
v
z
Variables
b
c
d
e
f
g
i
l
m
o
p
r
s
u
v
w
y
Typedefs
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
f
g
h
j
l
m
n
o
p
s
v
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
z
~
Variables
_
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
Typedefs
c
e
g
i
k
n
p
q
r
s
t
v
w
Enumerations
b
c
d
e
f
m
p
r
s
t
v
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
Macros
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
core
vtk
ttkOBJWriter
ttkOBJWriter.h
Go to the documentation of this file.
1
8
9
#pragma once
10
11
#include <vtkDataSetWriter.h>
12
13
// VTK Module
14
#include <
Debug.h
>
15
#include <ttkOBJWriterModule.h>
16
17
#include <fstream>
18
19
class
TTKOBJWRITER_EXPORT
ttkOBJWriter
:
public
vtkDataSetWriter,
20
protected
ttk::Debug
{
21
22
public
:
23
vtkTypeMacro(
ttkOBJWriter
, vtkDataSetWriter);
24
25
static
ttkOBJWriter
*
New
();
26
27
void
PrintSelf(std::ostream &os, vtkIndent indent)
override
;
28
29
// Description:
30
// Specify file name of the .obj file.
31
vtkSetStringMacro(Filename);
32
vtkGetStringMacro(Filename);
33
34
protected
:
35
ttkOBJWriter
();
36
~ttkOBJWriter
()
override
;
37
38
int
OpenFile();
39
void
WriteData()
override
;
40
41
char
*Filename{};
42
std::ofstream Stream{};
43
44
private
:
45
ttkOBJWriter
(
const
ttkOBJWriter
&) =
delete
;
46
void
operator=(
const
ttkOBJWriter
&) =
delete
;
47
};
19
class
TTKOBJWRITER_EXPORT
ttkOBJWriter
:
public
vtkDataSetWriter, {
…
};
Debug.h
ttkOBJWriter
ttkOBJWriter - Object File Format Writer
Definition
ttkOBJWriter.h:20
ttkOBJWriter::New
static ttkOBJWriter * New()
ttkOBJWriter::~ttkOBJWriter
~ttkOBJWriter() override
ttk::Debug
Minimalist debugging class.
Definition
Debug.h:88
Generated on Thu Sep 26 2024 06:50:19 for TTK by
1.9.8