VTK
Classes
vtkInformationIntegerRequestKey.h File Reference
#include "vtkCommonExecutionModelModule.h"
#include "vtkInformationIntegerKey.h"
#include "vtkCommonInformationKeyManager.h"
Include dependency graph for vtkInformationIntegerRequestKey.h:

Go to the source code of this file.

Classes

class  vtkInformationIntegerRequestKey
 key that can used to request integer values from the pipeline vtkInformationIntegerRequestKey is a vtkInformationIntegerKey that can used to request integer values from upstream. A good example of this is UPDATE_NUMBER_OF_PIECES where downstream can request that upstream provides data partitioned into a certain number of pieces. There are several components that make this work. First, the key will copy itself upstream during REQUEST_UPDATE_EXTENT. Second, after a successfull execution, it will stor its value into a data object's information using a specific key defined by its data member DataKey. Third, before execution, it will check if the requested value matched the value in the data object's information. If not, it will ask the pipeline to execute. More...