VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkRemoveHiddenData Class Reference

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)
 
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 vtkObjectBase * NewInstanceInternal () 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

typedef vtkPassInputTypeAlgorithm vtkRemoveHiddenData::Superclass

Definition at line 48 of file vtkRemoveHiddenData.h.

Constructor & Destructor Documentation

vtkRemoveHiddenData::vtkRemoveHiddenData ( )
protected
vtkRemoveHiddenData::~vtkRemoveHiddenData ( )
protected

Member Function Documentation

static vtkRemoveHiddenData* vtkRemoveHiddenData::New ( )
static
static int vtkRemoveHiddenData::IsTypeOf ( const char *  type)
static
virtual int vtkRemoveHiddenData::IsA ( const char *  type)
virtual
static vtkRemoveHiddenData* vtkRemoveHiddenData::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkRemoveHiddenData::NewInstanceInternal ( ) const
protectedvirtual
vtkRemoveHiddenData* vtkRemoveHiddenData::NewInstance ( ) const
void vtkRemoveHiddenData::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkRemoveHiddenData::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Convert the vtkGraph into vtkPolyData.

int vtkRemoveHiddenData::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protected

Set the input type of the algorithm to vtkGraph.


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