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
vtkVertexGlyphFilter Class Reference

Make a vtkPolyData with a vertex on each point. More...

#include <vtkVertexGlyphFilter.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkVertexGlyphFilterSafeDownCast (vtkObjectBase *o)
 
static vtkVertexGlyphFilterNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkVertexGlyphFilter ()
 
 ~vtkVertexGlyphFilter ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillInputPortInformation (int, vtkInformation *)
 

Detailed Description

Make a vtkPolyData with a vertex on each point.

This filter throws away all of the cells in the input and replaces them with a vertex on each point. The intended use of this filter is roughly equivalent to the vtkGlyph3D filter, except this filter is specifically for data that has many vertices, making the rendered result faster and less cluttered than the glyph filter. This filter may take a graph or point set as input.

Tests:
vtkVertexGlyphFilter (Tests)

Definition at line 42 of file vtkVertexGlyphFilter.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkVertexGlyphFilter::Superclass

Definition at line 45 of file vtkVertexGlyphFilter.h.

Constructor & Destructor Documentation

vtkVertexGlyphFilter::vtkVertexGlyphFilter ( )
protected
vtkVertexGlyphFilter::~vtkVertexGlyphFilter ( )
protected

Member Function Documentation

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

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