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 =========================================================================*/
24 #ifndef vtkHierarchicalBoxDataSetAlgorithm_h
25 #define vtkHierarchicalBoxDataSetAlgorithm_h
26 
27 #include "vtkCommonExecutionModelModule.h" // For export macro
28 #include "vtkAlgorithm.h"
29 
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 //BTX
60 protected:
63 
65 
69  vtkInformationVector*) {return 1;};
71 
73 
77  vtkInformationVector*) {return 1;};
79 
81 
85  vtkInformationVector*) {return 1;};
87 
89 
94  {
95  return 1;
96  };
98 
99  // Create a default executive.
101 
102  // see algorithm for more info
105 
107 
108 private:
110  void operator=(const vtkHierarchicalBoxDataSetAlgorithm&); // Not implemented.
111 //ETX
112 };
113 
114 #endif
115 
116 
vtkHierarchicalBoxDataSetAlgorithm::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkHierarchicalBoxDataSetAlgorithm.h:67
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
vtkHierarchicalBoxDataSet
Backwards compatibility class.
Definition: vtkHierarchicalBoxDataSet.h:38
vtkHierarchicalBoxDataSetAlgorithm::ProcessRequest
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkCommonExecutionModelModule.h
vtkHierarchicalBoxDataSetAlgorithm::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkHierarchicalBoxDataSetAlgorithm::GetInput
vtkDataObject * GetInput(int port)
vtkHierarchicalBoxDataSetAlgorithm::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkHierarchicalBoxDataSetAlgorithm.h:91
vtkHierarchicalBoxDataSetAlgorithm::CreateDefaultExecutive
virtual vtkExecutive * CreateDefaultExecutive()
vtkAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkHierarchicalBoxDataSetAlgorithm::~vtkHierarchicalBoxDataSetAlgorithm
~vtkHierarchicalBoxDataSetAlgorithm()
vtkExecutive
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:52
vtkHierarchicalBoxDataSetAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkHierarchicalBoxDataSetAlgorithm.h:83
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkHierarchicalBoxDataSetAlgorithm
superclass for algorithms that produce vtkHierarchicalBoxDataSet as output.
Definition: vtkHierarchicalBoxDataSetAlgorithm.h:32
vtkHierarchicalBoxDataSetAlgorithm::GetOutput
vtkHierarchicalBoxDataSet * GetOutput()
vtkHierarchicalBoxDataSetAlgorithm::SetInputData
void SetInputData(int, vtkDataObject *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkHierarchicalBoxDataSetAlgorithm::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkHierarchicalBoxDataSetAlgorithm::GetOutput
vtkHierarchicalBoxDataSet * GetOutput(int)
vtkHierarchicalBoxDataSetAlgorithm::vtkHierarchicalBoxDataSetAlgorithm
vtkHierarchicalBoxDataSetAlgorithm()
vtkHierarchicalBoxDataSetAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkHierarchicalBoxDataSetAlgorithm.h:75
vtkHierarchicalBoxDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkHierarchicalBoxDataSetAlgorithm::SetInputData
void SetInputData(vtkDataObject *)
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkHierarchicalBoxDataSetAlgorithm::New
static vtkHierarchicalBoxDataSetAlgorithm * New()