vtkVolumeRepresentationPreprocessor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkVolumeRepresentationPreprocessor.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 =========================================================================*/
30 #ifndef vtkVolumeRepresentationPreprocessor_h
31 #define vtkVolumeRepresentationPreprocessor_h
32 
33 #include "vtkPVVTKExtensionsFiltersRenderingModule.h" // needed for export macro
34 #include "vtkSmartPointer.h" // for vtkSmartPointer
36 
38 class vtkExtractBlock;
39 
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent) override;
47 
49 
53  vtkSetMacro(TetrahedraOnly, int);
54  vtkGetMacro(TetrahedraOnly, int);
56 
58 
62  vtkSetMacro(ExtractedBlockIndex, unsigned int);
63  vtkGetMacro(ExtractedBlockIndex, unsigned int);
65 
66 protected:
69 
72 
74  int FillInputPortInformation(int port, vtkInformation* info) override;
75 
77  unsigned int ExtractedBlockIndex;
78 
79 private:
81  void operator=(const vtkVolumeRepresentationPreprocessor&) = delete;
82 };
83 
84 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
prepare data object for volume rendering
void operator=(const vtkObjectBase &)