|
ParaView
|
generate isosurfaces/isolines from scalar values More...
#include <vtkPVContourFilter.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPVContourFilter * | SafeDownCast (vtkObject *o) |
| static vtkPVContourFilter * | New () |
Protected Member Functions | |
| vtkPVContourFilter () | |
| ~vtkPVContourFilter () | |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
| int | ContourUsingSuperclass (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
generate isosurfaces/isolines from scalar values
vtkPVContourFilter is an extension to vtkContourFilter. It adds the ability to generate isosurfaces / isolines for AMR dataset.
Definition at line 33 of file vtkPVContourFilter.h.
| vtkPVContourFilter::vtkPVContourFilter | ( | ) | [protected] |
| vtkPVContourFilter::~vtkPVContourFilter | ( | ) | [protected] |
| virtual const char* vtkPVContourFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkContourFilter.
| static int vtkPVContourFilter::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkContourFilter.
| virtual int vtkPVContourFilter::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkContourFilter.
| static vtkPVContourFilter* vtkPVContourFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkContourFilter.
| void vtkPVContourFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkContourFilter.
| static vtkPVContourFilter* vtkPVContourFilter::New | ( | ) | [static] |
Reimplemented from vtkContourFilter.
| virtual int vtkPVContourFilter::ProcessRequest | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [virtual] |
Reimplemented from vtkContourFilter.
| virtual int vtkPVContourFilter::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkContourFilter.
| virtual int vtkPVContourFilter::RequestDataObject | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
| virtual int vtkPVContourFilter::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkContourFilter.
| virtual int vtkPVContourFilter::FillOutputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
| int vtkPVContourFilter::ContourUsingSuperclass | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected] |
Class superclass request data. Also handles iterating over vtkHierarchicalBoxDataSet.
1.7.5.1