Remoting
Views
vtkPVStreamingPiecesInformation.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
14
#ifndef vtkPVStreamingPiecesInformation_h
15
#define vtkPVStreamingPiecesInformation_h
16
17
#include "
vtkPVInformation.h
"
18
#include "
vtkRemotingViewsModule.h
"
//needed for exports
19
20
#include <vector>
// needed for internal API
21
22
class
VTKREMOTINGVIEWS_EXPORT
vtkPVStreamingPiecesInformation
:
public
vtkPVInformation
23
{
24
public
:
25
static
vtkPVStreamingPiecesInformation
*
New
();
26
vtkTypeMacro(
vtkPVStreamingPiecesInformation
,
vtkPVInformation
);
27
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
28
32
void
CopyFromObject
(
vtkObject
*)
override
;
33
37
void
AddInformation
(
vtkPVInformation
* info)
override
;
38
40
43
void
CopyToStream
(
vtkClientServerStream
*)
override
;
44
void
CopyFromStream
(
const
vtkClientServerStream
*)
override
;
46
50
void
GetKeys(std::vector<unsigned int>& keys)
const
;
51
52
protected
:
53
vtkPVStreamingPiecesInformation
();
54
~
vtkPVStreamingPiecesInformation
()
override
;
55
56
private
:
57
vtkPVStreamingPiecesInformation
(
const
vtkPVStreamingPiecesInformation
&) =
delete
;
58
void
operator=
(
const
vtkPVStreamingPiecesInformation
&) =
delete
;
59
60
class
vtkInternals;
61
vtkInternals* Internals;
62
};
63
64
#endif
vtkPVStreamingPiecesInformation
information object used by vtkSMDataDeliveryManager to get information about representations that hav...
Definition:
vtkPVStreamingPiecesInformation.h:22
vtkPVInformation::CopyFromStream
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
vtkObject
VTKREMOTINGVIEWS_EXPORT
#define VTKREMOTINGVIEWS_EXPORT
Definition:
vtkRemotingViewsModule.h:15
vtkPVInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkClientServerStream
Store messages for the interpreter.
Definition:
vtkClientServerStream.h:23
vtkIndent
vtkPVInformation::operator=
void operator=(const vtkPVInformation &)=delete
vtkRemotingViewsModule.h
vtkPVInformation::AddInformation
virtual void AddInformation(vtkPVInformation *)
Merge another information object.
vtkPVInformation::CopyToStream
virtual void CopyToStream(vtkClientServerStream *)=0
Manage a serialized version of the information.
vtkPVInformation.h
vtkPVInformation::CopyFromObject
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
vtkObject::New
static vtkObject * New()
vtkPVInformation
Superclass for information objects.
Definition:
vtkPVInformation.h:19
Generated by
1.8.13 on Tue Jan 21 2025