TTK
Loading...
Searching...
No Matches
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
38class TTKICOSPHERESFROMPOINTS_EXPORT ttkIcospheresFromPoints
39 : public ttkIcosphere {
40
41private:
42 bool CopyPointData{true};
43
44public:
45 vtkSetMacro(CopyPointData, bool);
46 vtkGetMacro(CopyPointData, bool);
47
50
51protected:
54
55 int FillInputPortInformation(int port, vtkInformation *info) override;
56
57 int RequestData(vtkInformation *request,
58 vtkInformationVector **inputVector,
59 vtkInformationVector *outputVector) override;
60};
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int FillInputPortInformation(int port, vtkInformation *info) override
static ttkIcospheresFromPoints * New()
~ttkIcospheresFromPoints() override