VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
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 Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkExtractEdgesNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void CreateDefaultLocator ()
unsigned long GetMTime ()
void SetLocator (vtkIncrementalPointLocator *locator)
virtual
vtkIncrementalPointLocator
GetLocator ()

Static Public Member Functions

static vtkExtractEdgesNew ()
static int IsTypeOf (const char *type)
static vtkExtractEdgesSafeDownCast (vtkObjectBase *o)

Protected Member Functions

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

Protected Attributes

vtkIncrementalPointLocatorLocator

Detailed Description

extract cell edges from any type of data

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

See also:
vtkFeatureEdges
Examples:
vtkExtractEdges (Examples)
Tests:
vtkExtractEdges (Tests)

Definition at line 39 of file vtkExtractEdges.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 43 of file vtkExtractEdges.h.


Constructor & Destructor Documentation


Member Function Documentation

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

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

Reimplemented from vtkPolyDataAlgorithm.

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

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented from vtkPolyDataAlgorithm.

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 vtkPolyDataAlgorithm.

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

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

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

unsigned long vtkExtractEdges::GetMTime ( ) [virtual]

Return MTime also considering the locator.

Reimplemented from vtkObject.

virtual int vtkExtractEdges::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 vtkExtractEdges::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 68 of file vtkExtractEdges.h.


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