#include <vtkRectilinearGridOutlineFilter.h>
vtkRectilinearGridOutlineFilter works in parallel. There is no reason. to use this filter if you are not breaking the processing into pieces. With one piece you can simply use vtkOutlineFilter. This filter ignores internal edges when the extent is not the whole extent.
Definition at line 32 of file vtkRectilinearGridOutlineFilter.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkRectilinearGridOutlineFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkRectilinearGridOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRectilinearGridOutlineFilter () | |
~vtkRectilinearGridOutlineFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 36 of file vtkRectilinearGridOutlineFilter.h.
vtkRectilinearGridOutlineFilter::vtkRectilinearGridOutlineFilter | ( | ) | [inline, protected] |
Definition at line 40 of file vtkRectilinearGridOutlineFilter.h.
vtkRectilinearGridOutlineFilter::~vtkRectilinearGridOutlineFilter | ( | ) | [inline, protected] |
Definition at line 41 of file vtkRectilinearGridOutlineFilter.h.
static vtkRectilinearGridOutlineFilter* vtkRectilinearGridOutlineFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
virtual const char* vtkRectilinearGridOutlineFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkRectilinearGridOutlineFilter::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 vtkRectilinearGridOutlineFilter::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 vtkRectilinearGridOutlineFilter* vtkRectilinearGridOutlineFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
virtual void vtkRectilinearGridOutlineFilter::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 int vtkRectilinearGridOutlineFilter::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 vtkRectilinearGridOutlineFilter::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkRectilinearGridOutlineFilter::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.