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
ttkDataSetToTable
ttkDataSetToTable.h
Go to the documentation of this file.
1
33
34
#pragma once
35
36
// VTK Module
37
#include <ttkDataSetToTableModule.h>
38
39
#include <
ttkAlgorithm.h
>
40
41
class
TTKDATASETTOTABLE_EXPORT
ttkDataSetToTable
:
public
ttkAlgorithm
{
42
43
private
:
44
int
DataAssociation;
45
46
public
:
47
vtkSetMacro(DataAssociation,
int
);
48
vtkGetMacro(DataAssociation,
int
);
49
50
static
ttkDataSetToTable
*
New
();
51
vtkTypeMacro(
ttkDataSetToTable
,
ttkAlgorithm
);
52
53
protected
:
54
ttkDataSetToTable
();
55
~ttkDataSetToTable
()
override
;
56
57
int
FillInputPortInformation
(
int
port, vtkInformation *info)
override
;
58
int
FillOutputPortInformation
(
int
port, vtkInformation *info)
override
;
59
60
int
RequestData
(vtkInformation *request,
61
vtkInformationVector **inputVector,
62
vtkInformationVector *outputVector)
override
;
63
};
41
class
TTKDATASETTOTABLE_EXPORT
ttkDataSetToTable
:
public
ttkAlgorithm
{
…
};
ttkAlgorithm
Baseclass of all VTK filters that wrap ttk modules.
Definition
ttkAlgorithm.h:34
ttkAlgorithm::RequestData
virtual int RequestData(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
Definition
ttkAlgorithm.h:423
ttkAlgorithm::FillInputPortInformation
int FillInputPortInformation(int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override
Definition
ttkAlgorithm.h:437
ttkAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override
Definition
ttkAlgorithm.h:452
ttkDataSetToTable
TTK VTK-filter that creates a vtkTable from a vtkDataSet.
Definition
ttkDataSetToTable.h:41
ttkDataSetToTable::~ttkDataSetToTable
~ttkDataSetToTable() override
ttkDataSetToTable::New
static ttkDataSetToTable * New()
ttkAlgorithm.h
Generated on Thu Sep 26 2024 06:50:19 for TTK by
1.9.8