VTK  9.3.1
vtkBoostSplitTableField.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
48 #ifndef vtkBoostSplitTableField_h
49 #define vtkBoostSplitTableField_h
50 
51 #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
52 #include "vtkTableAlgorithm.h"
53 
54 VTK_ABI_NAMESPACE_BEGIN
55 class vtkStringArray;
56 
57 class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostSplitTableField : public vtkTableAlgorithm
58 {
59 public:
60  static vtkBoostSplitTableField* New();
62  void PrintSelf(ostream& os, vtkIndent indent) override;
63 
64  void ClearFields();
65  void AddField(const char* field, const char* delimiters);
66 
67 protected:
69  ~vtkBoostSplitTableField() override;
70 
72 
75 
76 private:
77  class implementation;
78 
80  void operator=(const vtkBoostSplitTableField&) = delete;
81 };
82 
83 VTK_ABI_NAMESPACE_END
84 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
Store vtkAlgorithm input/output information.
a vtkAbstractArray subclass for strings
"Splits" one-or-more table fields by duplicating rows containing delimited data.
a simple class to control print indentation
Definition: vtkIndent.h:28
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
Store zero or more vtkInformation instances.