vtkOutlineFilter Class Reference

#include <vtkOutlineFilter.h>

Inheritance diagram for vtkOutlineFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkOutlineFilter:

Collaboration graph
[legend]

List of all members.


Detailed Description

create wireframe outline for arbitrary data set

vtkOutlineFilter is a filter that generates a wireframe outline of any data set. The outline consists of the twelve edges of the dataset bounding box.

Examples:
vtkOutlineFilter (Examples)
Tests:
vtkOutlineFilter (Tests)

Definition at line 36 of file vtkOutlineFilter.h.


Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetGenerateFaces (int)
virtual void GenerateFacesOn ()
virtual void GenerateFacesOff ()
virtual int GetGenerateFaces ()

Static Public Member Functions

static vtkOutlineFilterNew ()
static int IsTypeOf (const char *type)
static vtkOutlineFilterSafeDownCast (vtkObject *o)

Protected Member Functions

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

Protected Attributes

int GenerateFaces
vtkOutlineSourceOutlineSource

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 40 of file vtkOutlineFilter.h.


Constructor & Destructor Documentation

vtkOutlineFilter::vtkOutlineFilter (  )  [protected]

vtkOutlineFilter::~vtkOutlineFilter (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkPolyDataAlgorithm.

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

Reimplemented from vtkPolyDataAlgorithm.

static int vtkOutlineFilter::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 vtkOutlineFilter::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 vtkOutlineFilter* vtkOutlineFilter::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkPolyDataAlgorithm.

void vtkOutlineFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkPolyDataAlgorithm.

virtual void vtkOutlineFilter::SetGenerateFaces ( int   )  [virtual]

Generate solid faces for the box. This is off by default.

virtual void vtkOutlineFilter::GenerateFacesOn (  )  [virtual]

Generate solid faces for the box. This is off by default.

virtual void vtkOutlineFilter::GenerateFacesOff (  )  [virtual]

Generate solid faces for the box. This is off by default.

virtual int vtkOutlineFilter::GetGenerateFaces (  )  [virtual]

Generate solid faces for the box. This is off by default.

virtual int vtkOutlineFilter::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 vtkOutlineFilter::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 54 of file vtkOutlineFilter.h.

Definition at line 55 of file vtkOutlineFilter.h.


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

Generated on Mon Sep 27 18:38:11 2010 for VTK by  doxygen 1.5.6