Documentation for vtkChairDisplay

vtkChairDisplay - generate isosurface(s) from volume/images

Super Class: vtkPolyDataSource

Description:

 

Methods:

void vtkChairDisplay ()
void vtkChairDisplay ()
static vtkChairDisplay *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetInput (vtkImageCache *)
vtkImageCache *GetInput ()
void SetInput (vtkStructuredPoints *)
void SetXNotchSize (int )
int GetXNotchSize ()
void SetYNotchSize (int )
int GetYNotchSize ()
void SetZNotchSize (int )
int GetZNotchSize ()
void Update ()
vtkStructuredPoints *GetTextureOutput ()
void GenerateTexture (vtkImageData * ,vtkScalars * ,int ,int ,int ,int ,int )
void Execute (int )
void GeneratePolyData (int * ,float * ,float * ,int ,int ,vtkCellArray * ,vtkPoints * ,vtkTCoords *)

 

Detailed Method Descriptions:

Set/Get the source for the scalar data to contour.

void SetInput (vtkImageCache *)
vtkImageCache *GetInput ()

Set/Get the size of the notch.

void SetInput (vtkStructuredPoints *)
void SetXNotchSize (int )
int GetXNotchSize ()
void SetYNotchSize (int )
int GetYNotchSize ()
void SetZNotchSize (int )
int GetZNotchSize ()