#include <vtkGenericOutlineFilter.h>
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.
Definition at line 38 of file vtkGenericOutlineFilter.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static vtkGenericOutlineFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkGenericOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkGenericOutlineFilter () | |
~vtkGenericOutlineFilter () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | FillInputPortInformation (int, vtkInformation *) |
Protected Attributes | |
vtkOutlineSource * | OutlineSource |
vtkGenericOutlineFilter::vtkGenericOutlineFilter | ( | ) | [protected] |
vtkGenericOutlineFilter::~vtkGenericOutlineFilter | ( | ) | [protected] |
static vtkGenericOutlineFilter* vtkGenericOutlineFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
virtual const char* vtkGenericOutlineFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkGenericOutlineFilter::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkGenericOutlineFilter::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
static vtkGenericOutlineFilter* vtkGenericOutlineFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
int vtkGenericOutlineFilter::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
int vtkGenericOutlineFilter::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
int vtkGenericOutlineFilter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkPolyDataAlgorithm.
vtkOutlineSource* vtkGenericOutlineFilter::OutlineSource [protected] |
Definition at line 48 of file vtkGenericOutlineFilter.h.