VTK
9.0.1
Infovis
BoostGraphAlgorithms
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
=========================================================================*/
60
#ifndef vtkBoostSplitTableField_h
61
#define vtkBoostSplitTableField_h
62
63
#include "vtkInfovisBoostGraphAlgorithmsModule.h"
// For export macro
64
#include "
vtkTableAlgorithm.h
"
65
66
class
vtkStringArray
;
67
68
class
VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkBoostSplitTableField
:
public
vtkTableAlgorithm
69
{
70
public
:
71
static
vtkBoostSplitTableField
*
New
();
72
vtkTypeMacro(
vtkBoostSplitTableField
,
vtkTableAlgorithm
);
73
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
74
75
void
ClearFields();
76
void
AddField(
const
char
*
field
,
const
char
* delimiters);
77
78
protected
:
79
vtkBoostSplitTableField
();
80
~
vtkBoostSplitTableField
()
override
;
81
82
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
83
84
vtkStringArray
*
Fields
;
85
vtkStringArray
*
Delimiters
;
86
87
private
:
88
class
implementation;
89
90
vtkBoostSplitTableField
(
const
vtkBoostSplitTableField
&) =
delete
;
91
void
operator=(
const
vtkBoostSplitTableField
&) =
delete
;
92
};
93
94
#endif
vtkTableAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkBoostSplitTableField
"Splits" one-or-more table fields by duplicating rows containing delimited data.
Definition:
vtkBoostSplitTableField.h:68
vtkBoostSplitTableField::Fields
vtkStringArray * Fields
Definition:
vtkBoostSplitTableField.h:84
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition:
vtkTableAlgorithm.h:48
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkX3D::field
@ field
Definition:
vtkX3D.h:183
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkBoostSplitTableField::Delimiters
vtkStringArray * Delimiters
Definition:
vtkBoostSplitTableField.h:85
vtkStringArray
a vtkAbstractArray subclass for strings
Definition:
vtkStringArray.h:36
vtkTableAlgorithm.h
vtkTableAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTableAlgorithm::New
static vtkTableAlgorithm * New()
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17