vtkPVGenericAttributeInformation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVGenericAttributeInformation.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 =========================================================================*/
25 #ifndef vtkPVGenericAttributeInformation_h
26 #define vtkPVGenericAttributeInformation_h
27 
28 #include "vtkPVArrayInformation.h"
29 #include "vtkRemotingCoreModule.h" //needed for exports
30 
32 
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
43  void CopyFromObject(vtkObject*) override;
44 
45 protected:
48 
50  void operator=(const vtkPVGenericAttributeInformation&) = delete;
51 };
52 
53 #endif
void CopyFromObject(vtkObject *) override
Transfer information about a single object into this object.
void PrintSelf(ostream &os, vtkIndent indent) override
void operator=(const vtkPVArrayInformation &)=delete
Store messages for the interpreter.
static vtkPVArrayInformation * New()
#define VTKREMOTINGCORE_EXPORT
Data array information like type.
Generic attribute information like type.