#include "VISU_Extractor.hxx"#include "VISU_PipeLineUtils.hxx"#include "VISU_ConvertorUtils.hxx"#include "VISU_MeshValue.hxx"#include <SUIT_Session.h>#include <SUIT_ResourceMgr.h>#include <sstream>#include <cmath>#include <vtkObjectFactory.h>#include <vtkUnstructuredGrid.h>#include <vtkPointData.h>#include <vtkCellData.h>#include <vector>#include <vtkInformation.h>#include <vtkInformationVector.h>
Defines | |
| #define | USE_SPRINTF 1 |
Functions | |
| vtkStandardNewMacro (VISU_Extractor) | |
| vtkFloatingPointType | CutValue (vtkFloatingPointType theValue, int theDecimals) |
| template<typename TValueType > | |
| void | Module2Scalars (vtkDataArray *theInputDataArray, TValueType *theOutputPtr, vtkIdType theNbOfTuples) |
| template<typename TValueType > | |
| void | Module2ScalarsMOD (vtkDataArray *theInputDataArray, TValueType *theOutputPtr, vtkIdType theNbOfTuples, VISU::TGaussMetric theGaussMetric) |
| template<typename TValueType > | |
| void | Component2Scalars (vtkDataArray *theInputDataArray, TValueType *theInputPtr, TValueType *theOutputPtr, vtkIdType theNbOfTuples, vtkIdType theComponentId) |
| template<typename TValueType > | |
| void | CutScalarsTempl (TValueType *theDataPtr, vtkIdType theNbOfTuples, int theDecimals) |
| template<typename TDataSetAttributesType > | |
| void | ExecuteScalars (vtkIdType theNbOfTuples, vtkIdType theScalarMode, VISU::TGaussMetric theGaussMetric, TDataSetAttributesType *theInputData, TDataSetAttributesType *theOutputData) |
| template<typename TDataSetAttributesType > | |
| void | CutScalars (vtkIdType theNbOfTuples, TDataSetAttributesType *theData) |
| #define USE_SPRINTF 1 |
| vtkStandardNewMacro | ( | VISU_Extractor | ) |
| vtkFloatingPointType CutValue | ( | vtkFloatingPointType | theValue, |
| int | theDecimals | ||
| ) |
| void Module2Scalars | ( | vtkDataArray * | theInputDataArray, |
| TValueType * | theOutputPtr, | ||
| vtkIdType | theNbOfTuples | ||
| ) |
| void Module2ScalarsMOD | ( | vtkDataArray * | theInputDataArray, |
| TValueType * | theOutputPtr, | ||
| vtkIdType | theNbOfTuples, | ||
| VISU::TGaussMetric | theGaussMetric | ||
| ) |
References VISU.AVERAGE_METRIC, VISU.MAXIMUM_METRIC, and VISU.MINIMUM_METRIC.
| void Component2Scalars | ( | vtkDataArray * | theInputDataArray, |
| TValueType * | theInputPtr, | ||
| TValueType * | theOutputPtr, | ||
| vtkIdType | theNbOfTuples, | ||
| vtkIdType | theComponentId | ||
| ) |
| void CutScalarsTempl | ( | TValueType * | theDataPtr, |
| vtkIdType | theNbOfTuples, | ||
| int | theDecimals | ||
| ) |
References CutValue().
| void ExecuteScalars | ( | vtkIdType | theNbOfTuples, |
| vtkIdType | theScalarMode, | ||
| VISU::TGaussMetric | theGaussMetric, | ||
| TDataSetAttributesType * | theInputData, | ||
| TDataSetAttributesType * | theOutputData | ||
| ) |
| void CutScalars | ( | vtkIdType | theNbOfTuples, |
| TDataSetAttributesType * | theData | ||
| ) |
References CutScalarsTempl().