vtkPVTransposeTable.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVTransposeTable.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
26 #ifndef vtkPVTransposeTable_h
27 #define vtkPVTransposeTable_h
28 
29 #include "vtkPVVTKExtensionsFiltersGeneralModule.h" //needed for exports
30 #include "vtkTransposeTable.h"
31 
32 class PVTransposeTableInternal;
33 
35 {
36 public:
37  static vtkPVTransposeTable* New();
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
42 
45  void EnableAttributeArray(const char*);
46  void ClearAttributeArrays();
48 
50 
54  vtkGetMacro(DoNotTranspose, bool);
55  vtkSetMacro(DoNotTranspose, bool);
56  vtkBooleanMacro(DoNotTranspose, bool);
58 
59 protected:
61  ~vtkPVTransposeTable() override;
62 
64 
65  PVTransposeTableInternal* Internal;
66 
68 
69 private:
71  void operator=(const vtkPVTransposeTable&) = delete;
72 };
73 
74 #endif // vtkPVTransposeTable_h
create a subtable made with selected columns of the input vtkTable and transpose it.
void PrintSelf(ostream &os, vtkIndent indent)
PVTransposeTableInternal * Internal
static vtkTransposeTable * New()
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void operator=(const vtkObjectBase &)