VTK
vtkSplitByCellScalarFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSplitByCellScalarFilter.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 =========================================================================*/
33 #ifndef vtkSplitByCellScalarFilter_h
34 #define vtkSplitByCellScalarFilter_h
35 
36 #include "vtkFiltersGeneralModule.h" // For export macro
38 
39 
40 class VTKFILTERSGENERAL_EXPORT vtkSplitByCellScalarFilter : public vtkMultiBlockDataSetAlgorithm
41 {
42 public:
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
48 
56  vtkGetMacro(PassAllPoints, bool);
57  vtkSetMacro(PassAllPoints, bool);
58  vtkBooleanMacro(PassAllPoints, bool);
60 
61 protected:
63  ~vtkSplitByCellScalarFilter() override;
64 
65  // Usual data generation method
67 
69 
71 
72 private:
74  void operator=(const vtkSplitByCellScalarFilter&) = delete;
75 };
76 
77 #endif
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Store zero or more vtkInformation instances.
splits input dataset according an integer cell scalar array.