VTK
vtkHierarchicalBoxDataSetAlgorithm.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkHierarchicalBoxDataSetAlgorithm.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=========================================================================*/
25#ifndef vtkHierarchicalBoxDataSetAlgorithm_h
26#define vtkHierarchicalBoxDataSetAlgorithm_h
27
28#include "vtkCommonExecutionModelModule.h" // For export macro
29#include "vtkAlgorithm.h"
30
32class VTKCOMMONEXECUTIONMODEL_EXPORT vtkHierarchicalBoxDataSetAlgorithm : public vtkAlgorithm
33{
34public:
37 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
38
40
46
48
56
61 vtkInformationVector** inputVector,
62 vtkInformationVector* outputVector) VTK_OVERRIDE;
63
64protected:
67
72 virtual int RequestDataObject(vtkInformation*,
74 vtkInformationVector*) {return 1;};
75
82 vtkInformationVector*) {return 1;};
83
90 vtkInformationVector*) {return 1;};
91
93
100 {
101 return 1;
102 };
104
105 // Create a default executive.
107
108 // see algorithm for more info
109 int FillOutputPortInformation(int port, vtkInformation* info) VTK_OVERRIDE;
110 int FillInputPortInformation(int port, vtkInformation* info) VTK_OVERRIDE;
111
112 vtkDataObject *GetInput(int port);
113
114private:
116 void operator=(const vtkHierarchicalBoxDataSetAlgorithm&) VTK_DELETE_FUNCTION;
117
118};
119
120#endif
121
122
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:60
general representation of visualization data
Definition: vtkDataObject.h:65
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:50
superclass for algorithms that produce vtkHierarchicalBoxDataSet as output.
static vtkHierarchicalBoxDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Assign a data object as input.
void SetInputData(int, vtkDataObject *)
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
vtkHierarchicalBoxDataSet * GetOutput(int)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
vtkHierarchicalBoxDataSet * GetOutput()
Get the output data object for a port on this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Backwards compatibility class.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447