VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkGenericOutlineFilter Class Reference

create wireframe outline for arbitrary generic data set More...

#include <vtkGenericOutlineFilter.h>

Inheritance diagram for vtkGenericOutlineFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkGenericOutlineFilter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkGenericOutlineFilterNewInstance () const

Static Public Member Functions

static vtkGenericOutlineFilterNew ()
static int IsTypeOf (const char *type)
static vtkGenericOutlineFilterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkGenericOutlineFilter ()
 ~vtkGenericOutlineFilter ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation (int, vtkInformation *)

Protected Attributes

vtkOutlineSourceOutlineSource

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 43 of file vtkGenericOutlineFilter.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented from vtkPolyDataAlgorithm.

virtual vtkObjectBase* vtkGenericOutlineFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

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.

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.


Member Data Documentation

Definition at line 49 of file vtkGenericOutlineFilter.h.


The documentation for this class was generated from the following file: