src/PIPELINE/VISU_FieldTransform.cxx File Reference

#include "VISU_FieldTransform.hxx"
#include "VTKViewer_Transform.h"
#include <vtkObjectFactory.h>
#include <vtkFloatArray.h>
#include <vtkPointData.h>
#include <vtkCellData.h>
#include <vtkDataSet.h>
#include <vtkMath.h>

Include dependency graph for VISU_FieldTransform.cxx:


Functions

 vtkStandardNewMacro (VISU_FieldTransform)
template<typename TypeData>
void ExecVectors (VISU_FieldTransform::TTransformFun theFunction, VTKViewer_Transform *theTransform, vtkFloatingPointType theScalarRange[2], int theNbOfTuples, TypeData *theInputData, TypeData *theOutputData)
template<typename TypeData>
void ExecScalars (VISU_FieldTransform::TTransformFun theFunction, vtkFloatingPointType theScalarRange[2], int theNbOfTuples, TypeData *theInputData, TypeData *theOutputData)

Variables

static vtkFloatingPointType Tolerance = 1.0 / VTK_LARGE_FLOAT

Function Documentation

vtkStandardNewMacro VISU_FieldTransform   ) 
 

template<typename TypeData>
void ExecVectors VISU_FieldTransform::TTransformFun  theFunction,
VTKViewer_Transform *  theTransform,
vtkFloatingPointType  theScalarRange[2],
int  theNbOfTuples,
TypeData *  theInputData,
TypeData *  theOutputData
 

template<typename TypeData>
void ExecScalars VISU_FieldTransform::TTransformFun  theFunction,
vtkFloatingPointType  theScalarRange[2],
int  theNbOfTuples,
TypeData *  theInputData,
TypeData *  theOutputData
 


Variable Documentation

vtkFloatingPointType Tolerance = 1.0 / VTK_LARGE_FLOAT [static]