This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter.
More...
#include <vtkIsoVolume.h>
Inherits vtkDataObjectAlgorithm.
|
| | vtkIsoVolume () |
| |
| | ~vtkIsoVolume () |
| |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **, vtkInformationVector *) |
| |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| | This filter produces a vtkMultiBlockDataSet when the input is a vtkCompositeDataSet otherwise, it produces a vtkUnstructuredGrid. More...
|
| |
| vtkDataObject * | Clip (vtkDataObject *input, double value, const char *array_name, int fieldAssociation, bool invert) |
| |
This filter extract cells using lower / upper threshold set and vtkPVClipDataSet filter.
- See also
- vtkThreshold vtkPVClipDataSet
Definition at line 35 of file vtkIsoVolume.h.
§ Superclass
§ vtkIsoVolume()
| vtkIsoVolume::vtkIsoVolume |
( |
| ) |
|
|
protected |
§ ~vtkIsoVolume()
| vtkIsoVolume::~vtkIsoVolume |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
| virtual const char* vtkIsoVolume::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
| static int vtkIsoVolume::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
| virtual int vtkIsoVolume::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
| static vtkIsoVolume* vtkIsoVolume::SafeDownCast |
( |
vtkObject * |
o | ) |
|
|
static |
§ PrintSelf()
| void vtkIsoVolume::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ ThresholdBetween()
| void vtkIsoVolume::ThresholdBetween |
( |
double |
lower, |
|
|
double |
upper |
|
) |
| |
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).
§ GetUpperThreshold()
| virtual double vtkIsoVolume::GetUpperThreshold |
( |
| ) |
|
|
virtual |
Get the Upper and Lower thresholds.
§ GetLowerThreshold()
| virtual double vtkIsoVolume::GetLowerThreshold |
( |
| ) |
|
|
virtual |
Get the Upper and Lower thresholds.
§ RequestData()
| virtual int vtkIsoVolume::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ RequestDataObject()
| virtual int vtkIsoVolume::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
This filter produces a vtkMultiBlockDataSet when the input is a vtkCompositeDataSet otherwise, it produces a vtkUnstructuredGrid.
§ Clip()
| vtkDataObject* vtkIsoVolume::Clip |
( |
vtkDataObject * |
input, |
|
|
double |
value, |
|
|
const char * |
array_name, |
|
|
int |
fieldAssociation, |
|
|
bool |
invert |
|
) |
| |
|
protected |
§ LowerThreshold
| double vtkIsoVolume::LowerThreshold |
|
protected |
§ UpperThreshold
| double vtkIsoVolume::UpperThreshold |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkIsoVolume.h