32 vtkSetMacro(XColumn, const std::
string &);
33 vtkGetMacro(XColumn, std::
string);
35 vtkSetMacro(YColumn, const std::
string &);
36 vtkGetMacro(YColumn, std::
string);
38 vtkSetMacro(ZColumn, const std::
string &);
39 vtkGetMacro(ZColumn, std::
string);
41 vtkSetMacro(Embedding2D,
bool);
42 vtkGetMacro(Embedding2D,
bool);
47 SetNumberOfInputPorts(2);
48 SetNumberOfOutputPorts(1);
55 vtkInformationVector **inputVector,
56 vtkInformationVector *outputVector)
override;