22 #ifndef vtkDistributedTrivialProducer_h 23 #define vtkDistributedTrivialProducer_h 26 #include "vtkPVVTKExtensionsCoreModule.h" 28 struct vtkPVTrivialProducerStaticInternal;
35 void PrintSelf(ostream& os, vtkIndent indent);
41 static void SetGlobalOutput(
const char* key, vtkDataObject* output);
47 static void ReleaseGlobalOutput(
const char* key);
53 virtual void UpdateFromGlobal(
const char* key);
63 static vtkPVTrivialProducerStaticInternal* InternalStatic;
void PrintSelf(ostream &os, vtkIndent indent)
static vtkPVTrivialProducer * New()
specialized subclass of vtkTrivialProducer that preserves the information about the whole extent of t...
Extend vtkPVTrivialProducer to allow distributed code to easily populate a trivial producer with loca...