VTK  9.1.0
vtkBoostSplitTableField.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkBoostSplitTableField.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
54#ifndef vtkBoostSplitTableField_h
55#define vtkBoostSplitTableField_h
56
57#include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
58#include "vtkTableAlgorithm.h"
59
60class vtkStringArray;
61
62class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostSplitTableField : public vtkTableAlgorithm
63{
64public:
67 void PrintSelf(ostream& os, vtkIndent indent) override;
68
70 void AddField(const char* field, const char* delimiters);
71
72protected:
75
77
80
81private:
82 class implementation;
83
85 void operator=(const vtkBoostSplitTableField&) = delete;
86};
87
88#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:113
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:183