24#ifndef vtkLissajousPointCloud_h
25#define vtkLissajousPointCloud_h
27#include "vtkFiltersSourcesModule.h"
32VTK_ABI_NAMESPACE_BEGIN
74 vtkSetVector3Macro(
Phase,
double);
75 vtkGetVectorMacro(
Phase,
double, 3);
82 vtkSetVector3Macro(
Noise,
double);
83 vtkGetVectorMacro(
Noise,
double, 3);
164 double Noise[3] = { 0.05, 0.05, 0.05 };
a simple class to control print indentation
~vtkLissajousPointCloud() override
vtkTypeBool GenerateRegionScalar
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called by the superclass.
vtkTypeBool DeterministicNoise
static vtkLissajousPointCloud * New()
Standard methods for instantiation, type information, and printing.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
vtkTypeBool AddBackgroundPoints
vtkTypeBool GenerateParameterScalar
static constexpr double Pi()
A mathematical constant.