TTK
Loading...
Searching...
No Matches
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
25class TTKICOSPHEREFROMOBJECT_EXPORT ttkIcosphereFromObject
26 : public ttkIcosphere {
27
28private:
29 float Scale{1};
30
31public:
34
35 vtkSetMacro(Scale, float);
36 vtkGetMacro(Scale, float);
37
38protected:
41
42 int FillInputPortInformation(int port, vtkInformation *info) override;
43
44 int RequestData(vtkInformation *request,
45 vtkInformationVector **inputVector,
46 vtkInformationVector *outputVector) override;
47};
~ttkIcosphereFromObject() override
static ttkIcosphereFromObject * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int FillInputPortInformation(int port, vtkInformation *info) override