VTK  9.3.20240425
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
54VTK_ABI_NAMESPACE_BEGIN
55class vtkStringArray;
56
57class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostSplitTableField : public vtkTableAlgorithm
58{
59public:
62 void PrintSelf(ostream& os, vtkIndent indent) override;
63
65 void AddField(const char* field, const char* delimiters);
66
67protected:
70
72
75
76private:
77 class implementation;
78
80 void operator=(const vtkBoostSplitTableField&) = delete;
81};
82
83VTK_ABI_NAMESPACE_END
84#endif
"Splits" one-or-more table fields by duplicating rows containing delimited data.
~vtkBoostSplitTableField() override
static vtkBoostSplitTableField * New()
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)
a simple class to control print indentation
Definition vtkIndent.h:108
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.