ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVStreamingPiecesInformation Class Reference

information object used by vtkSMDataDeliveryManager to get information about representations that have pieces to stream from the data-server. More...

#include <vtkPVStreamingPiecesInformation.h>

Inheritance diagram for vtkPVStreamingPiecesInformation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVStreamingPiecesInformation:
Collaboration graph
[legend]

Public Types

typedef vtkPVInformation Superclass
 
- Public Types inherited from vtkPVInformation
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void CopyFromObject (vtkObject *)
 Transfer information about a single object into this object. More...
 
virtual void AddInformation (vtkPVInformation *info)
 Merge another information object. More...
 
void GetKeys (std::vector< unsigned int > &keys) const
 API to access the internal keys. More...
 
virtual void CopyToStream (vtkClientServerStream *)
 Manage a serialized version of the information. More...
 
virtual void CopyFromStream (const vtkClientServerStream *)
 Manage a serialized version of the information. More...
 
- Public Member Functions inherited from vtkPVInformation
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void CopyParametersToStream (vtkMultiProcessStream &)
 Serialize/Deserialize the parameters that control how/what information is gathered. More...
 
virtual void CopyParametersFromStream (vtkMultiProcessStream &)
 Serialize/Deserialize the parameters that control how/what information is gathered. More...
 
virtual int GetRootOnly ()
 Set/get whether to gather information only from the root. More...
 

Static Public Member Functions

static vtkPVStreamingPiecesInformationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVStreamingPiecesInformationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVInformation
static int IsTypeOf (const char *type)
 
static vtkPVInformationSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVStreamingPiecesInformation ()
 
 ~vtkPVStreamingPiecesInformation ()
 
- Protected Member Functions inherited from vtkPVInformation
 vtkPVInformation ()
 
 ~vtkPVInformation ()
 
virtual void SetRootOnly (int)
 
 vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION
 
void operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION
 

Additional Inherited Members

- Protected Attributes inherited from vtkPVInformation
int RootOnly
 

Detailed Description

information object used by vtkSMDataDeliveryManager to get information about representations that have pieces to stream from the data-server.

vtkPVStreamingPiecesInformation is an information object used by vtkSMDataDeliveryManager to get information about representations that have pieces to stream from the data-server.

Definition at line 34 of file vtkPVStreamingPiecesInformation.h.

Member Typedef Documentation

§ Superclass

Definition at line 39 of file vtkPVStreamingPiecesInformation.h.

Constructor & Destructor Documentation

§ vtkPVStreamingPiecesInformation()

vtkPVStreamingPiecesInformation::vtkPVStreamingPiecesInformation ( )
protected

§ ~vtkPVStreamingPiecesInformation()

vtkPVStreamingPiecesInformation::~vtkPVStreamingPiecesInformation ( )
protected

Member Function Documentation

§ New()

static vtkPVStreamingPiecesInformation* vtkPVStreamingPiecesInformation::New ( )
static

§ GetClassName()

virtual const char* vtkPVStreamingPiecesInformation::GetClassName ( )
virtual

Reimplemented from vtkPVInformation.

§ IsTypeOf()

static int vtkPVStreamingPiecesInformation::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVStreamingPiecesInformation::IsA ( const char *  type)
virtual

Reimplemented from vtkPVInformation.

§ SafeDownCast()

static vtkPVStreamingPiecesInformation* vtkPVStreamingPiecesInformation::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVStreamingPiecesInformation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ CopyFromObject()

virtual void vtkPVStreamingPiecesInformation::CopyFromObject ( vtkObject *  )
virtual

Transfer information about a single object into this object.

Reimplemented from vtkPVInformation.

§ AddInformation()

virtual void vtkPVStreamingPiecesInformation::AddInformation ( vtkPVInformation info)
virtual

Merge another information object.

Calls AddInformation(info, 0).

Reimplemented from vtkPVInformation.

§ CopyToStream()

virtual void vtkPVStreamingPiecesInformation::CopyToStream ( vtkClientServerStream )
virtual

Manage a serialized version of the information.

Implements vtkPVInformation.

§ CopyFromStream()

virtual void vtkPVStreamingPiecesInformation::CopyFromStream ( const vtkClientServerStream )
virtual

Manage a serialized version of the information.

Reimplemented from vtkPVInformation.

§ GetKeys()

void vtkPVStreamingPiecesInformation::GetKeys ( std::vector< unsigned int > &  keys) const

API to access the internal keys.


The documentation for this class was generated from the following file: