VTK
|
extract cell edges from any type of data More...
#include <vtkExtractEdges.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkExtractEdges * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | CreateDefaultLocator () |
unsigned long | GetMTime () |
void | SetLocator (vtkIncrementalPointLocator *locator) |
virtual vtkIncrementalPointLocator * | GetLocator () |
Static Public Member Functions | |
static vtkExtractEdges * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractEdges * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkExtractEdges () | |
~vtkExtractEdges () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
vtkIncrementalPointLocator * | Locator |
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.
Definition at line 39 of file vtkExtractEdges.h.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 43 of file vtkExtractEdges.h.
vtkExtractEdges::vtkExtractEdges | ( | ) | [protected] |
vtkExtractEdges::~vtkExtractEdges | ( | ) | [protected] |
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.
static vtkExtractEdges* vtkExtractEdges::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
virtual vtkObjectBase* vtkExtractEdges::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
vtkExtractEdges* vtkExtractEdges::NewInstance | ( | ) | const |
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.
void vtkExtractEdges::SetLocator | ( | vtkIncrementalPointLocator * | locator | ) |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual vtkIncrementalPointLocator* vtkExtractEdges::GetLocator | ( | ) | [virtual] |
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.
vtkIncrementalPointLocator* vtkExtractEdges::Locator [protected] |
Definition at line 68 of file vtkExtractEdges.h.