ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPVContourFilter Class Reference

generate isosurfaces/isolines from scalar values More...

#include <vtkPVContourFilter.h>

Inheritance diagram for vtkPVContourFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkPVContourFilter:
Collaboration graph
[legend]

List of all members.

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 vtkPVContourFilterSafeDownCast (vtkObject *o)
static vtkPVContourFilterNew ()

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)

Detailed Description

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 33 of file vtkPVContourFilter.h.


Constructor & Destructor Documentation

vtkPVContourFilter::vtkPVContourFilter ( ) [protected]
vtkPVContourFilter::~vtkPVContourFilter ( ) [protected]

Member Function Documentation

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.


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