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

convert a vtkGraph a set of points. More...

#include <vtkGraphToPoints.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkGraphToPointsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkGraphToPointsSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkGraphToPoints ()
 
 ~vtkGraphToPoints ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillInputPortInformation (int port, vtkInformation *info)
 

Detailed Description

convert a vtkGraph a set of points.

Converts a vtkGraph to a vtkPolyData containing a set of points. This assumes that the points of the graph have already been filled (perhaps by vtkGraphLayout). The vertex data is passed along to the point data.

Examples:
vtkGraphToPoints (Examples)

Definition at line 39 of file vtkGraphToPoints.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkGraphToPoints::Superclass

Definition at line 43 of file vtkGraphToPoints.h.

Constructor & Destructor Documentation

vtkGraphToPoints::vtkGraphToPoints ( )
protected
vtkGraphToPoints::~vtkGraphToPoints ( )
inlineprotected

Definition at line 48 of file vtkGraphToPoints.h.

Member Function Documentation

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

Convert the vtkGraph into vtkPolyData.

int vtkGraphToPoints::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: