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
ttkOFFWriter
ttkOFFWriter.h
Go to the documentation of this file.
1
8
9
#pragma once
10
11
#include <vtkDataSetWriter.h>
12
13
#include <
Debug.h
>
14
#include <ttkOFFWriterModule.h>
15
16
#include <fstream>
17
18
class
TTKOFFWRITER_EXPORT
ttkOFFWriter
:
public
vtkDataSetWriter,
19
protected
ttk::Debug
{
20
21
public
:
22
vtkTypeMacro(
ttkOFFWriter
, vtkDataSetWriter);
23
24
static
ttkOFFWriter
*
New
();
25
26
void
PrintSelf(std::ostream &os, vtkIndent indent)
override
;
27
28
// Description:
29
// Specify file name of the .off file.
30
vtkSetStringMacro(Filename);
31
vtkGetStringMacro(Filename);
32
33
protected
:
34
ttkOFFWriter
();
35
~ttkOFFWriter
()
override
;
36
37
int
OpenFile();
38
void
WriteData()
override
;
39
40
char
*Filename{};
41
std::ofstream Stream{};
42
43
private
:
44
ttkOFFWriter
(
const
ttkOFFWriter
&) =
delete
;
45
void
operator=(
const
ttkOFFWriter
&) =
delete
;
46
};
18
class
TTKOFFWRITER_EXPORT
ttkOFFWriter
:
public
vtkDataSetWriter, {
…
};
Debug.h
ttkOFFWriter
ttkOFFWriter - Object File Format Writer
Definition
ttkOFFWriter.h:19
ttkOFFWriter::~ttkOFFWriter
~ttkOFFWriter() override
ttkOFFWriter::New
static ttkOFFWriter * New()
ttk::Debug
Minimalist debugging class.
Definition
Debug.h:88
Generated on Thu Sep 26 2024 06:50:19 for TTK by
1.9.8