translate point attribute data into a blanking field
More...
#include <vtkBlankStructuredGrid.h>
Inherits vtkStructuredGridAlgorithm.
translate point attribute data into a blanking field
vtkBlankStructuredGrid is a filter that sets the blanking field in a vtkStructuredGrid dataset. The blanking field is set by examining a specified point attribute data array (e.g., scalars) and converting values in the data array to either a "1" (visible) or "0" (blanked) value in the blanking array. The values to be blanked are specified by giving a min/max range. All data values in the data array indicated and laying within the range specified (inclusive on both ends) are translated to a "off" blanking value.
- See Also
- vtkStructuredGrid
- Tests:
- vtkBlankStructuredGrid (Tests)
Definition at line 41 of file vtkBlankStructuredGrid.h.
vtkBlankStructuredGrid::vtkBlankStructuredGrid |
( |
| ) |
|
|
protected |
vtkBlankStructuredGrid::~vtkBlankStructuredGrid |
( |
| ) |
|
|
protected |
static int vtkBlankStructuredGrid::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBlankStructuredGrid::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBlankStructuredGrid::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkBlankStructuredGrid::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkBlankStructuredGrid::SetMinBlankingValue |
( |
double |
| ) |
|
|
virtual |
Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
virtual double vtkBlankStructuredGrid::GetMinBlankingValue |
( |
| ) |
|
|
virtual |
Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
virtual void vtkBlankStructuredGrid::SetMaxBlankingValue |
( |
double |
| ) |
|
|
virtual |
Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
virtual double vtkBlankStructuredGrid::GetMaxBlankingValue |
( |
| ) |
|
|
virtual |
Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
virtual void vtkBlankStructuredGrid::SetArrayName |
( |
const char * |
| ) |
|
|
virtual |
Specify the data array name to use to generate the blanking field. Alternatively, you can specify the array id. (If both are set, the array name takes precedence.)
virtual char* vtkBlankStructuredGrid::GetArrayName |
( |
| ) |
|
|
virtual |
Specify the data array name to use to generate the blanking field. Alternatively, you can specify the array id. (If both are set, the array name takes precedence.)
virtual void vtkBlankStructuredGrid::SetArrayId |
( |
int |
| ) |
|
|
virtual |
Specify the data array id to use to generate the blanking field. Alternatively, you can specify the array name. (If both are set, the array name takes precedence.)
virtual int vtkBlankStructuredGrid::GetArrayId |
( |
| ) |
|
|
virtual |
Specify the data array id to use to generate the blanking field. Alternatively, you can specify the array name. (If both are set, the array name takes precedence.)
virtual void vtkBlankStructuredGrid::SetComponent |
( |
int |
| ) |
|
|
virtual |
Specify the component in the data array to use to generate the blanking field.
virtual int vtkBlankStructuredGrid::GetComponent |
( |
| ) |
|
|
virtual |
Specify the component in the data array to use to generate the blanking field.
virtual int vtkBlankStructuredGrid::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
double vtkBlankStructuredGrid::MinBlankingValue |
|
protected |
double vtkBlankStructuredGrid::MaxBlankingValue |
|
protected |
char* vtkBlankStructuredGrid::ArrayName |
|
protected |
int vtkBlankStructuredGrid::ArrayId |
|
protected |
int vtkBlankStructuredGrid::Component |
|
protected |
The documentation for this class was generated from the following file: