VTK
|
Removes the rows/edges/vertices of input data flagged by ann. More...
#include <vtkRemoveHiddenData.h>
Public Types | |
typedef vtkPassInputTypeAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkRemoveHiddenData * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkRemoveHiddenData * | New () |
static int | IsTypeOf (const char *type) |
static vtkRemoveHiddenData * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkRemoveHiddenData () | |
~vtkRemoveHiddenData () | |
int | FillInputPortInformation (int port, vtkInformation *info) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Removes the rows/edges/vertices of input data flagged by ann.
Output only those rows/vertices/edges of the input vtkDataObject that are visible, as defined by the vtkAnnotation::HIDE() flag of the input vtkAnnotationLayers. Inputs: Port 0 - vtkDataObject Port 1 - vtkAnnotationLayers (optional)
Definition at line 44 of file vtkRemoveHiddenData.h.
Reimplemented from vtkPassInputTypeAlgorithm.
Definition at line 48 of file vtkRemoveHiddenData.h.
vtkRemoveHiddenData::vtkRemoveHiddenData | ( | ) | [protected] |
vtkRemoveHiddenData::~vtkRemoveHiddenData | ( | ) | [protected] |
static vtkRemoveHiddenData* vtkRemoveHiddenData::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPassInputTypeAlgorithm.
static int vtkRemoveHiddenData::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 vtkPassInputTypeAlgorithm.
virtual int vtkRemoveHiddenData::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 vtkPassInputTypeAlgorithm.
static vtkRemoveHiddenData* vtkRemoveHiddenData::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPassInputTypeAlgorithm.
virtual vtkObjectBase* vtkRemoveHiddenData::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPassInputTypeAlgorithm.
Reimplemented from vtkPassInputTypeAlgorithm.
void vtkRemoveHiddenData::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 vtkPassInputTypeAlgorithm.
int vtkRemoveHiddenData::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Convert the vtkGraph into vtkPolyData.
Reimplemented from vtkPassInputTypeAlgorithm.
int vtkRemoveHiddenData::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Set the input type of the algorithm to vtkGraph.
Reimplemented from vtkPassInputTypeAlgorithm.