VTK
vtkHyperTreeGridAlgorithm.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHyperTreeGridAlgorithm.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 =========================================================================*/
35 #ifndef vtkHyperTreeGridAlgorithm_h
36 #define vtkHyperTreeGridAlgorithm_h
37 
38 #include "vtkCommonExecutionModelModule.h" // For export macro
39 #include "vtkAlgorithm.h"
40 #include "vtkHyperTreeGrid.h" // makes things a bit easier
41 
42 class vtkDataSet;
43 class vtkHyperTreeGrid;
44 
46 {
47 public:
49  void PrintSelf(ostream& os, vtkIndent indent);
50 
52 
55  virtual void SetOutput(vtkDataObject* d);
57 
59 
64 
65  // this method is not recommended for use, but lots of old style filters
66  // use it
70 
72 
78 
80 
86 
87 protected:
90 
91  // convenience method
92  virtual int RequestInformation(vtkInformation* request,
93  vtkInformationVector** inputVector,
94  vtkInformationVector* outputVector);
95 
97 
99  virtual int RequestData(vtkInformation* request,
100  vtkInformationVector** inputVector,
101  vtkInformationVector* outputVector);
103 
105 
111 
112  // see algorithm for more info
115 
116 private:
117  vtkHyperTreeGridAlgorithm(const vtkHyperTreeGridAlgorithm&); // Not implemented.
118  void operator=(const vtkHyperTreeGridAlgorithm&); // Not implemented.
119 };
120 
121 #endif
vtkHyperTreeGridAlgorithm::GetOutput
vtkHyperTreeGrid * GetOutput(int)
vtkHyperTreeGridAlgorithm::GetOutput
vtkHyperTreeGrid * GetOutput()
vtkHyperTreeGridAlgorithm::~vtkHyperTreeGridAlgorithm
~vtkHyperTreeGridAlgorithm()
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkHyperTreeGridAlgorithm::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkHyperTreeGridAlgorithm::SetOutput
virtual void SetOutput(vtkDataObject *d)
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
vtkHyperTreeGridAlgorithm::GetHyperTreeGridInput
vtkHyperTreeGrid * GetHyperTreeGridInput(int port)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkHyperTreeGridAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkCommonExecutionModelModule.h
vtkHyperTreeGridAlgorithm::GetInput
vtkDataObject * GetInput()
vtkHyperTreeGridAlgorithm::vtkHyperTreeGridAlgorithm
vtkHyperTreeGridAlgorithm()
vtkHyperTreeGridAlgorithm::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkHyperTreeGridAlgorithm::GetInput
vtkDataObject * GetInput(int port)
vtkAlgorithm.h
vtkHyperTreeGridAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkHyperTreeGridAlgorithm::ProcessRequest
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkHyperTreeGridAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkHyperTreeGridAlgorithm::AddInputData
void AddInputData(int, vtkDataObject *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkHyperTreeGrid.h
vtkHyperTreeGridAlgorithm::SetInputData
void SetInputData(int, vtkDataObject *)
vtkHyperTreeGridAlgorithm::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkHyperTreeGridAlgorithm::AddInputData
void AddInputData(vtkDataObject *)
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkHyperTreeGridAlgorithm::SetInputData
void SetInputData(vtkDataObject *)
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkHyperTreeGridAlgorithm
Superclass for algorithms that produce a hyper tree grid as output.
Definition: vtkHyperTreeGridAlgorithm.h:46
vtkHyperTreeGrid
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Definition: vtkHyperTreeGrid.h:68