VTK  9.1.0
vtkHyperTreeGridOutlineFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkHyperTreeGridOutlineFilter.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=========================================================================*/
31#ifndef vtkHyperTreeGridOutlineFilter_h
32#define vtkHyperTreeGridOutlineFilter_h
33
34#include "vtkFiltersModelingModule.h" // For export macro
36
38
39class VTKFILTERSMODELING_EXPORT vtkHyperTreeGridOutlineFilter : public vtkHyperTreeGridAlgorithm
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent) override;
45
47
50 vtkSetMacro(GenerateFaces, vtkTypeBool);
51 vtkBooleanMacro(GenerateFaces, vtkTypeBool);
52 vtkGetMacro(GenerateFaces, vtkTypeBool);
54
55protected:
58
64
65 // JBL Pour moi, c'est un defaut de design de vtkHyperTreeGridAlgorithm
66 int ProcessTrees(vtkHyperTreeGrid* input, vtkDataObject* outputDO) override;
67
68private:
70 void operator=(const vtkHyperTreeGridOutlineFilter&) = delete;
71};
72
73#endif
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
create wireframe outline for arbitrary data set
~vtkHyperTreeGridOutlineFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Define default input and output port types.
int FillInputPortInformation(int port, vtkInformation *info) override
Define default input and output port types.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkHyperTreeGridOutlineFilter * New()
int ProcessTrees(vtkHyperTreeGrid *input, vtkDataObject *outputDO) override
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
create wireframe outline around bounding box
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
int vtkTypeBool
Definition: vtkABI.h:69