ParaView
ParaViewCore
ClientServerCore
Rendering
vtkPVRepresentedDataInformation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: vtkPVRepresentedDataInformation.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
=========================================================================*/
22
#ifndef vtkPVRepresentedDataInformation_h
23
#define vtkPVRepresentedDataInformation_h
24
25
#include "vtkPVClientServerCoreRenderingModule.h"
//needed for exports
26
#include "
vtkPVDataInformation.h
"
27
28
class
VTKPVCLIENTSERVERCORERENDERING_EXPORT
vtkPVRepresentedDataInformation
29
:
public
vtkPVDataInformation
30
{
31
public
:
32
static
vtkPVRepresentedDataInformation
*
New
();
33
vtkTypeMacro(
vtkPVRepresentedDataInformation
,
vtkPVDataInformation
);
34
void
PrintSelf
(ostream& os, vtkIndent indent);
35
39
virtual
void
CopyFromObject
(vtkObject*);
40
41
protected
:
42
vtkPVRepresentedDataInformation
();
43
~
vtkPVRepresentedDataInformation
();
44
45
private
:
46
vtkPVRepresentedDataInformation
(
const
vtkPVRepresentedDataInformation
&) VTK_DELETE_FUNCTION;
47
void
operator=(const
vtkPVRepresentedDataInformation
&) VTK_DELETE_FUNCTION;
48
};
49
50
#endif
vtkPVDataInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPVDataInformation
Light object for holding data information.
Definition:
vtkPVDataInformation.h:50
vtkPVDataInformation.h
vtkPVRepresentedDataInformation
vtkPVRepresentedDataInformation is a vtkPVDataInformation subclass that knows how to gather rendered ...
Definition:
vtkPVRepresentedDataInformation.h:28
vtkPVDataInformation::CopyFromObject
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
vtkPVDataInformation::New
static vtkPVDataInformation * New()
Generated by
1.8.12