#include <vtkTableTo3D.h>

Public Member Functions | |
| vtkTypeMacro (vtkTableTo3D, vtkPolyDataAlgorithm) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkSetMacro (ScaleFactor, double) | |
| vtkGetMacro (ScaleFactor, double) | |
| vtkSetMacro (UseOptimusScale, bool) | |
| vtkGetMacro (UseOptimusScale, bool) | |
| vtkBooleanMacro (UseOptimusScale, bool) | |
| vtkSetClampMacro (PresentationType, int, TABLETO3D_SURFACE, TABLETO3D_CONTOUR) | |
| vtkGetMacro (PresentationType, int) | |
| vtkSetMacro (NumberOfContours, int) | |
| vtkGetMacro (NumberOfContours, int) | |
Static Public Member Functions | |
| static vtkTableTo3D * | New () |
Protected Member Functions | |
| vtkTableTo3D () | |
| ~vtkTableTo3D () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
| double | ScaleFactor |
| bool | UseOptimusScale |
| int | PresentationType |
| int | NumberOfContours |
Private Member Functions | |
| vtkTableTo3D (const vtkTableTo3D &) | |
| void | operator= (const vtkTableTo3D &) |
|
protected |
References NumberOfContours, PresentationType, ScaleFactor, TABLETO3D_SURFACE, and UseOptimusScale.
|
protected |
|
private |
|
static |
| vtkTableTo3D::vtkTypeMacro | ( | vtkTableTo3D | , |
| vtkPolyDataAlgorithm | |||
| ) |
| void vtkTableTo3D::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
References NumberOfContours, PresentationType, ScaleFactor, TABLETO3D_SURFACE, and UseOptimusScale.
| vtkTableTo3D::vtkSetMacro | ( | ScaleFactor | , |
| double | |||
| ) |
| vtkTableTo3D::vtkGetMacro | ( | ScaleFactor | , |
| double | |||
| ) |
| vtkTableTo3D::vtkSetMacro | ( | UseOptimusScale | , |
| bool | |||
| ) |
| vtkTableTo3D::vtkGetMacro | ( | UseOptimusScale | , |
| bool | |||
| ) |
| vtkTableTo3D::vtkBooleanMacro | ( | UseOptimusScale | , |
| bool | |||
| ) |
| vtkTableTo3D::vtkSetClampMacro | ( | PresentationType | , |
| int | , | ||
| TABLETO3D_SURFACE | , | ||
| TABLETO3D_CONTOUR | |||
| ) |
| vtkTableTo3D::vtkGetMacro | ( | PresentationType | , |
| int | |||
| ) |
| vtkTableTo3D::vtkSetMacro | ( | NumberOfContours | , |
| int | |||
| ) |
| vtkTableTo3D::vtkGetMacro | ( | NumberOfContours | , |
| int | |||
| ) |
|
protectedvirtual |
|
protectedvirtual |
References NumberOfContours, PresentationType, ScaleFactor, TABLETO3D_SURFACE, and UseOptimusScale.
|
private |
|
protected |
|
protected |
|
protected |
|
protected |