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
ttkIcosphereFromObject
ttkIcosphereFromObject.h
Go to the documentation of this file.
1
16
17
#pragma once
18
19
// VTK Module
20
#include <ttkIcosphereFromObjectModule.h>
21
22
// VTK Includes
23
#include <
ttkIcosphere.h
>
24
25
class
TTKICOSPHEREFROMOBJECT_EXPORT
ttkIcosphereFromObject
26
:
public
ttkIcosphere
{
27
28
private
:
29
float
Scale{1};
30
31
public
:
32
static
ttkIcosphereFromObject
*
New
();
33
vtkTypeMacro(
ttkIcosphereFromObject
,
ttkIcosphere
);
34
35
vtkSetMacro(Scale,
float
);
36
vtkGetMacro(Scale,
float
);
37
38
protected
:
39
ttkIcosphereFromObject
();
40
~ttkIcosphereFromObject
()
override
;
41
42
int
FillInputPortInformation
(
int
port, vtkInformation *info)
override
;
43
44
int
RequestData
(vtkInformation *request,
45
vtkInformationVector **inputVector,
46
vtkInformationVector *outputVector)
override
;
47
};
25
class
TTKICOSPHEREFROMOBJECT_EXPORT
ttkIcosphereFromObject
{
…
};
ttkIcosphereFromObject
Definition
ttkIcosphereFromObject.h:26
ttkIcosphereFromObject::~ttkIcosphereFromObject
~ttkIcosphereFromObject() override
ttkIcosphereFromObject::New
static ttkIcosphereFromObject * New()
ttkIcosphere
Definition
ttkIcosphere.h:26
ttkIcosphere::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Definition
ttkIcosphere.cpp:37
ttkIcosphere::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Definition
ttkIcosphere.cpp:24
ttkIcosphere.h
Generated on Thu Sep 26 2024 06:50:19 for TTK by
1.9.8