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
45#ifndef vtkBoostSplitTableField_h
46#define vtkBoostSplitTableField_h
47
48#include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
49#include "vtkTableAlgorithm.h"
50
51VTK_ABI_NAMESPACE_BEGIN
52class vtkStringArray;
53
54class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostSplitTableField : public vtkTableAlgorithm
55{
56public:
59 void PrintSelf(ostream& os, vtkIndent indent) override;
60
62 void AddField(const char* field, const char* delimiters);
63
64protected:
67
69
72
73private:
74 class implementation;
75
77 void operator=(const vtkBoostSplitTableField&) = delete;
78};
79
80VTK_ABI_NAMESPACE_END
81#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:29
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.