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

Converts a vtkImageData to a vtkPointSet. More...

#include <vtkImageDataToPointSet.h>

Inherits vtkStructuredGridAlgorithm.

Public Types

typedef vtkStructuredGridAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkImageDataToPointSetSafeDownCast (vtkObjectBase *o)
 
static vtkImageDataToPointSetNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkImageDataToPointSet ()
 
 ~vtkImageDataToPointSet ()
 
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 

Detailed Description

Converts a vtkImageData to a vtkPointSet.

vtkImageDataToPointSet takes a vtkImageData as an image and outputs an equivalent vtkStructuredGrid (which is a subclass of vtkPointSet).

Thanks:
This class was developed by Kenneth Moreland (kmore.nosp@m.l@sa.nosp@m.ndia..nosp@m.gov) from Sandia National Laboratories.
Tests:
vtkImageDataToPointSet (Tests)

Definition at line 44 of file vtkImageDataToPointSet.h.

Member Typedef Documentation

typedef vtkStructuredGridAlgorithm vtkImageDataToPointSet::Superclass

Definition at line 47 of file vtkImageDataToPointSet.h.

Constructor & Destructor Documentation

vtkImageDataToPointSet::vtkImageDataToPointSet ( )
protected
vtkImageDataToPointSet::~vtkImageDataToPointSet ( )
protected

Member Function Documentation

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

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