Documentation for vtkOutlineSource

vtkOutlineSource - create wireframe outline around bounding box

Super Class: vtkPolyDataSource

Description:

vtkOutlineSource creates a wireframe outline around a user-specified bounding box.

 

Methods:

void vtkOutlineSource ()
static vtkOutlineSource *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetBounds (float ,float ,float ,float ,float ,float )
void SetBounds (float *)
float *GetBounds ()
void Execute ()

 

Detailed Method Descriptions:

Specify the bounding box for this object.

void SetBounds (float ,float ,float ,float ,float ,float )
void SetBounds (float *)
float *GetBounds ()