create wireframe outline for arbitrary generic data set
More...
#include <vtkGenericOutlineFilter.h>
Inherits vtkPolyDataAlgorithm.
create wireframe outline for arbitrary generic data set
vtkGenericOutlineFilter is a filter that generates a wireframe outline of any generic data set. The outline consists of the twelve edges of the generic dataset bounding box.
- See Also
- vtkGenericDataSet
- Tests:
- vtkGenericOutlineFilter (Tests)
Definition at line 39 of file vtkGenericOutlineFilter.h.
vtkGenericOutlineFilter::vtkGenericOutlineFilter |
( |
| ) |
|
|
protected |
vtkGenericOutlineFilter::~vtkGenericOutlineFilter |
( |
| ) |
|
|
protected |
static int vtkGenericOutlineFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkGenericOutlineFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkGenericOutlineFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
int vtkGenericOutlineFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkGenericOutlineFilter::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkGenericOutlineFilter::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: