vtkStructuredGridOutlineFilter Class Reference

#include <vtkStructuredGridOutlineFilter.h>

Inheritance diagram for vtkStructuredGridOutlineFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkStructuredGridOutlineFilter:

Collaboration graph
[legend]

List of all members.


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 34 of file vtkStructuredGridOutlineFilter.h.


Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

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

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 38 of file vtkStructuredGridOutlineFilter.h.


Constructor & Destructor Documentation

vtkStructuredGridOutlineFilter::vtkStructuredGridOutlineFilter (  )  [inline, protected]

Definition at line 41 of file vtkStructuredGridOutlineFilter.h.

vtkStructuredGridOutlineFilter::~vtkStructuredGridOutlineFilter (  )  [inline, protected]

Definition at line 42 of file vtkStructuredGridOutlineFilter.h.


Member Function Documentation

static vtkStructuredGridOutlineFilter* vtkStructuredGridOutlineFilter::New (  )  [static]

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

Reimplemented from vtkPolyDataAlgorithm.

virtual const char* vtkStructuredGridOutlineFilter::GetClassName (  )  [virtual]

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.

static vtkStructuredGridOutlineFilter* vtkStructuredGridOutlineFilter::SafeDownCast ( vtkObject o  )  [static]

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:

Generated on Mon Sep 27 18:53:04 2010 for VTK by  doxygen 1.5.6