TTK
Loading...
Searching...
No Matches
core
vtk
ttkIcospheresFromPoints
ttkIcospheresFromPoints.h
Go to the documentation of this file.
1
29
30
#pragma once
31
32
// VTK Module
33
#include <ttkIcospheresFromPointsModule.h>
34
35
// VTK Includes
36
#include <
ttkIcosphere.h
>
37
38
class
TTKICOSPHERESFROMPOINTS_EXPORT
ttkIcospheresFromPoints
39
:
public
ttkIcosphere
{
40
41
private
:
42
bool
CopyPointData{
true
};
43
44
public
:
45
vtkSetMacro(CopyPointData,
bool
);
46
vtkGetMacro(CopyPointData,
bool
);
47
48
static
ttkIcospheresFromPoints
*
New
();
49
vtkTypeMacro(
ttkIcospheresFromPoints
,
ttkIcosphere
);
50
51
protected
:
52
ttkIcospheresFromPoints
();
53
~ttkIcospheresFromPoints
()
override
;
54
55
int
FillInputPortInformation
(
int
port, vtkInformation *info)
override
;
56
57
int
RequestData
(vtkInformation *request,
58
vtkInformationVector **inputVector,
59
vtkInformationVector *outputVector)
override
;
60
};
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
ttkIcospheresFromPoints
Definition
ttkIcospheresFromPoints.h:39
ttkIcospheresFromPoints::New
static ttkIcospheresFromPoints * New()
ttkIcospheresFromPoints::~ttkIcospheresFromPoints
~ttkIcospheresFromPoints() override
ttkIcosphere.h
Generated on Thu Sep 26 2024 06:50:19 for TTK by
1.9.8