TTK
Loading...
Searching...
No Matches
home
julien
Pro
git
github
thomas
ttk-dani
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
};
ttkIcosphereFromObject::~ttkIcosphereFromObject
~ttkIcosphereFromObject() override
ttkIcosphereFromObject::New
static ttkIcosphereFromObject * New()
ttkIcosphereFromObject::ttkIcosphereFromObject
ttkIcosphereFromObject()
Definition
ttkIcosphereFromObject.cpp:11
ttkIcosphere::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Definition
ttkIcosphere.cpp:37
ttkIcosphere::ttkIcosphere
ttkIcosphere()
Definition
ttkIcosphere.cpp:18
ttkIcosphere::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Definition
ttkIcosphere.cpp:24
ttkIcosphere.h
Generated on Fri Apr 10 2026 10:02:09 for TTK by
1.13.2