VTK
vtkMergeTables.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkMergeTables.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=========================================================================*/
15/*-------------------------------------------------------------------------
16 Copyright 2008 Sandia Corporation.
17 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18 the U.S. Government retains certain rights in this software.
19-------------------------------------------------------------------------*/
42#ifndef vtkMergeTables_h
43#define vtkMergeTables_h
44
45#include "vtkInfovisCoreModule.h" // For export macro
46#include "vtkTableAlgorithm.h"
47
48class VTKINFOVISCORE_EXPORT vtkMergeTables : public vtkTableAlgorithm
49{
50public:
53 void PrintSelf(ostream& os, vtkIndent indent);
54
56
60 vtkSetStringMacro(FirstTablePrefix);
61 vtkGetStringMacro(FirstTablePrefix);
63
65
69 vtkSetStringMacro(SecondTablePrefix);
70 vtkGetStringMacro(SecondTablePrefix);
72
74
80 vtkSetMacro(MergeColumnsByName, bool);
81 vtkGetMacro(MergeColumnsByName, bool);
82 vtkBooleanMacro(MergeColumnsByName, bool);
84
86
91 vtkSetMacro(PrefixAllButMerged, bool);
92 vtkGetMacro(PrefixAllButMerged, bool);
93 vtkBooleanMacro(PrefixAllButMerged, bool);
95
96protected:
99
104
109
110private:
111 vtkMergeTables(const vtkMergeTables&) VTK_DELETE_FUNCTION;
112 void operator=(const vtkMergeTables&) VTK_DELETE_FUNCTION;
113};
114
115#endif
116
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
combine two tables
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
char * FirstTablePrefix
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkMergeTables * New()
char * SecondTablePrefix
Superclass for algorithms that produce only vtkTables as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.