TTK
Loading...
Searching...
No Matches
ttkIcospheresFromPoints.h
Go to the documentation of this file.
1
26
27#pragma once
28
29// VTK Module
30#include <ttkIcospheresFromPointsModule.h>
31
32// VTK Includes
33#include <ttkIcosphere.h>
34
35class TTKICOSPHERESFROMPOINTS_EXPORT ttkIcospheresFromPoints
36 : public ttkIcosphere {
37
38private:
39 bool CopyPointData{true};
40
41public:
42 vtkSetMacro(CopyPointData, bool);
43 vtkGetMacro(CopyPointData, bool);
44
47
48protected:
51
52 int FillInputPortInformation(int port, vtkInformation *info) override;
53
54 int RequestData(vtkInformation *request,
55 vtkInformationVector **inputVector,
56 vtkInformationVector *outputVector) override;
57};
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int FillInputPortInformation(int port, vtkInformation *info) override
static ttkIcospheresFromPoints * New()
~ttkIcospheresFromPoints() override