ParaView
ParaViewCore
ClientServerCore
Core
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
31
class
vtkClientServerStream
;
32
33
class
VTKPVCLIENTSERVERCORECORE_EXPORT
vtkPVGenericAttributeInformation
34
:
public
vtkPVArrayInformation
35
{
36
public
:
37
static
vtkPVGenericAttributeInformation
*
New
();
38
vtkTypeMacro(
vtkPVGenericAttributeInformation
,
vtkPVArrayInformation
);
39
void
PrintSelf
(ostream& os, vtkIndent indent);
40
44
virtual
void
CopyFromObject
(vtkObject*);
45
46
protected
:
47
vtkPVGenericAttributeInformation
();
48
~
vtkPVGenericAttributeInformation
();
49
50
vtkPVGenericAttributeInformation
(
const
vtkPVGenericAttributeInformation
&) VTK_DELETE_FUNCTION;
51
void
operator=
(
const
vtkPVGenericAttributeInformation
&) VTK_DELETE_FUNCTION;
52
};
53
54
#endif
vtkPVArrayInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPVArrayInformation.h
vtkClientServerStream
Store messages for the interpreter.
Definition:
vtkClientServerStream.h:35
vtkPVArrayInformation::New
static vtkPVArrayInformation * New()
vtkPVArrayInformation::CopyFromObject
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
vtkPVArrayInformation
Data array information like type.
Definition:
vtkPVArrayInformation.h:37
vtkPVGenericAttributeInformation
Generic attribute information like type.
Definition:
vtkPVGenericAttributeInformation.h:33
vtkPVArrayInformation::operator=
void operator=(const vtkPVArrayInformation &) VTK_DELETE_FUNCTION
Generated by
1.8.13