VTK
vtkThreadedSynchronizedTemplatesCutter3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkThreadedSynchronizedTemplatesCutter3D.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 =========================================================================*/
29 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h
30 #define vtkThreadedSynchronizedTemplatesCutter3D_h
31 
32 #include "vtkFiltersSMPModule.h" // For export macro
34 
36 
38 {
39 public:
41 
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
47 
49 
53 
55 
58  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
59  vtkGetMacro(OutputPointsPrecision, int);
61 
64  unsigned long GetMTime();
65 
66 protected:
69 
72 
73  virtual int RequestData(vtkInformation *,
76 
78 private:
80  void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&); // Not implemented.
81 };
82 
83 #endif
VTKFILTERSSMP_EXPORT
#define VTKFILTERSSMP_EXPORT
Definition: vtkFiltersSMPModule.h:15
vtkgl::data
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: vtkgl.h:11339
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkThreadedSynchronizedTemplates3D.h
vtkThreadedSynchronizedTemplatesCutter3D::GetMTime
unsigned long GetMTime()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImplicitFunction
abstract interface for implicit functions
Definition: vtkImplicitFunction.h:58
vtkThreadedSynchronizedTemplatesCutter3D::ThreadedExecute
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkThreadedSynchronizedTemplatesCutter3D::SetCutFunction
virtual void SetCutFunction(vtkImplicitFunction *)
vtkThreadedSynchronizedTemplatesCutter3D::New
static vtkThreadedSynchronizedTemplatesCutter3D * New()
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkThreadedSynchronizedTemplatesCutter3D::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkThreadedSynchronizedTemplatesCutter3D::vtkThreadedSynchronizedTemplatesCutter3D
vtkThreadedSynchronizedTemplatesCutter3D()
vtkThreadedSynchronizedTemplatesCutter3D
generate cut surface from structured points
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:38
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkThreadedSynchronizedTemplatesCutter3D::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkThreadedSynchronizedTemplatesCutter3D::~vtkThreadedSynchronizedTemplatesCutter3D
~vtkThreadedSynchronizedTemplatesCutter3D()
vtkThreadedSynchronizedTemplatesCutter3D::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:71
vtkThreadedSynchronizedTemplatesCutter3D::CutFunction
vtkImplicitFunction * CutFunction
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:70
vtkThreadedSynchronizedTemplatesCutter3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkThreadedSynchronizedTemplates3D
generate isosurface from structured points
Definition: vtkThreadedSynchronizedTemplates3D.h:43
vtkFiltersSMPModule.h