VTK  9.3.0
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:
62  void PrintSelf(ostream& os, vtkIndent indent) override;
63 
64  void ClearFields();
65  void AddField(const char* field, const char* delimiters);
66 
67 protected:
70 
72 
75 
76 private:
77  class implementation;
78 
80  void operator=(const vtkBoostSplitTableField&) = delete;
81 };
82 
83 VTK_ABI_NAMESPACE_END
84 #endif
"Splits" one-or-more table fields by duplicating rows containing delimited data.
~vtkBoostSplitTableField() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void AddField(const char *field, const char *delimiters)
static vtkBoostSplitTableField * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
a vtkAbstractArray subclass for strings
Superclass for algorithms that produce only vtkTables as output.
@ field
Definition: vtkX3D.h:177