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
ttkMeshSubdivision
ttkMeshSubdivision.h
Go to the documentation of this file.
1
36
#pragma once
37
38
// VTK Module
39
#include <ttkMeshSubdivisionModule.h>
40
41
// ttk code includes
42
#include <
ttkAlgorithm.h
>
43
44
class
TTKMESHSUBDIVISION_EXPORT
ttkMeshSubdivision
:
public
ttkAlgorithm
{
45
46
public
:
47
static
ttkMeshSubdivision
*
New
();
48
vtkTypeMacro(
ttkMeshSubdivision
,
ttkAlgorithm
);
49
50
vtkSetMacro(IterationNumber,
int
);
51
vtkGetMacro(IterationNumber,
int
);
52
53
protected
:
54
ttkMeshSubdivision
();
55
56
int
FillInputPortInformation
(
int
port, vtkInformation *info)
override
;
57
int
FillOutputPortInformation
(
int
port, vtkInformation *info)
override
;
58
int
RequestData
(vtkInformation *request,
59
vtkInformationVector **inputVector,
60
vtkInformationVector *outputVector)
override
;
61
62
private
:
63
int
IterationNumber{1};
64
};
44
class
TTKMESHSUBDIVISION_EXPORT
ttkMeshSubdivision
:
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
ttkMeshSubdivision
TTK VTK-filter for the computation of mesh subdivisions (without vertex displacement).
Definition
ttkMeshSubdivision.h:44
ttkMeshSubdivision::New
static ttkMeshSubdivision * New()
ttkAlgorithm.h
Generated on Thu Sep 26 2024 06:50:19 for TTK by
1.9.8