|
ParaView
|
Make a vtkPolyData with a vertex on each point. More...
#include <vtkMergeCompositeDataSet.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkMergeCompositeDataSet * | SafeDownCast (vtkObject *o) |
| static vtkMergeCompositeDataSet * | New () |
Protected Member Functions | |
| vtkMergeCompositeDataSet () | |
| virtual | ~vtkMergeCompositeDataSet () |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
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. This filter may take a graph, a point set or a CompositeDataSet as input.
Definition at line 36 of file vtkMergeCompositeDataSet.h.
| vtkMergeCompositeDataSet::vtkMergeCompositeDataSet | ( | ) | [protected] |
| virtual vtkMergeCompositeDataSet::~vtkMergeCompositeDataSet | ( | ) | [protected, virtual] |
| virtual const char* vtkMergeCompositeDataSet::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkVertexGlyphFilter.
| static int vtkMergeCompositeDataSet::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkVertexGlyphFilter.
| virtual int vtkMergeCompositeDataSet::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkVertexGlyphFilter.
| static vtkMergeCompositeDataSet* vtkMergeCompositeDataSet::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkVertexGlyphFilter.
| virtual void vtkMergeCompositeDataSet::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkVertexGlyphFilter.
| static vtkMergeCompositeDataSet* vtkMergeCompositeDataSet::New | ( | ) | [static] |
Reimplemented from vtkVertexGlyphFilter.
| virtual int vtkMergeCompositeDataSet::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkVertexGlyphFilter.
| virtual int vtkMergeCompositeDataSet::FillInputPortInformation | ( | int | , |
| vtkInformation * | |||
| ) | [protected, virtual] |
Reimplemented from vtkVertexGlyphFilter.
1.7.5.1