#include <VISU_Extractor.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_Extractor, vtkDataSetAlgorithm) | |
| virtual int | GetScalarMode () |
| virtual void | SetScalarMode (int theScalarMode=0) |
| virtual VISU::TGaussMetric | GetGaussMetric () |
| virtual void | SetGaussMetric (VISU::TGaussMetric theGaussMetric=VISU::AVERAGE_METRIC) |
Static Public Member Functions | |
| static VISU_Extractor * | New () |
Protected Member Functions | |
| VISU_Extractor () | |
| VISU_Extractor (const VISU_Extractor &) | |
| ~VISU_Extractor () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| int | myScalarMode |
| VISU::TGaussMetric | myGaussMetric |
| VISU_Extractor::VISU_Extractor | ( | ) | [protected] |
| VISU_Extractor.VISU_Extractor | ( | const VISU_Extractor & | ) | [protected] |
| VISU_Extractor::~VISU_Extractor | ( | ) | [protected] |
| VISU_Extractor.vtkTypeMacro | ( | VISU_Extractor | , |
| vtkDataSetAlgorithm | |||
| ) |
| static VISU_Extractor* VISU_Extractor.New | ( | ) | [static] |
| int VISU_Extractor::GetScalarMode | ( | ) | [virtual] |
| void VISU_Extractor::SetScalarMode | ( | int | theScalarMode = 0 | ) | [virtual] |
| VISU::TGaussMetric VISU_Extractor::GetGaussMetric | ( | ) | [virtual] |
| void VISU_Extractor::SetGaussMetric | ( | VISU::TGaussMetric | theGaussMetric = VISU::AVERAGE_METRIC | ) | [virtual] |
| int VISU_Extractor::RequestData | ( | vtkInformation * | theRequest, |
| vtkInformationVector ** | theInputVector, | ||
| vtkInformationVector * | theOutputVector | ||
| ) | [protected, virtual] |
int VISU_Extractor.myScalarMode [protected] |
VISU::TGaussMetric VISU_Extractor.myGaussMetric [protected] |