src/CONVERTOR/VISU_AppendFilter.cxx File Reference

#include "VISU_AppendFilter.hxx"
#include <vtkCell.h>
#include <vtkCellData.h>
#include <vtkDataSetAttributes.h>
#include <vtkDataSetCollection.h>
#include <vtkObjectFactory.h>
#include <vtkPointData.h>
#include <vtkUnstructuredGrid.h>
#include <vtkPoints.h>
#include <vtkIntArray.h>
#include <algorithm>
#include <vector>
#include <map>
#include "VISU_ConvertorUtils.hxx"

Include dependency graph for VISU_AppendFilter.cxx:


Typedefs

typedef vtkIdType TCellId
typedef vtkIdType TInputId
typedef std::pair< TInputId,
TCellId
TInputCellId
typedef std::pair< vtkIdType,
vtkIdType > 
TObjectId
typedef std::map< TObjectId,
TInputCellId
TObject2InputIdMap

Functions

 vtkCxxRevisionMacro (VISU_AppendFilter,"$Revision: 1.1.2.3 $")
 vtkStandardNewMacro (VISU_AppendFilter)
void DoMergingInputs (vtkCellData *theCellData, TInputId theInputId, TObject2InputIdMap &theResult)
template<class TFunctor>
void ForEachInput (vtkDataObject **theInputs, vtkIdType theNbInputs, TFunctor &theFunctor)

Variables

static int MYDEBUG = 0
vtkDataSetAttributes::FieldList myFieldList
bool myIsFirstCellData
vtkIdType myNbCells
TObject2InputIdMap myObject2InputIdMap

Typedef Documentation

typedef vtkIdType TCellId [static]
 

typedef vtkIdType TInputId [static]
 

typedef std::pair<TInputId, TCellId> TInputCellId [static]
 

typedef std::pair<vtkIdType,vtkIdType> TObjectId [static]
 

typedef std::map<TObjectId, TInputCellId> TObject2InputIdMap [static]
 


Function Documentation

vtkCxxRevisionMacro VISU_AppendFilter  ,
"$Revision: 1.1.2.3 $" 
 

vtkStandardNewMacro VISU_AppendFilter   ) 
 

void @0.DoMergingInputs vtkCellData *  theCellData,
TInputId  theInputId,
TObject2InputIdMap theResult
[static]
 

template<class TFunctor>
void @0.ForEachInput vtkDataObject **  theInputs,
vtkIdType  theNbInputs,
TFunctor &  theFunctor
[static]
 


Variable Documentation

int MYDEBUG = 0 [static]
 

vtkDataSetAttributes::FieldList myFieldList
 

bool myIsFirstCellData
 

vtkIdType myNbCells
 

TObject2InputIdMap myObject2InputIdMap