Public Member Functions | List of all members
vtkPVDataDeliveryManager::vtkInternals::vtkItem Class Reference

#include <vtkPVDataDeliveryManagerInternals.h>

Public Member Functions

 vtkItem ()=default
 
void ClearCache ()
 
void SetDataObject (vtkDataObject *data, vtkInternals *helper, double cacheKey)
 
void SetActualMemorySize (unsigned long size, double cacheKey)
 
unsigned long GetActualMemorySize (double cacheKey) const
 
vtkDataObjectGetDeliveredDataObject (int dataKey, double cacheKey) const
 
void SetDeliveredDataObject (int dataKey, double cacheKey, vtkDataObject *data)
 
vtkPVTrivialProducerGetProducer (int dataKey, double cacheKey)
 
vtkDataObjectGetDataObject (double cacheKey) const
 
vtkMTimeType GetTimeStamp (double cacheKey) const
 
vtkInformationGetPieceInformation (double cacheKey)
 
vtkMTimeType GetTimeStamp () const
 
vtkMTimeType GetDeliveryTimeStamp (int dataKey, double cacheKey) const
 

Detailed Description

Definition at line 65 of file vtkPVDataDeliveryManagerInternals.h.

Constructor & Destructor Documentation

◆ vtkItem()

vtkPVDataDeliveryManager::vtkInternals::vtkItem::vtkItem ( )
default

Member Function Documentation

◆ ClearCache()

void vtkPVDataDeliveryManager::vtkInternals::vtkItem::ClearCache ( )
inline

Definition at line 79 of file vtkPVDataDeliveryManagerInternals.h.

◆ SetDataObject()

void vtkPVDataDeliveryManager::vtkInternals::vtkItem::SetDataObject ( vtkDataObject data,
vtkInternals helper,
double  cacheKey 
)
inline

Definition at line 81 of file vtkPVDataDeliveryManagerInternals.h.

◆ SetActualMemorySize()

void vtkPVDataDeliveryManager::vtkInternals::vtkItem::SetActualMemorySize ( unsigned long  size,
double  cacheKey 
)
inline

Definition at line 114 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetActualMemorySize()

unsigned long vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetActualMemorySize ( double  cacheKey) const
inline

Definition at line 120 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetDeliveredDataObject()

vtkDataObject* vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetDeliveredDataObject ( int  dataKey,
double  cacheKey 
) const
inline

Definition at line 126 of file vtkPVDataDeliveryManagerInternals.h.

◆ SetDeliveredDataObject()

void vtkPVDataDeliveryManager::vtkInternals::vtkItem::SetDeliveredDataObject ( int  dataKey,
double  cacheKey,
vtkDataObject data 
)
inline

Definition at line 139 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetProducer()

vtkPVTrivialProducer* vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetProducer ( int  dataKey,
double  cacheKey 
)
inline

Definition at line 145 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetDataObject()

vtkDataObject* vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetDataObject ( double  cacheKey) const
inline

Definition at line 159 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetTimeStamp() [1/2]

vtkMTimeType vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetTimeStamp ( double  cacheKey) const
inline

Definition at line 165 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetPieceInformation()

vtkInformation* vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetPieceInformation ( double  cacheKey)
inline

Definition at line 171 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetTimeStamp() [2/2]

vtkMTimeType vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetTimeStamp ( ) const
inline

Definition at line 181 of file vtkPVDataDeliveryManagerInternals.h.

◆ GetDeliveryTimeStamp()

vtkMTimeType vtkPVDataDeliveryManager::vtkInternals::vtkItem::GetDeliveryTimeStamp ( int  dataKey,
double  cacheKey 
) const
inline

Definition at line 182 of file vtkPVDataDeliveryManagerInternals.h.


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