Converts a vtkImageData to a vtkPointSet.
More...
#include <vtkImageDataToPointSet.h>
Inherits vtkStructuredGridAlgorithm.
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.
vtkImageDataToPointSet::vtkImageDataToPointSet |
( |
| ) |
|
|
protected |
vtkImageDataToPointSet::~vtkImageDataToPointSet |
( |
| ) |
|
|
protected |
static int vtkImageDataToPointSet::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageDataToPointSet::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageDataToPointSet::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkImageDataToPointSet::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
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: