|
static vtkInformationIntegerKey * | vtkAlgorithm::INPUT_IS_OPTIONAL () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationIntegerKey * | vtkAlgorithm::INPUT_IS_REPEATABLE () |
|
static vtkInformationInformationVectorKey * | vtkAlgorithm::INPUT_REQUIRED_FIELDS () |
|
static vtkInformationStringVectorKey * | vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE () |
|
static vtkInformationInformationVectorKey * | vtkAlgorithm::INPUT_ARRAYS_TO_PROCESS () |
|
static vtkInformationIntegerKey * | vtkAlgorithm::INPUT_PORT () |
|
static vtkInformationIntegerKey * | vtkAlgorithm::INPUT_CONNECTION () |
|
static vtkInformationIntegerKey * | vtkAlgorithm::CAN_PRODUCE_SUB_EXTENT () |
| This key tells the executive that a particular output port is capable of producing an arbitrary subextent of the whole extent. More...
|
|
static vtkInformationIntegerKey * | vtkAlgorithm::CAN_HANDLE_PIECE_REQUEST () |
| Key that tells the pipeline that a particular algorithm can or cannot handle piece request. More...
|
|
static vtkInformationRequestKey * | vtkDemandDrivenPipeline::REQUEST_DATA_OBJECT () |
| Key defining a request to make sure the output data objects exist. More...
|
|
static vtkInformationRequestKey * | vtkDemandDrivenPipeline::REQUEST_INFORMATION () |
| Key defining a request to make sure the output information is up to date. More...
|
|
static vtkInformationRequestKey * | vtkDemandDrivenPipeline::REQUEST_DATA () |
| Key defining a request to make sure the output data are up to date. More...
|
|
static vtkInformationRequestKey * | vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED () |
| Key defining a request to mark outputs that will NOT be generated during a REQUEST_DATA. More...
|
|
static vtkInformationIntegerKey * | vtkDemandDrivenPipeline::RELEASE_DATA () |
| Key to specify in pipeline information the request that data be released after it is used. More...
|
|
static vtkInformationIntegerKey * | vtkDemandDrivenPipeline::DATA_NOT_GENERATED () |
| Key to store a mark for an output that will not be generated. More...
|
|
static vtkInformationRequestKey * | vtkStreamingDemandDrivenPipeline::REQUEST_UPDATE_EXTENT () |
| Key defining a request to propagate the update extent upstream. More...
|
|
static vtkInformationRequestKey * | vtkStreamingDemandDrivenPipeline::REQUEST_UPDATE_TIME () |
| Key defining a request to propagate the update extent upstream. More...
|
|
static vtkInformationRequestKey * | vtkStreamingDemandDrivenPipeline::REQUEST_TIME_DEPENDENT_INFORMATION () |
| Key defining a request to make sure the meta information is up to date. More...
|
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::CONTINUE_EXECUTING () |
| Key for an algorithm to store in a request to tell this executive to keep executing it. More...
|
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT_INITIALIZED () |
| Keys to store an update request in pipeline information. More...
|
|
static vtkInformationIntegerVectorKey * | vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT () |
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER () |
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES () |
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS () |
|
static vtkInformationIntegerVectorKey * | vtkStreamingDemandDrivenPipeline::COMBINED_UPDATE_EXTENT () |
| Key for combining the update extents requested by all consumers, so that the final extent that is produced satisfies all consumers. More...
|
|
static vtkInformationIntegerVectorKey * | vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT () |
| Key to store the whole extent provided in pipeline information. More...
|
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::UNRESTRICTED_UPDATE_EXTENT () |
| This is set if the update extent is not restricted to the whole extent, for sources that can generate an extent of any requested size. More...
|
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::EXACT_EXTENT () |
| Key to specify the request for exact extent in pipeline information. More...
|
|
static vtkInformationDoubleVectorKey * | vtkStreamingDemandDrivenPipeline::TIME_STEPS () |
| Key to store available time steps. More...
|
|
static vtkInformationDoubleVectorKey * | vtkStreamingDemandDrivenPipeline::TIME_RANGE () |
| Key to store available time range for continuous sources. More...
|
|
static vtkInformationDoubleKey * | vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEP () |
| Update time steps requested by the pipeline. More...
|
|
static vtkInformationIntegerKey * | vtkStreamingDemandDrivenPipeline::TIME_DEPENDENT_INFORMATION () |
| Whether there are time dependent meta information if there is, the pipeline will perform two extra passes to gather the time dependent information. More...
|
|
static vtkInformationDoubleVectorKey * | vtkStreamingDemandDrivenPipeline::BOUNDS () |
| key to record the bounds of a dataset. More...
|
|
static vtkInformationDoubleKey * | vtkStreamingDemandDrivenPipeline::PREVIOUS_UPDATE_TIME_STEP () |
| Keep track of the update time request corresponding to the previous executing. More...
|
|