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