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

vtkExtractEdges Class Reference

extract cell edges from any type of data. More...

#include <vtkExtractEdges.h>

Inheritance diagram for vtkExtractEdges:

Inheritance graph
[legend]
Collaboration diagram for vtkExtractEdges:

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)
void SetLocator (vtkPointLocator *locator)
virtual vtkPointLocatorGetLocator ()
void CreateDefaultLocator ()
unsigned long GetMTime ()
void SetLocator (vtkPointLocator &locator)

Static Public Methods

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

Protected Methods

 vtkExtractEdges ()
 ~vtkExtractEdges ()
 vtkExtractEdges (const vtkExtractEdges &)
void operator= (const vtkExtractEdges &)
void Execute ()

Protected Attributes

vtkPointLocatorLocator

Detailed Description

extract cell edges from any type of data.

Date:
2000/12/10 20:08:36
Revision:
1.26

vtkExtractEdges is a filter to extract edges from a dataset. Edges are extracted as lines or polylines.

See also:
vtkFeatureEdges
Examples:
vtkExtractEdges (examples)


Member Function Documentation

void vtkExtractEdges::CreateDefaultLocator  
 

Create default locator. Used to create one when none is specified.

virtual const char* vtkExtractEdges::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 vtkDataSetToPolyDataFilter.

unsigned long vtkExtractEdges::GetMTime   [virtual]
 

Return MTime also considering the locator.

Reimplemented from vtkObject.

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

int vtkExtractEdges::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 vtkDataSetToPolyDataFilter.

vtkExtractEdges* vtkExtractEdges::New   [static]
 

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

Reimplemented from vtkPolyDataSource.

void vtkExtractEdges::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 vtkSource.

vtkExtractEdges* vtkExtractEdges::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 vtkDataSetToPolyDataFilter.

void vtkExtractEdges::SetLocator vtkPointLocator   locator [inline]
 

For legacy compatibility. Do not use.

void vtkExtractEdges::SetLocator vtkPointLocator   locator
 

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:25:14 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002