src/CONVERTOR/VISU_CommonCellsFilter.cxx File Reference

#include "VISU_CommonCellsFilter.hxx"
#include "VISU_ConvertorDef.hxx"
#include <vtkUnstructuredGrid.h>
#include <vtkSetGet.h>
#include <vtkObjectFactory.h>
#include <vtkDataSet.h>
#include <vtkCellTypes.h>
#include <vtkPointData.h>
#include <vtkCellData.h>
#include <vtkIdList.h>
#include <vtkFloatArray.h>
#include <vtkCell.h>
#include <algorithm>
#include <vector>
#include <map>
#include <set>
#include "VISU_ConvertorUtils.hxx"

Include dependency graph for VISU_CommonCellsFilter.cxx:


Typedefs

typedef std::pair< int, int > TPair
typedef std::vector< int > TSortedArrayOne
typedef std::set< TPairTSortedArrayPair
typedef std::set< int > TIdSet
typedef std::map< int, int > TId2IdMap

Functions

void GetSortedArrayAsPair (vtkIntArray *theArray, TSortedArrayPair &theSortedArray)
void GetSortedArrayOne (vtkIntArray *theArray, TSortedArrayOne &theSortedArray)
void GetIdsForCopy (vtkUnstructuredGrid *inputUGrid, vtkIntArray *inputPointIds, TSortedArrayOne &outputSortedArray)
void CopyElementsToOutput (vtkUnstructuredGrid *theInputUG, int &theNbElements, TSortedArrayOne &theElementIdsForCopy, TId2IdMap &theOldId2NewIdPointsMap, vtkUnstructuredGrid *theOutputUG)
 vtkStandardNewMacro (VISU_CommonCellsFilter)

Variables

static int MYDEBUG = 0

Typedef Documentation

typedef std::pair<int,int> TPair [static]
 

typedef std::vector<int> TSortedArrayOne [static]
 

typedef std::set<TPair> TSortedArrayPair [static]
 

typedef std::set<int> TIdSet [static]
 

typedef std::map<int,int> TId2IdMap [static]
 


Function Documentation

void @0.GetSortedArrayAsPair vtkIntArray *  theArray,
TSortedArrayPair theSortedArray
[static]
 

void @0.GetSortedArrayOne vtkIntArray *  theArray,
TSortedArrayOne theSortedArray
[static]
 

void @0.GetIdsForCopy vtkUnstructuredGrid *  inputUGrid,
vtkIntArray *  inputPointIds,
TSortedArrayOne outputSortedArray
[static]
 

void @0.CopyElementsToOutput vtkUnstructuredGrid *  theInputUG,
int &  theNbElements,
TSortedArrayOne theElementIdsForCopy,
TId2IdMap theOldId2NewIdPointsMap,
vtkUnstructuredGrid *  theOutputUG
[static]
 

vtkStandardNewMacro VISU_CommonCellsFilter   ) 
 


Variable Documentation

int MYDEBUG = 0 [static]