TTK
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
};
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