compute the range of the input selection.
More...
#include <vtkExtractSelectionRange.h>
Inherits vtkTableAlgorithm.
compute the range of the input selection.
vtkExtractSelectionRange is used to compute the range of an input selection. This is an internal filter designed to be used to "compute visible range" for a dataset.
Definition at line 30 of file vtkExtractSelectionRange.h.
§ Superclass
§ vtkExtractSelectionRange()
vtkExtractSelectionRange::vtkExtractSelectionRange |
( |
| ) |
|
|
protected |
§ ~vtkExtractSelectionRange()
vtkExtractSelectionRange::~vtkExtractSelectionRange |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkExtractSelectionRange::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkExtractSelectionRange::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkExtractSelectionRange::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkExtractSelectionRange::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetArrayName()
virtual void vtkExtractSelectionRange::SetArrayName |
( |
const char * |
| ) |
|
|
virtual |
Set the name of the array used to compute the range.
§ GetArrayName()
virtual char* vtkExtractSelectionRange::GetArrayName |
( |
| ) |
|
|
virtual |
Set the name of the array used to compute the range.
§ SetFieldType()
virtual void vtkExtractSelectionRange::SetFieldType |
( |
int |
| ) |
|
|
virtual |
Set/Get the field type of the selection.
§ GetFieldType()
virtual int vtkExtractSelectionRange::GetFieldType |
( |
| ) |
|
|
virtual |
Set/Get the field type of the selection.
§ SetComponent()
virtual void vtkExtractSelectionRange::SetComponent |
( |
int |
| ) |
|
|
virtual |
Set/Get the component used to compute the range.
§ GetComponent()
virtual int vtkExtractSelectionRange::GetComponent |
( |
| ) |
|
|
virtual |
Set/Get the component used to compute the range.
§ GetRange() [1/3]
virtual double* vtkExtractSelectionRange::GetRange |
( |
| ) |
|
|
virtual |
§ GetRange() [2/3]
virtual void vtkExtractSelectionRange::GetRange |
( |
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
§ GetRange() [3/3]
virtual void vtkExtractSelectionRange::GetRange |
( |
double |
[2] | ) |
|
|
virtual |
§ FillInputPortInformation()
int vtkExtractSelectionRange::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
§ RequestData()
virtual int vtkExtractSelectionRange::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
§ FieldType
int vtkExtractSelectionRange::FieldType |
|
protected |
§ Component
int vtkExtractSelectionRange::Component |
|
protected |
§ ArrayName
char* vtkExtractSelectionRange::ArrayName |
|
protected |
§ Range
double vtkExtractSelectionRange::Range[2] |
|
protected |
The documentation for this class was generated from the following file: