VTK
vtkCompositeDataSetAlgorithm.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCompositeDataSetAlgorithm.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkCompositeDataSetAlgorithm_h
24 #define vtkCompositeDataSetAlgorithm_h
25 
26 #include "vtkCommonExecutionModelModule.h" // For export macro
27 #include "vtkAlgorithm.h"
28 
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
39 
43 
45 
51 
53 
54  virtual int ProcessRequest(vtkInformation* request,
55  vtkInformationVector** inputVector,
56  vtkInformationVector* outputVector);
58 
59 protected:
62 
64 
68  vtkInformationVector*) {return 1;};
70 
72 
76  vtkInformationVector*) {return 1;};
78 
80 
84  vtkInformationVector*) {return 1;};
86 
88 
93  {
94  return 1;
95  };
97 
98  // Create a default executive.
100 
101  // see algorithm for more info
104 
106 
107 private:
109  void operator=(const vtkCompositeDataSetAlgorithm&); // Not implemented.
110 };
111 
112 #endif
113 
114 
vtkCompositeDataSetAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkCompositeDataSetAlgorithm.h:82
vtkCompositeDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:62
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkCommonExecutionModelModule.h
vtkCompositeDataSet
abstract superclass for composite (multi-block or AMR) datasets
Definition: vtkCompositeDataSet.h:51
vtkCompositeDataSetAlgorithm::New
static vtkCompositeDataSetAlgorithm * New()
vtkCompositeDataSetAlgorithm::~vtkCompositeDataSetAlgorithm
~vtkCompositeDataSetAlgorithm()
Definition: vtkCompositeDataSetAlgorithm.h:61
vtkAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkCompositeDataSetAlgorithm::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkExecutive
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:52
vtkCompositeDataSetAlgorithm
Superclass for algorithms that produce only vtkCompositeDataSet as output.
Definition: vtkCompositeDataSetAlgorithm.h:32
vtkCompositeDataSetAlgorithm::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkCompositeDataSetAlgorithm.h:66
vtkCompositeDataSetAlgorithm::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkCompositeDataSetAlgorithm.h:90
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkCompositeDataSetAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkCompositeDataSetAlgorithm.h:74
vtkCompositeDataSetAlgorithm::ProcessRequest
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkCompositeDataSetAlgorithm::GetOutput
vtkCompositeDataSet * GetOutput()
vtkCompositeDataSetAlgorithm::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkCompositeDataSetAlgorithm::SetInputData
void SetInputData(vtkDataObject *)
vtkCompositeDataSetAlgorithm::SetInputData
void SetInputData(int, vtkDataObject *)
vtkCompositeDataSetAlgorithm::GetOutput
vtkCompositeDataSet * GetOutput(int)
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkCompositeDataSetAlgorithm::CreateDefaultExecutive
virtual vtkExecutive * CreateDefaultExecutive()
vtkCompositeDataSetAlgorithm::vtkCompositeDataSetAlgorithm
vtkCompositeDataSetAlgorithm()
vtkCompositeDataSetAlgorithm::GetInput
vtkDataObject * GetInput(int port)