Remoting
Core
vtkPVTemporalDataInformation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: vtkPVTemporalDataInformation.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
=========================================================================*/
24
#ifndef vtkPVTemporalDataInformation_h
25
#define vtkPVTemporalDataInformation_h
26
27
#include "
vtkPVDataInformation.h
"
28
#include "
vtkRemotingCoreModule.h
"
//needed for exports
29
30
class
vtkPVArrayInformation
;
31
class
vtkPVDataSetAttributesInformation
;
32
33
class
VTKREMOTINGCORE_EXPORT
vtkPVTemporalDataInformation
:
public
vtkPVDataInformation
34
{
35
public
:
36
static
vtkPVTemporalDataInformation
*
New
();
37
vtkTypeMacro(
vtkPVTemporalDataInformation
,
vtkPVDataInformation
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
39
44
void
CopyFromObject
(
vtkObject
*
object
)
override
;
45
46
protected
:
47
vtkPVTemporalDataInformation
();
48
~
vtkPVTemporalDataInformation
()
override
;
49
50
private
:
51
vtkPVTemporalDataInformation
(
const
vtkPVTemporalDataInformation
&) =
delete
;
52
void
operator=(
const
vtkPVTemporalDataInformation
&) =
delete
;
53
};
54
55
#endif
vtkObject
vtkPVDataInformation
provides meta data about a vtkDataObject subclass.
Definition:
vtkPVDataInformation.h:53
vtkRemotingCoreModule.h
vtkPVDataInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVDataInformation.h
vtkPVDataInformation::CopyFromObject
void CopyFromObject(vtkObject *object) override
Populate vtkPVDataInformation using object.
vtkPVDataSetAttributesInformation
List of array info.
Definition:
vtkPVDataSetAttributesInformation.h:36
vtkIndent
VTKREMOTINGCORE_EXPORT
#define VTKREMOTINGCORE_EXPORT
Definition:
vtkRemotingCoreModule.h:15
vtkPVArrayInformation
provides meta data about arrays.
Definition:
vtkPVArrayInformation.h:39
vtkPVDataInformation::New
static vtkPVDataInformation * New()
vtkPVTemporalDataInformation
extends vtkPVDataInformation to gather information across timesteps.
Definition:
vtkPVTemporalDataInformation.h:33
Generated by
1.8.13 on Mon Jun 27 2022