VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkRemoveHiddenData Class Reference

Removes the rows/edges/vertices of input data flagged by ann. More...

#include <vtkRemoveHiddenData.h>

Inheritance diagram for vtkRemoveHiddenData:
Inheritance graph
[legend]
Collaboration diagram for vtkRemoveHiddenData:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPassInputTypeAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkRemoveHiddenDataNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkRemoveHiddenDataNew ()
static int IsTypeOf (const char *type)
static vtkRemoveHiddenDataSafeDownCast (vtkObjectBase *o)

Protected Member Functions

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

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkPassInputTypeAlgorithm.

Definition at line 48 of file vtkRemoveHiddenData.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

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.


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