generate isosurfaces/isolines from scalar values
More...
#include <vtkPVContourFilter.h>
Inherits vtkContourFilter.
|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| |
generate isosurfaces/isolines from scalar values
vtkPVContourFilter is an extension to vtkContourFilter. It adds the ability to generate isosurfaces / isolines for AMR dataset.
- Warning
- Certain flags in vtkAMRDualContour are assumed to be ON.
- See also
- vtkContourFilter vtkAMRDualContour
Definition at line 35 of file vtkPVContourFilter.h.
§ Superclass
§ vtkPVContourFilter()
| vtkPVContourFilter::vtkPVContourFilter |
( |
| ) |
|
|
protected |
§ ~vtkPVContourFilter()
| vtkPVContourFilter::~vtkPVContourFilter |
( |
| ) |
|
|
protected |
§ GetClassName()
| virtual const char* vtkPVContourFilter::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
| static int vtkPVContourFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
| virtual int vtkPVContourFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
| void vtkPVContourFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ New()
§ ProcessRequest()
| virtual int vtkPVContourFilter::ProcessRequest |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
virtual |
§ RequestData()
| virtual int vtkPVContourFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
§ RequestDataObject()
| virtual int vtkPVContourFilter::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
§ FillInputPortInformation()
| virtual int vtkPVContourFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ FillOutputPortInformation()
| virtual int vtkPVContourFilter::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ ContourUsingSuperclass()
| int vtkPVContourFilter::ContourUsingSuperclass |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
Class superclass request data.
Also handles iterating over vtkHierarchicalBoxDataSet.
The documentation for this class was generated from the following file: