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 =========================================================================*/
30 #ifndef vtkSynchronizedTemplatesCutter3D_h
31 #define vtkSynchronizedTemplatesCutter3D_h
32 
33 #include "vtkFiltersCoreModule.h" // For export macro
35 
37 
39 {
40 public:
42 
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
48 
50 
54 
56 
59  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
60  vtkGetMacro(OutputPointsPrecision, int);
62 
63 protected:
66 
69 
70  virtual int RequestData(vtkInformation *,
73 
74 private:
76  void operator=(const vtkSynchronizedTemplatesCutter3D&); // Not implemented.
77 };
78 
79 #endif
80 
vtkSynchronizedTemplates3D.h
vtkSynchronizedTemplatesCutter3D
generate cut surface from structured points
Definition: vtkSynchronizedTemplatesCutter3D.h:39
vtkSynchronizedTemplatesCutter3D::vtkSynchronizedTemplatesCutter3D
vtkSynchronizedTemplatesCutter3D()
vtkSynchronizedTemplatesCutter3D::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkSynchronizedTemplatesCutter3D.h:68
vtkSynchronizedTemplatesCutter3D::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSynchronizedTemplatesCutter3D::~vtkSynchronizedTemplatesCutter3D
~vtkSynchronizedTemplatesCutter3D()
vtkgl::data
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: vtkgl.h:11339
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkSynchronizedTemplatesCutter3D::New
static vtkSynchronizedTemplatesCutter3D * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSynchronizedTemplatesCutter3D::SetCutFunction
virtual void SetCutFunction(vtkImplicitFunction *)
vtkSynchronizedTemplatesCutter3D::ThreadedExecute
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
vtkFiltersCoreModule.h
vtkImplicitFunction
abstract interface for implicit functions
Definition: vtkImplicitFunction.h:58
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkSynchronizedTemplatesCutter3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKFILTERSCORE_EXPORT
#define VTKFILTERSCORE_EXPORT
Definition: vtkFiltersCoreModule.h:15
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSynchronizedTemplates3D
generate isosurface from structured points
Definition: vtkSynchronizedTemplates3D.h:43
vtkSynchronizedTemplatesCutter3D::CutFunction
vtkImplicitFunction * CutFunction
Definition: vtkSynchronizedTemplatesCutter3D.h:67