VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkStructuredGridOutlineFilter Class Reference

create wireframe outline for structured grid More...

#include <vtkStructuredGridOutlineFilter.h>

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

List of all members.

Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

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

Static Public Member Functions

static
vtkStructuredGridOutlineFilter
New ()
static int IsTypeOf (const char *type)
static
vtkStructuredGridOutlineFilter
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkStructuredGridOutlineFilter ()
 ~vtkStructuredGridOutlineFilter ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

create wireframe outline for structured grid

vtkStructuredGridOutlineFilter is a filter that generates a wireframe outline of a structured grid (vtkStructuredGrid). Structured data is topologically a cube, so the outline will have 12 "edges".

Examples:
vtkStructuredGridOutlineFilter (Examples)
Tests:
vtkStructuredGridOutlineFilter (Tests)

Definition at line 35 of file vtkStructuredGridOutlineFilter.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 39 of file vtkStructuredGridOutlineFilter.h.


Constructor & Destructor Documentation

Definition at line 42 of file vtkStructuredGridOutlineFilter.h.

Definition at line 43 of file vtkStructuredGridOutlineFilter.h.


Member Function Documentation

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

Reimplemented from vtkPolyDataAlgorithm.

static int vtkStructuredGridOutlineFilter::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 vtkStructuredGridOutlineFilter::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* vtkStructuredGridOutlineFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkStructuredGridOutlineFilter::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.

virtual int vtkStructuredGridOutlineFilter::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.


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