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:
64 
65  // Usual data generation method
67 
69 
71 
72 private:
74  void operator=(const vtkSplitByCellScalarFilter&) = delete;
75 };
76 
77 #endif
vtkSplitByCellScalarFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkSplitByCellScalarFilter::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkSplitByCellScalarFilter
splits input dataset according an integer cell scalar array.
Definition: vtkSplitByCellScalarFilter.h:41
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkSplitByCellScalarFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkMultiBlockDataSetAlgorithm.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkSplitByCellScalarFilter::PassAllPoints
bool PassAllPoints
Definition: vtkSplitByCellScalarFilter.h:70
vtkSplitByCellScalarFilter::New
static vtkSplitByCellScalarFilter * New()
vtkSplitByCellScalarFilter::~vtkSplitByCellScalarFilter
~vtkSplitByCellScalarFilter() override
vtkSplitByCellScalarFilter::vtkSplitByCellScalarFilter
vtkSplitByCellScalarFilter()
vtkMultiBlockDataSetAlgorithm
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
Definition: vtkMultiBlockDataSetAlgorithm.h:36