VTK
|
Removes the rows/edges/vertices of input data flagged by ann. More...
#include <vtkRemoveHiddenData.h>
Inherits vtkPassInputTypeAlgorithm.
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.
typedef vtkPassInputTypeAlgorithm vtkRemoveHiddenData::Superclass |
Definition at line 48 of file vtkRemoveHiddenData.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkRemoveHiddenData* vtkRemoveHiddenData::NewInstance | ( | ) | const |
void vtkRemoveHiddenData::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
Convert the vtkGraph into vtkPolyData.
|
protected |
Set the input type of the algorithm to vtkGraph.