20 #ifndef __vtkTableTo3D_h
21 #define __vtkTableTo3D_h
23 #include "vtkPolyDataAlgorithm.h"
25 #define TABLETO3D_SURFACE 0
26 #define TABLETO3D_CONTOUR 1
33 void PrintSelf(ostream& os, vtkIndent indent);
37 vtkSetMacro(ScaleFactor,
double);
38 vtkGetMacro(ScaleFactor,
double);
43 vtkSetMacro(UseOptimusScale,
bool);
44 vtkGetMacro(UseOptimusScale,
bool);
45 vtkBooleanMacro(UseOptimusScale,
bool);
49 vtkSetClampMacro(PresentationType,
int,
51 vtkGetMacro(PresentationType,
int);
55 vtkSetMacro(NumberOfContours,
int);
56 vtkGetMacro(NumberOfContours,
int);
64 virtual int FillInputPortInformation(
int port, vtkInformation* info);
68 virtual int RequestData(vtkInformation* request,
69 vtkInformationVector** inputVector, vtkInformationVector* outputVector);