VTK
vtkSynchronizedTemplatesCutter3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSynchronizedTemplatesCutter3D.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 =========================================================================*/
27 #ifndef __vtkSynchronizedTemplatesCutter3D_h
28 #define __vtkSynchronizedTemplatesCutter3D_h
29 
31 
33 
35 {
36 public:
38 
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
45  int *exExt, int);
47 
49 
50  virtual void SetCutFunction(vtkImplicitFunction*);
51  vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
53 
54 protected:
57 
59 
60  virtual int RequestData(vtkInformation *,
63 
64 private:
66  void operator=(const vtkSynchronizedTemplatesCutter3D&); // Not implemented.
67 };
68 
69 #endif
70 
abstract interface for implicit functions
#define VTK_GRAPHICS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
Store vtkAlgorithm input/output information.
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, int *exExt, vtkDataArray *inScalars)
generate cut surface from structured points
generate isosurface from structured points
a simple class to control print indentation
Definition: vtkIndent.h:37
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
static vtkSynchronizedTemplates3D * New()
Store zero or more vtkInformation instances.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)