ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVContourFilter Class Reference

generate isosurfaces/isolines from scalar values More...

#include <vtkPVContourFilter.h>

Inherits vtkContourFilter.

Public Types

typedef vtkContourFilter Superclass
 

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)
 Class superclass request data. More...
 

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

Member Typedef Documentation

§ Superclass

typedef vtkContourFilter vtkPVContourFilter::Superclass

Definition at line 38 of file vtkPVContourFilter.h.

Constructor & Destructor Documentation

§ vtkPVContourFilter()

vtkPVContourFilter::vtkPVContourFilter ( )
protected

§ ~vtkPVContourFilter()

vtkPVContourFilter::~vtkPVContourFilter ( )
protected

Member Function Documentation

§ 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()

static vtkPVContourFilter* vtkPVContourFilter::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVContourFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ New()

static vtkPVContourFilter* vtkPVContourFilter::New ( )
static

§ 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: