TTK
Loading...
Searching...
No Matches
home
julien
Pro
git
github
thomas
ttk-dani
core
vtk
ttkIcospheresFromPoints
ttkIcospheresFromPoints.h
Go to the documentation of this file.
1
31
32
#pragma once
33
34
// VTK Module
35
#include <ttkIcospheresFromPointsModule.h>
36
37
// VTK Includes
38
#include <
ttkIcosphere.h
>
39
40
class
TTKICOSPHERESFROMPOINTS_EXPORT
ttkIcospheresFromPoints
41
:
public
ttkIcosphere
{
42
43
private
:
44
bool
CopyPointData{
true
};
45
46
public
:
47
vtkSetMacro(CopyPointData,
bool
);
48
vtkGetMacro(CopyPointData,
bool
);
49
50
static
ttkIcospheresFromPoints
*
New
();
51
vtkTypeMacro(
ttkIcospheresFromPoints
,
ttkIcosphere
);
52
53
protected
:
54
ttkIcospheresFromPoints
();
55
~ttkIcospheresFromPoints
()
override
;
56
57
int
FillInputPortInformation
(
int
port, vtkInformation *info)
override
;
58
59
int
RequestData
(vtkInformation *request,
60
vtkInformationVector **inputVector,
61
vtkInformationVector *outputVector)
override
;
62
};
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
ttkIcospheresFromPoints::New
static ttkIcospheresFromPoints * New()
ttkIcospheresFromPoints::~ttkIcospheresFromPoints
~ttkIcospheresFromPoints() override
ttkIcospheresFromPoints::ttkIcospheresFromPoints
ttkIcospheresFromPoints()
Definition
ttkIcospheresFromPoints.cpp:13
ttkIcosphere.h
Generated on Fri Apr 10 2026 10:02:09 for TTK by
1.13.2