Version: 6.3.1
Defines | Functions

src/VTKViewer/VTKViewer_ExtractUnstructuredGrid.cxx File Reference

#include "VTKViewer_ExtractUnstructuredGrid.h"
#include "VTKViewer_CellLocationsArray.h"
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkObjectFactory.h>
#include <vtkCellArray.h>
#include <vtkIdList.h>
#include <vtkCell.h>
#include <vtkInformation.h>
#include <vtkInformationVector.h>
#include <vtkVersion.h>
#include "utilities.h"
Include dependency graph for VTKViewer_ExtractUnstructuredGrid.cxx:

Defines

#define VTK_XVERSION   (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION)

Functions

 vtkStandardNewMacro (VTKViewer_ExtractUnstructuredGrid)
void InsertCell (vtkUnstructuredGrid *theInput, vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdTypeArray *&theFaces, vtkIdTypeArray *&theFaceLocations, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId, VTKViewer_ExtractUnstructuredGrid::TMapId &theIn2OutId)
void InsertPointCell (vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId, VTKViewer_ExtractUnstructuredGrid::TMapId &theIn2OutId)

Define Documentation

#define VTK_XVERSION   (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION)

Function Documentation

vtkStandardNewMacro ( VTKViewer_ExtractUnstructuredGrid  )
void InsertCell ( vtkUnstructuredGrid *  theInput,
vtkCellArray *  theConnectivity,
vtkUnsignedCharArray *  theCellTypesArray,
vtkIdTypeArray *&  theFaces,
vtkIdTypeArray *&  theFaceLocations,
vtkIdType  theCellId,
vtkIdList *  theIdList,
bool  theStoreMapping,
vtkIdType  theOutId,
VTKViewer_ExtractUnstructuredGrid::TVectorId theOut2InId,
VTKViewer_ExtractUnstructuredGrid::TMapId theIn2OutId 
)
void InsertPointCell ( vtkCellArray *  theConnectivity,
vtkUnsignedCharArray *  theCellTypesArray,
vtkIdType  theCellId,
vtkIdList *  theIdList,
bool  theStoreMapping,
vtkIdType  theOutId,
VTKViewer_ExtractUnstructuredGrid::TVectorId theOut2InId,
VTKViewer_ExtractUnstructuredGrid::TMapId theIn2OutId 
)
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS