Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkPVGeometryFilter Class Reference

Geometry filter that does outlines for volumes. More...

#include <vtkPVGeometryFilter.h>

Inheritance diagram for vtkPVGeometryFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkPVGeometryFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual int GetOutlineFlag ()

Static Public Methods

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

Protected Methods

 vtkPVGeometryFilter ()
 ~vtkPVGeometryFilter ()
 vtkPVGeometryFilter (const vtkPVGeometryFilter &)
void operator= (const vtkPVGeometryFilter &)
void Execute ()
void ImageDataExecute (vtkImageData *input)
void StructuredGridExecute (vtkStructuredGrid *input)
void RectilinearGridExecute (vtkRectilinearGrid *input)
void UnstructuredGridExecute (vtkUnstructuredGrid *input)

Protected Attributes

int OutlineFlag

Detailed Description

Geometry filter that does outlines for volumes.

Date:
2001/12/07 14:03:09
Revision:
1.3

This filter defaults to using the outline filter unless the input is a structured volume.

Definition at line 59 of file vtkPVGeometryFilter.h.


Constructor & Destructor Documentation

vtkPVGeometryFilter::vtkPVGeometryFilter   [protected]
 

vtkPVGeometryFilter::~vtkPVGeometryFilter   [protected]
 

vtkPVGeometryFilter::vtkPVGeometryFilter const vtkPVGeometryFilter &    [inline, protected]
 

Definition at line 75 of file vtkPVGeometryFilter.h.


Member Function Documentation

vtkPVGeometryFilter* vtkPVGeometryFilter::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkDataSetSurfaceFilter.

virtual const char* vtkPVGeometryFilter::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetSurfaceFilter.

int vtkPVGeometryFilter::IsTypeOf const char *    type [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 vtkDataSetSurfaceFilter.

virtual int vtkPVGeometryFilter::IsA const char *    type [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 vtkDataSetSurfaceFilter.

vtkPVGeometryFilter* vtkPVGeometryFilter::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetSurfaceFilter.

void vtkPVGeometryFilter::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 vtkDataSetSurfaceFilter.

virtual int vtkPVGeometryFilter::GetOutlineFlag   [virtual]
 

This flag is set during the execute method. It indicates that the input was 3d and an outline representation was used.

void vtkPVGeometryFilter::operator= const vtkPVGeometryFilter &    [inline, protected]
 

Definition at line 76 of file vtkPVGeometryFilter.h.

void vtkPVGeometryFilter::Execute   [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkDataSetSurfaceFilter.

void vtkPVGeometryFilter::ImageDataExecute vtkImageData   input [protected]
 

void vtkPVGeometryFilter::StructuredGridExecute vtkStructuredGrid   input [protected]
 

void vtkPVGeometryFilter::RectilinearGridExecute vtkRectilinearGrid   input [protected]
 

void vtkPVGeometryFilter::UnstructuredGridExecute vtkUnstructuredGrid   input [protected]
 


Member Data Documentation

int vtkPVGeometryFilter::OutlineFlag [protected]
 

Definition at line 84 of file vtkPVGeometryFilter.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:40:22 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001