ParaView
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 "vtkPVClientServerCoreCoreModule.h" //needed for exports
30 
32 
33 class VTKPVCLIENTSERVERCORECORE_EXPORT vtkPVGenericAttributeInformation
34  : public vtkPVArrayInformation
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
44  virtual void CopyFromObject(vtkObject*);
45 
46 protected:
49 
51  void operator=(const vtkPVGenericAttributeInformation&) VTK_DELETE_FUNCTION;
52 };
53 
54 #endif
void PrintSelf(ostream &os, vtkIndent indent)
Store messages for the interpreter.
static vtkPVArrayInformation * New()
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
Data array information like type.
Generic attribute information like type.