src/PIPELINE/VISU_Extractor.cxx File Reference

#include "VISU_Extractor.hxx"
#include "VISU_PipeLineUtils.hxx"
#include "VISU_ConvertorUtils.hxx"
#include <sstream>
#include <vtkObjectFactory.h>
#include <vtkUnstructuredGrid.h>
#include <vtkFloatArray.h>
#include <vtkPointData.h>
#include <vtkCellData.h>
#include <vector>

Include dependency graph for VISU_Extractor.cxx:


Functions

 vtkStandardNewMacro (VISU_Extractor)
template<typename TypeData>
void execute (int theNbElems, int theScalarMode, TypeData *theInputData, TypeData *theOutputData)

Function Documentation

vtkStandardNewMacro VISU_Extractor   ) 
 

template<typename TypeData>
void execute int  theNbElems,
int  theScalarMode,
TypeData *  theInputData,
TypeData *  theOutputData